public class javafx.scene.effect.Light$Distant extends javafx.scene.effect.Light
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: javafx.scene.effect.Light$Distant
  super_class: javafx.scene.effect.Light
{
  private javafx.beans.property.DoubleProperty azimuth;
    descriptor: Ljavafx/beans/property/DoubleProperty;
    flags: (0x0002) ACC_PRIVATE

  private javafx.beans.property.DoubleProperty elevation;
    descriptor: Ljavafx/beans/property/DoubleProperty;
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.scene.effect.Light$Distant this
         0: .line 182
            aload 0 /* this */
            invokespecial javafx.scene.effect.Light.<init>:()V
            return
        end local 0 // javafx.scene.effect.Light$Distant this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/effect/Light$Distant;

  public void <init>(double, double, javafx.scene.paint.Color);
    descriptor: (DDLjavafx/scene/paint/Color;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=4
        start local 0 // javafx.scene.effect.Light$Distant this
        start local 1 // double azimuth
        start local 3 // double elevation
        start local 5 // javafx.scene.paint.Color color
         0: .line 192
            aload 0 /* this */
            invokespecial javafx.scene.effect.Light.<init>:()V
         1: .line 193
            aload 0 /* this */
            dload 1 /* azimuth */
            invokevirtual javafx.scene.effect.Light$Distant.setAzimuth:(D)V
         2: .line 194
            aload 0 /* this */
            dload 3 /* elevation */
            invokevirtual javafx.scene.effect.Light$Distant.setElevation:(D)V
         3: .line 195
            aload 0 /* this */
            aload 5 /* color */
            invokevirtual javafx.scene.effect.Light$Distant.setColor:(Ljavafx/scene/paint/Color;)V
         4: .line 196
            return
        end local 5 // javafx.scene.paint.Color color
        end local 3 // double elevation
        end local 1 // double azimuth
        end local 0 // javafx.scene.effect.Light$Distant this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Ljavafx/scene/effect/Light$Distant;
            0    5     1    azimuth  D
            0    5     3  elevation  D
            0    5     5      color  Ljavafx/scene/paint/Color;
    MethodParameters:
           Name  Flags
      azimuth    
      elevation  
      color      

  com.sun.scenario.effect.light.DistantLight createPeer();
    descriptor: ()Lcom/sun/scenario/effect/light/DistantLight;
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javafx.scene.effect.Light$Distant this
         0: .line 200
            new com.sun.scenario.effect.light.DistantLight
            dup
            invokespecial com.sun.scenario.effect.light.DistantLight.<init>:()V
            areturn
        end local 0 // javafx.scene.effect.Light$Distant this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/effect/Light$Distant;

  public final void setAzimuth(double);
    descriptor: (D)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // javafx.scene.effect.Light$Distant this
        start local 1 // double value
         0: .line 216
            aload 0 /* this */
            invokevirtual javafx.scene.effect.Light$Distant.azimuthProperty:()Ljavafx/beans/property/DoubleProperty;
            dload 1 /* value */
            invokevirtual javafx.beans.property.DoubleProperty.set:(D)V
         1: .line 217
            return
        end local 1 // double value
        end local 0 // javafx.scene.effect.Light$Distant this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Ljavafx/scene/effect/Light$Distant;
            0    2     1  value  D
    MethodParameters:
       Name  Flags
      value  

  public final double getAzimuth();
    descriptor: ()D
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javafx.scene.effect.Light$Distant this
         0: .line 220
            aload 0 /* this */
            getfield javafx.scene.effect.Light$Distant.azimuth:Ljavafx/beans/property/DoubleProperty;
            ifnonnull 1
            ldc 45.0
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield javafx.scene.effect.Light$Distant.azimuth:Ljavafx/beans/property/DoubleProperty;
            invokevirtual javafx.beans.property.DoubleProperty.get:()D
      StackMap locals:
      StackMap stack: double
         2: dreturn
        end local 0 // javafx.scene.effect.Light$Distant this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/scene/effect/Light$Distant;

  public final javafx.beans.property.DoubleProperty azimuthProperty();
    descriptor: ()Ljavafx/beans/property/DoubleProperty;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // javafx.scene.effect.Light$Distant this
         0: .line 224
            aload 0 /* this */
            getfield javafx.scene.effect.Light$Distant.azimuth:Ljavafx/beans/property/DoubleProperty;
            ifnonnull 2
         1: .line 225
            aload 0 /* this */
            new javafx.scene.effect.Light$Distant$1
            dup
            aload 0 /* this */
            ldc 45.0
            invokespecial javafx.scene.effect.Light$Distant$1.<init>:(Ljavafx/scene/effect/Light$Distant;D)V
            putfield javafx.scene.effect.Light$Distant.azimuth:Ljavafx/beans/property/DoubleProperty;
         2: .line 243
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.effect.Light$Distant.azimuth:Ljavafx/beans/property/DoubleProperty;
            areturn
        end local 0 // javafx.scene.effect.Light$Distant this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/scene/effect/Light$Distant;

  public final void setElevation(double);
    descriptor: (D)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // javafx.scene.effect.Light$Distant this
        start local 1 // double value
         0: .line 259
            aload 0 /* this */
            invokevirtual javafx.scene.effect.Light$Distant.elevationProperty:()Ljavafx/beans/property/DoubleProperty;
            dload 1 /* value */
            invokevirtual javafx.beans.property.DoubleProperty.set:(D)V
         1: .line 260
            return
        end local 1 // double value
        end local 0 // javafx.scene.effect.Light$Distant this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Ljavafx/scene/effect/Light$Distant;
            0    2     1  value  D
    MethodParameters:
       Name  Flags
      value  

  public final double getElevation();
    descriptor: ()D
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javafx.scene.effect.Light$Distant this
         0: .line 263
            aload 0 /* this */
            getfield javafx.scene.effect.Light$Distant.elevation:Ljavafx/beans/property/DoubleProperty;
            ifnonnull 1
            ldc 45.0
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield javafx.scene.effect.Light$Distant.elevation:Ljavafx/beans/property/DoubleProperty;
            invokevirtual javafx.beans.property.DoubleProperty.get:()D
      StackMap locals:
      StackMap stack: double
         2: dreturn
        end local 0 // javafx.scene.effect.Light$Distant this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/scene/effect/Light$Distant;

  public final javafx.beans.property.DoubleProperty elevationProperty();
    descriptor: ()Ljavafx/beans/property/DoubleProperty;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // javafx.scene.effect.Light$Distant this
         0: .line 267
            aload 0 /* this */
            getfield javafx.scene.effect.Light$Distant.elevation:Ljavafx/beans/property/DoubleProperty;
            ifnonnull 2
         1: .line 268
            aload 0 /* this */
            new javafx.scene.effect.Light$Distant$2
            dup
            aload 0 /* this */
            ldc 45.0
            invokespecial javafx.scene.effect.Light$Distant$2.<init>:(Ljavafx/scene/effect/Light$Distant;D)V
            putfield javafx.scene.effect.Light$Distant.elevation:Ljavafx/beans/property/DoubleProperty;
         2: .line 286
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.effect.Light$Distant.elevation:Ljavafx/beans/property/DoubleProperty;
            areturn
        end local 0 // javafx.scene.effect.Light$Distant this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/scene/effect/Light$Distant;

  void update();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // javafx.scene.effect.Light$Distant this
         0: .line 291
            aload 0 /* this */
            invokespecial javafx.scene.effect.Light.update:()V
         1: .line 293
            aload 0 /* this */
            invokevirtual javafx.scene.effect.Light$Distant.getPeer:()Lcom/sun/scenario/effect/light/Light;
            checkcast com.sun.scenario.effect.light.DistantLight
         2: .line 292
            astore 1 /* peer */
        start local 1 // com.sun.scenario.effect.light.DistantLight peer
         3: .line 294
            aload 1 /* peer */
            aload 0 /* this */
            invokevirtual javafx.scene.effect.Light$Distant.getAzimuth:()D
            d2f
            invokevirtual com.sun.scenario.effect.light.DistantLight.setAzimuth:(F)V
         4: .line 295
            aload 1 /* peer */
            aload 0 /* this */
            invokevirtual javafx.scene.effect.Light$Distant.getElevation:()D
            d2f
            invokevirtual com.sun.scenario.effect.light.DistantLight.setElevation:(F)V
         5: .line 296
            return
        end local 1 // com.sun.scenario.effect.light.DistantLight peer
        end local 0 // javafx.scene.effect.Light$Distant this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Ljavafx/scene/effect/Light$Distant;
            3    6     1  peer  Lcom/sun/scenario/effect/light/DistantLight;

  com.sun.scenario.effect.light.Light createPeer();
    descriptor: ()Lcom/sun/scenario/effect/light/Light;
    flags: (0x1040) ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual javafx.scene.effect.Light$Distant.createPeer:()Lcom/sun/scenario/effect/light/DistantLight;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "Light.java"
NestHost: javafx.scene.effect.Light
InnerClasses:
  public Distant = javafx.scene.effect.Light$Distant of javafx.scene.effect.Light
  javafx.scene.effect.Light$Distant$1
  javafx.scene.effect.Light$Distant$2