public abstract class javafx.scene.effect.Light
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: javafx.scene.effect.Light
  super_class: java.lang.Object
{
  private com.sun.scenario.effect.light.Light peer;
    descriptor: Lcom/sun/scenario/effect/light/Light;
    flags: (0x0002) ACC_PRIVATE

  private javafx.beans.property.ObjectProperty<javafx.scene.paint.Color> color;
    descriptor: Ljavafx/beans/property/ObjectProperty;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljavafx/beans/property/ObjectProperty<Ljavafx/scene/paint/Color;>;

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

  protected void <init>();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.scene.effect.Light this
         0: .line 48
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 49
            aload 0 /* this */
            invokevirtual javafx.scene.effect.Light.markDirty:()V
         2: .line 50
            return
        end local 0 // javafx.scene.effect.Light this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/scene/effect/Light;

  abstract com.sun.scenario.effect.light.Light createPeer();
    descriptor: ()Lcom/sun/scenario/effect/light/Light;
    flags: (0x0400) ACC_ABSTRACT

  com.sun.scenario.effect.light.Light getPeer();
    descriptor: ()Lcom/sun/scenario/effect/light/Light;
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javafx.scene.effect.Light this
         0: .line 56
            aload 0 /* this */
            getfield javafx.scene.effect.Light.peer:Lcom/sun/scenario/effect/light/Light;
            ifnonnull 2
         1: .line 57
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual javafx.scene.effect.Light.createPeer:()Lcom/sun/scenario/effect/light/Light;
            putfield javafx.scene.effect.Light.peer:Lcom/sun/scenario/effect/light/Light;
         2: .line 59
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.effect.Light.peer:Lcom/sun/scenario/effect/light/Light;
            areturn
        end local 0 // javafx.scene.effect.Light this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/scene/effect/Light;

  public final void setColor(javafx.scene.paint.Color);
    descriptor: (Ljavafx/scene/paint/Color;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.scene.effect.Light this
        start local 1 // javafx.scene.paint.Color value
         0: .line 74
            aload 0 /* this */
            invokevirtual javafx.scene.effect.Light.colorProperty:()Ljavafx/beans/property/ObjectProperty;
            aload 1 /* value */
            invokevirtual javafx.beans.property.ObjectProperty.set:(Ljava/lang/Object;)V
         1: .line 75
            return
        end local 1 // javafx.scene.paint.Color value
        end local 0 // javafx.scene.effect.Light this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Ljavafx/scene/effect/Light;
            0    2     1  value  Ljavafx/scene/paint/Color;
    MethodParameters:
       Name  Flags
      value  

  public final javafx.scene.paint.Color getColor();
    descriptor: ()Ljavafx/scene/paint/Color;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.scene.effect.Light this
         0: .line 78
            aload 0 /* this */
            getfield javafx.scene.effect.Light.color:Ljavafx/beans/property/ObjectProperty;
            ifnonnull 1
            getstatic javafx.scene.paint.Color.WHITE:Ljavafx/scene/paint/Color;
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield javafx.scene.effect.Light.color:Ljavafx/beans/property/ObjectProperty;
            invokevirtual javafx.beans.property.ObjectProperty.get:()Ljava/lang/Object;
            checkcast javafx.scene.paint.Color
      StackMap locals:
      StackMap stack: javafx.scene.paint.Color
         2: areturn
        end local 0 // javafx.scene.effect.Light this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/scene/effect/Light;

  public final javafx.beans.property.ObjectProperty<javafx.scene.paint.Color> colorProperty();
    descriptor: ()Ljavafx/beans/property/ObjectProperty;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // javafx.scene.effect.Light this
         0: .line 82
            aload 0 /* this */
            getfield javafx.scene.effect.Light.color:Ljavafx/beans/property/ObjectProperty;
            ifnonnull 2
         1: .line 83
            aload 0 /* this */
            new javafx.scene.effect.Light$1
            dup
            aload 0 /* this */
            getstatic javafx.scene.paint.Color.WHITE:Ljavafx/scene/paint/Color;
            invokespecial javafx.scene.effect.Light$1.<init>:(Ljavafx/scene/effect/Light;Ljavafx/scene/paint/Color;)V
            putfield javafx.scene.effect.Light.color:Ljavafx/beans/property/ObjectProperty;
         2: .line 101
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.effect.Light.color:Ljavafx/beans/property/ObjectProperty;
            areturn
        end local 0 // javafx.scene.effect.Light this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/scene/effect/Light;
    Signature: ()Ljavafx/beans/property/ObjectProperty<Ljavafx/scene/paint/Color;>;

  void sync();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.scene.effect.Light this
         0: .line 105
            aload 0 /* this */
            invokevirtual javafx.scene.effect.Light.isEffectDirty:()Z
            ifeq 3
         1: .line 106
            aload 0 /* this */
            invokevirtual javafx.scene.effect.Light.update:()V
         2: .line 107
            aload 0 /* this */
            invokevirtual javafx.scene.effect.Light.clearDirty:()V
         3: .line 109
      StackMap locals:
      StackMap stack:
            return
        end local 0 // javafx.scene.effect.Light this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljavafx/scene/effect/Light;

  private javafx.scene.paint.Color getColorInternal();
    descriptor: ()Ljavafx/scene/paint/Color;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // javafx.scene.effect.Light this
         0: .line 112
            aload 0 /* this */
            invokevirtual javafx.scene.effect.Light.getColor:()Ljavafx/scene/paint/Color;
            astore 1 /* c */
        start local 1 // javafx.scene.paint.Color c
         1: .line 113
            aload 1 /* c */
            ifnonnull 2
            getstatic javafx.scene.paint.Color.WHITE:Ljavafx/scene/paint/Color;
            goto 3
      StackMap locals: javafx.scene.paint.Color
      StackMap stack:
         2: aload 1 /* c */
      StackMap locals:
      StackMap stack: javafx.scene.paint.Color
         3: areturn
        end local 1 // javafx.scene.paint.Color c
        end local 0 // javafx.scene.effect.Light this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljavafx/scene/effect/Light;
            1    4     1     c  Ljavafx/scene/paint/Color;

  void update();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // javafx.scene.effect.Light this
         0: .line 117
            aload 0 /* this */
            invokevirtual javafx.scene.effect.Light.getPeer:()Lcom/sun/scenario/effect/light/Light;
            invokestatic com.sun.javafx.tk.Toolkit.getToolkit:()Lcom/sun/javafx/tk/Toolkit;
            aload 0 /* this */
            invokevirtual javafx.scene.effect.Light.getColorInternal:()Ljavafx/scene/paint/Color;
            invokevirtual com.sun.javafx.tk.Toolkit.toColor4f:(Ljavafx/scene/paint/Color;)Lcom/sun/scenario/effect/Color4f;
            invokevirtual com.sun.scenario.effect.light.Light.setColor:(Lcom/sun/scenario/effect/Color4f;)V
         1: .line 118
            return
        end local 0 // javafx.scene.effect.Light this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavafx/scene/effect/Light;

  private void setEffectDirty(boolean);
    descriptor: (Z)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.scene.effect.Light this
        start local 1 // boolean value
         0: .line 123
            aload 0 /* this */
            invokevirtual javafx.scene.effect.Light.effectDirtyProperty:()Ljavafx/beans/property/BooleanProperty;
            iload 1 /* value */
            invokevirtual javafx.beans.property.BooleanProperty.set:(Z)V
         1: .line 124
            return
        end local 1 // boolean value
        end local 0 // javafx.scene.effect.Light this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Ljavafx/scene/effect/Light;
            0    2     1  value  Z
    MethodParameters:
       Name  Flags
      value  

  final javafx.beans.property.BooleanProperty effectDirtyProperty();
    descriptor: ()Ljavafx/beans/property/BooleanProperty;
    flags: (0x0010) ACC_FINAL
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // javafx.scene.effect.Light this
         0: .line 127
            aload 0 /* this */
            getfield javafx.scene.effect.Light.effectDirty:Ljavafx/beans/property/BooleanProperty;
            ifnonnull 2
         1: .line 128
            aload 0 /* this */
            new javafx.beans.property.SimpleBooleanProperty
            dup
            aload 0 /* this */
            ldc "effectDirty"
            invokespecial javafx.beans.property.SimpleBooleanProperty.<init>:(Ljava/lang/Object;Ljava/lang/String;)V
            putfield javafx.scene.effect.Light.effectDirty:Ljavafx/beans/property/BooleanProperty;
         2: .line 130
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.effect.Light.effectDirty:Ljavafx/beans/property/BooleanProperty;
            areturn
        end local 0 // javafx.scene.effect.Light this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/scene/effect/Light;

  boolean isEffectDirty();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.scene.effect.Light this
         0: .line 134
            aload 0 /* this */
            getfield javafx.scene.effect.Light.effectDirty:Ljavafx/beans/property/BooleanProperty;
            ifnonnull 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield javafx.scene.effect.Light.effectDirty:Ljavafx/beans/property/BooleanProperty;
            invokevirtual javafx.beans.property.BooleanProperty.get:()Z
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 0 // javafx.scene.effect.Light this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/scene/effect/Light;

  final void markDirty();
    descriptor: ()V
    flags: (0x0010) ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javafx.scene.effect.Light this
         0: .line 138
            aload 0 /* this */
            iconst_1
            invokevirtual javafx.scene.effect.Light.setEffectDirty:(Z)V
         1: .line 139
            return
        end local 0 // javafx.scene.effect.Light this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavafx/scene/effect/Light;

  final void clearDirty();
    descriptor: ()V
    flags: (0x0010) ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javafx.scene.effect.Light this
         0: .line 142
            aload 0 /* this */
            iconst_0
            invokevirtual javafx.scene.effect.Light.setEffectDirty:(Z)V
         1: .line 143
            return
        end local 0 // javafx.scene.effect.Light this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavafx/scene/effect/Light;
}
SourceFile: "Light.java"
NestMembers:
  javafx.scene.effect.Light$1  javafx.scene.effect.Light$Distant  javafx.scene.effect.Light$Distant$1  javafx.scene.effect.Light$Distant$2  javafx.scene.effect.Light$Point  javafx.scene.effect.Light$Point$1  javafx.scene.effect.Light$Point$2  javafx.scene.effect.Light$Point$3  javafx.scene.effect.Light$Spot  javafx.scene.effect.Light$Spot$1  javafx.scene.effect.Light$Spot$2  javafx.scene.effect.Light$Spot$3  javafx.scene.effect.Light$Spot$4
InnerClasses:
  javafx.scene.effect.Light$1
  public Distant = javafx.scene.effect.Light$Distant of javafx.scene.effect.Light
  public Point = javafx.scene.effect.Light$Point of javafx.scene.effect.Light
  public Spot = javafx.scene.effect.Light$Spot of javafx.scene.effect.Light