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 0: aload 0
invokespecial javafx.scene.effect.Light.<init>:()V
return
end local 0 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 start local 1 start local 3 start local 5 0: aload 0
invokespecial javafx.scene.effect.Light.<init>:()V
1: aload 0
dload 1
invokevirtual javafx.scene.effect.Light$Distant.setAzimuth:(D)V
2: aload 0
dload 3
invokevirtual javafx.scene.effect.Light$Distant.setElevation:(D)V
3: aload 0
aload 5
invokevirtual javafx.scene.effect.Light$Distant.setColor:(Ljavafx/scene/paint/Color;)V
4: return
end local 5 end local 3 end local 1 end local 0 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 0: new com.sun.scenario.effect.light.DistantLight
dup
invokespecial com.sun.scenario.effect.light.DistantLight.<init>:()V
areturn
end local 0 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 start local 1 0: aload 0
invokevirtual javafx.scene.effect.Light$Distant.azimuthProperty:()Ljavafx/beans/property/DoubleProperty;
dload 1
invokevirtual javafx.beans.property.DoubleProperty.set:(D)V
1: return
end local 1 end local 0 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 0: aload 0
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
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 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 0: aload 0
getfield javafx.scene.effect.Light$Distant.azimuth:Ljavafx/beans/property/DoubleProperty;
ifnonnull 2
1: aload 0
new javafx.scene.effect.Light$Distant$1
dup
aload 0
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: StackMap locals:
StackMap stack:
aload 0
getfield javafx.scene.effect.Light$Distant.azimuth:Ljavafx/beans/property/DoubleProperty;
areturn
end local 0 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 start local 1 0: aload 0
invokevirtual javafx.scene.effect.Light$Distant.elevationProperty:()Ljavafx/beans/property/DoubleProperty;
dload 1
invokevirtual javafx.beans.property.DoubleProperty.set:(D)V
1: return
end local 1 end local 0 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 0: aload 0
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
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 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 0: aload 0
getfield javafx.scene.effect.Light$Distant.elevation:Ljavafx/beans/property/DoubleProperty;
ifnonnull 2
1: aload 0
new javafx.scene.effect.Light$Distant$2
dup
aload 0
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: StackMap locals:
StackMap stack:
aload 0
getfield javafx.scene.effect.Light$Distant.elevation:Ljavafx/beans/property/DoubleProperty;
areturn
end local 0 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 0: aload 0
invokespecial javafx.scene.effect.Light.update:()V
1: aload 0
invokevirtual javafx.scene.effect.Light$Distant.getPeer:()Lcom/sun/scenario/effect/light/Light;
checkcast com.sun.scenario.effect.light.DistantLight
2: astore 1
start local 1 3: aload 1
aload 0
invokevirtual javafx.scene.effect.Light$Distant.getAzimuth:()D
d2f
invokevirtual com.sun.scenario.effect.light.DistantLight.setAzimuth:(F)V
4: aload 1
aload 0
invokevirtual javafx.scene.effect.Light$Distant.getElevation:()D
d2f
invokevirtual com.sun.scenario.effect.light.DistantLight.setElevation:(F)V
5: return
end local 1 end local 0 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: 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