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

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

  private javafx.beans.property.DoubleProperty z;
    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$Point this
         0: .line 337
            aload 0 /* this */
            invokespecial javafx.scene.effect.Light.<init>:()V
            return
        end local 0 // javafx.scene.effect.Light$Point this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/effect/Light$Point;

  public void <init>(double, double, double, javafx.scene.paint.Color);
    descriptor: (DDDLjavafx/scene/paint/Color;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=8, args_size=5
        start local 0 // javafx.scene.effect.Light$Point this
        start local 1 // double x
        start local 3 // double y
        start local 5 // double z
        start local 7 // javafx.scene.paint.Color color
         0: .line 348
            aload 0 /* this */
            invokespecial javafx.scene.effect.Light.<init>:()V
         1: .line 349
            aload 0 /* this */
            dload 1 /* x */
            invokevirtual javafx.scene.effect.Light$Point.setX:(D)V
         2: .line 350
            aload 0 /* this */
            dload 3 /* y */
            invokevirtual javafx.scene.effect.Light$Point.setY:(D)V
         3: .line 351
            aload 0 /* this */
            dload 5 /* z */
            invokevirtual javafx.scene.effect.Light$Point.setZ:(D)V
         4: .line 352
            aload 0 /* this */
            aload 7 /* color */
            invokevirtual javafx.scene.effect.Light$Point.setColor:(Ljavafx/scene/paint/Color;)V
         5: .line 353
            return
        end local 7 // javafx.scene.paint.Color color
        end local 5 // double z
        end local 3 // double y
        end local 1 // double x
        end local 0 // javafx.scene.effect.Light$Point this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Ljavafx/scene/effect/Light$Point;
            0    6     1      x  D
            0    6     3      y  D
            0    6     5      z  D
            0    6     7  color  Ljavafx/scene/paint/Color;
    MethodParameters:
       Name  Flags
      x      
      y      
      z      
      color  

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

  public final void setX(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$Point this
        start local 1 // double value
         0: .line 372
            aload 0 /* this */
            invokevirtual javafx.scene.effect.Light$Point.xProperty:()Ljavafx/beans/property/DoubleProperty;
            dload 1 /* value */
            invokevirtual javafx.beans.property.DoubleProperty.set:(D)V
         1: .line 373
            return
        end local 1 // double value
        end local 0 // javafx.scene.effect.Light$Point this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Ljavafx/scene/effect/Light$Point;
            0    2     1  value  D
    MethodParameters:
       Name  Flags
      value  

  public final double getX();
    descriptor: ()D
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javafx.scene.effect.Light$Point this
         0: .line 376
            aload 0 /* this */
            getfield javafx.scene.effect.Light$Point.x:Ljavafx/beans/property/DoubleProperty;
            ifnonnull 1
            dconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield javafx.scene.effect.Light$Point.x: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$Point this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/scene/effect/Light$Point;

  public final javafx.beans.property.DoubleProperty xProperty();
    descriptor: ()Ljavafx/beans/property/DoubleProperty;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // javafx.scene.effect.Light$Point this
         0: .line 380
            aload 0 /* this */
            getfield javafx.scene.effect.Light$Point.x:Ljavafx/beans/property/DoubleProperty;
            ifnonnull 2
         1: .line 381
            aload 0 /* this */
            new javafx.scene.effect.Light$Point$1
            dup
            aload 0 /* this */
            invokespecial javafx.scene.effect.Light$Point$1.<init>:(Ljavafx/scene/effect/Light$Point;)V
            putfield javafx.scene.effect.Light$Point.x:Ljavafx/beans/property/DoubleProperty;
         2: .line 399
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.effect.Light$Point.x:Ljavafx/beans/property/DoubleProperty;
            areturn
        end local 0 // javafx.scene.effect.Light$Point this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/scene/effect/Light$Point;

  public final void setY(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$Point this
        start local 1 // double value
         0: .line 414
            aload 0 /* this */
            invokevirtual javafx.scene.effect.Light$Point.yProperty:()Ljavafx/beans/property/DoubleProperty;
            dload 1 /* value */
            invokevirtual javafx.beans.property.DoubleProperty.set:(D)V
         1: .line 415
            return
        end local 1 // double value
        end local 0 // javafx.scene.effect.Light$Point this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Ljavafx/scene/effect/Light$Point;
            0    2     1  value  D
    MethodParameters:
       Name  Flags
      value  

  public final double getY();
    descriptor: ()D
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javafx.scene.effect.Light$Point this
         0: .line 418
            aload 0 /* this */
            getfield javafx.scene.effect.Light$Point.y:Ljavafx/beans/property/DoubleProperty;
            ifnonnull 1
            dconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield javafx.scene.effect.Light$Point.y: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$Point this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/scene/effect/Light$Point;

  public final javafx.beans.property.DoubleProperty yProperty();
    descriptor: ()Ljavafx/beans/property/DoubleProperty;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // javafx.scene.effect.Light$Point this
         0: .line 422
            aload 0 /* this */
            getfield javafx.scene.effect.Light$Point.y:Ljavafx/beans/property/DoubleProperty;
            ifnonnull 2
         1: .line 423
            aload 0 /* this */
            new javafx.scene.effect.Light$Point$2
            dup
            aload 0 /* this */
            invokespecial javafx.scene.effect.Light$Point$2.<init>:(Ljavafx/scene/effect/Light$Point;)V
            putfield javafx.scene.effect.Light$Point.y:Ljavafx/beans/property/DoubleProperty;
         2: .line 441
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.effect.Light$Point.y:Ljavafx/beans/property/DoubleProperty;
            areturn
        end local 0 // javafx.scene.effect.Light$Point this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/scene/effect/Light$Point;

  public final void setZ(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$Point this
        start local 1 // double value
         0: .line 456
            aload 0 /* this */
            invokevirtual javafx.scene.effect.Light$Point.zProperty:()Ljavafx/beans/property/DoubleProperty;
            dload 1 /* value */
            invokevirtual javafx.beans.property.DoubleProperty.set:(D)V
         1: .line 457
            return
        end local 1 // double value
        end local 0 // javafx.scene.effect.Light$Point this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Ljavafx/scene/effect/Light$Point;
            0    2     1  value  D
    MethodParameters:
       Name  Flags
      value  

  public final double getZ();
    descriptor: ()D
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javafx.scene.effect.Light$Point this
         0: .line 460
            aload 0 /* this */
            getfield javafx.scene.effect.Light$Point.z:Ljavafx/beans/property/DoubleProperty;
            ifnonnull 1
            dconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield javafx.scene.effect.Light$Point.z: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$Point this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/scene/effect/Light$Point;

  public final javafx.beans.property.DoubleProperty zProperty();
    descriptor: ()Ljavafx/beans/property/DoubleProperty;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // javafx.scene.effect.Light$Point this
         0: .line 464
            aload 0 /* this */
            getfield javafx.scene.effect.Light$Point.z:Ljavafx/beans/property/DoubleProperty;
            ifnonnull 2
         1: .line 465
            aload 0 /* this */
            new javafx.scene.effect.Light$Point$3
            dup
            aload 0 /* this */
            invokespecial javafx.scene.effect.Light$Point$3.<init>:(Ljavafx/scene/effect/Light$Point;)V
            putfield javafx.scene.effect.Light$Point.z:Ljavafx/beans/property/DoubleProperty;
         2: .line 483
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javafx.scene.effect.Light$Point.z:Ljavafx/beans/property/DoubleProperty;
            areturn
        end local 0 // javafx.scene.effect.Light$Point this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/scene/effect/Light$Point;

  void update();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // javafx.scene.effect.Light$Point this
         0: .line 488
            aload 0 /* this */
            invokespecial javafx.scene.effect.Light.update:()V
         1: .line 490
            aload 0 /* this */
            invokevirtual javafx.scene.effect.Light$Point.getPeer:()Lcom/sun/scenario/effect/light/Light;
            checkcast com.sun.scenario.effect.light.PointLight
         2: .line 489
            astore 1 /* peer */
        start local 1 // com.sun.scenario.effect.light.PointLight peer
         3: .line 491
            aload 1 /* peer */
            aload 0 /* this */
            invokevirtual javafx.scene.effect.Light$Point.getX:()D
            d2f
            invokevirtual com.sun.scenario.effect.light.PointLight.setX:(F)V
         4: .line 492
            aload 1 /* peer */
            aload 0 /* this */
            invokevirtual javafx.scene.effect.Light$Point.getY:()D
            d2f
            invokevirtual com.sun.scenario.effect.light.PointLight.setY:(F)V
         5: .line 493
            aload 1 /* peer */
            aload 0 /* this */
            invokevirtual javafx.scene.effect.Light$Point.getZ:()D
            d2f
            invokevirtual com.sun.scenario.effect.light.PointLight.setZ:(F)V
         6: .line 494
            return
        end local 1 // com.sun.scenario.effect.light.PointLight peer
        end local 0 // javafx.scene.effect.Light$Point this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Ljavafx/scene/effect/Light$Point;
            3    7     1  peer  Lcom/sun/scenario/effect/light/PointLight;

  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$Point.createPeer:()Lcom/sun/scenario/effect/light/PointLight;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "Light.java"
NestHost: javafx.scene.effect.Light
InnerClasses:
  public Point = javafx.scene.effect.Light$Point of javafx.scene.effect.Light
  javafx.scene.effect.Light$Point$1
  javafx.scene.effect.Light$Point$2
  javafx.scene.effect.Light$Point$3