public class javafx.scene.shape.CubicCurve extends javafx.scene.shape.Shape
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: javafx.scene.shape.CubicCurve
super_class: javafx.scene.shape.Shape
{
private final com.sun.javafx.geom.CubicCurve2D shape;
descriptor: Lcom/sun/javafx/geom/CubicCurve2D;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private javafx.beans.property.DoubleProperty startX;
descriptor: Ljavafx/beans/property/DoubleProperty;
flags: (0x0002) ACC_PRIVATE
private javafx.beans.property.DoubleProperty startY;
descriptor: Ljavafx/beans/property/DoubleProperty;
flags: (0x0002) ACC_PRIVATE
private javafx.beans.property.DoubleProperty controlX1;
descriptor: Ljavafx/beans/property/DoubleProperty;
flags: (0x0002) ACC_PRIVATE
private javafx.beans.property.DoubleProperty controlY1;
descriptor: Ljavafx/beans/property/DoubleProperty;
flags: (0x0002) ACC_PRIVATE
private javafx.beans.property.DoubleProperty controlX2;
descriptor: Ljavafx/beans/property/DoubleProperty;
flags: (0x0002) ACC_PRIVATE
private javafx.beans.property.DoubleProperty controlY2;
descriptor: Ljavafx/beans/property/DoubleProperty;
flags: (0x0002) ACC_PRIVATE
private javafx.beans.property.DoubleProperty endX;
descriptor: Ljavafx/beans/property/DoubleProperty;
flags: (0x0002) ACC_PRIVATE
private javafx.beans.property.DoubleProperty endY;
descriptor: Ljavafx/beans/property/DoubleProperty;
flags: (0x0002) ACC_PRIVATE
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=2, locals=0, args_size=0
0: new javafx.scene.shape.CubicCurve$1
dup
invokespecial javafx.scene.shape.CubicCurve$1.<init>:()V
invokestatic com.sun.javafx.scene.shape.CubicCurveHelper.setCubicCurveAccessor:(Lcom/sun/javafx/scene/shape/CubicCurveHelper$CubicCurveAccessor;)V
1: return
LocalVariableTable:
Start End Slot Name Signature
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
invokespecial javafx.scene.shape.Shape.<init>:()V
1: aload 0
new com.sun.javafx.geom.CubicCurve2D
dup
invokespecial com.sun.javafx.geom.CubicCurve2D.<init>:()V
putfield javafx.scene.shape.CubicCurve.shape:Lcom/sun/javafx/geom/CubicCurve2D;
2: aload 0
invokestatic com.sun.javafx.scene.shape.CubicCurveHelper.initHelper:(Ljavafx/scene/shape/CubicCurve;)V
3: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Ljavafx/scene/shape/CubicCurve;
public void <init>(double, double, double, double, double, double, double, double);
descriptor: (DDDDDDDD)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=17, args_size=9
start local 0 start local 1 start local 3 start local 5 start local 7 start local 9 start local 11 start local 13 start local 15 0: aload 0
invokespecial javafx.scene.shape.Shape.<init>:()V
1: aload 0
new com.sun.javafx.geom.CubicCurve2D
dup
invokespecial com.sun.javafx.geom.CubicCurve2D.<init>:()V
putfield javafx.scene.shape.CubicCurve.shape:Lcom/sun/javafx/geom/CubicCurve2D;
2: aload 0
invokestatic com.sun.javafx.scene.shape.CubicCurveHelper.initHelper:(Ljavafx/scene/shape/CubicCurve;)V
3: aload 0
dload 1
invokevirtual javafx.scene.shape.CubicCurve.setStartX:(D)V
4: aload 0
dload 3
invokevirtual javafx.scene.shape.CubicCurve.setStartY:(D)V
5: aload 0
dload 5
invokevirtual javafx.scene.shape.CubicCurve.setControlX1:(D)V
6: aload 0
dload 7
invokevirtual javafx.scene.shape.CubicCurve.setControlY1:(D)V
7: aload 0
dload 9
invokevirtual javafx.scene.shape.CubicCurve.setControlX2:(D)V
8: aload 0
dload 11
invokevirtual javafx.scene.shape.CubicCurve.setControlY2:(D)V
9: aload 0
dload 13
invokevirtual javafx.scene.shape.CubicCurve.setEndX:(D)V
10: aload 0
dload 15
invokevirtual javafx.scene.shape.CubicCurve.setEndY:(D)V
11: return
end local 15 end local 13 end local 11 end local 9 end local 7 end local 5 end local 3 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 12 0 this Ljavafx/scene/shape/CubicCurve;
0 12 1 startX D
0 12 3 startY D
0 12 5 controlX1 D
0 12 7 controlY1 D
0 12 9 controlX2 D
0 12 11 controlY2 D
0 12 13 endX D
0 12 15 endY D
MethodParameters:
Name Flags
startX
startY
controlX1
controlY1
controlX2
controlY2
endX
endY
public final void setStartX(double);
descriptor: (D)V
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=4, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield javafx.scene.shape.CubicCurve.startX:Ljavafx/beans/property/DoubleProperty;
ifnonnull 1
dload 1
dconst_0
dcmpl
ifeq 2
1: StackMap locals:
StackMap stack:
aload 0
invokevirtual javafx.scene.shape.CubicCurve.startXProperty:()Ljavafx/beans/property/DoubleProperty;
dload 1
invokevirtual javafx.beans.property.DoubleProperty.set:(D)V
2: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Ljavafx/scene/shape/CubicCurve;
0 3 1 value D
MethodParameters:
Name Flags
value
public final double getStartX();
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.shape.CubicCurve.startX:Ljavafx/beans/property/DoubleProperty;
ifnonnull 1
dconst_0
goto 2
StackMap locals:
StackMap stack:
1: aload 0
getfield javafx.scene.shape.CubicCurve.startX: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/shape/CubicCurve;
public final javafx.beans.property.DoubleProperty startXProperty();
descriptor: ()Ljavafx/beans/property/DoubleProperty;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=4, locals=1, args_size=1
start local 0 0: aload 0
getfield javafx.scene.shape.CubicCurve.startX:Ljavafx/beans/property/DoubleProperty;
ifnonnull 2
1: aload 0
new javafx.scene.shape.CubicCurve$2
dup
aload 0
invokespecial javafx.scene.shape.CubicCurve$2.<init>:(Ljavafx/scene/shape/CubicCurve;)V
putfield javafx.scene.shape.CubicCurve.startX:Ljavafx/beans/property/DoubleProperty;
2: StackMap locals:
StackMap stack:
aload 0
getfield javafx.scene.shape.CubicCurve.startX:Ljavafx/beans/property/DoubleProperty;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Ljavafx/scene/shape/CubicCurve;
public final void setStartY(double);
descriptor: (D)V
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=4, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield javafx.scene.shape.CubicCurve.startY:Ljavafx/beans/property/DoubleProperty;
ifnonnull 1
dload 1
dconst_0
dcmpl
ifeq 2
1: StackMap locals:
StackMap stack:
aload 0
invokevirtual javafx.scene.shape.CubicCurve.startYProperty:()Ljavafx/beans/property/DoubleProperty;
dload 1
invokevirtual javafx.beans.property.DoubleProperty.set:(D)V
2: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Ljavafx/scene/shape/CubicCurve;
0 3 1 value D
MethodParameters:
Name Flags
value
public final double getStartY();
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.shape.CubicCurve.startY:Ljavafx/beans/property/DoubleProperty;
ifnonnull 1
dconst_0
goto 2
StackMap locals:
StackMap stack:
1: aload 0
getfield javafx.scene.shape.CubicCurve.startY: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/shape/CubicCurve;
public final javafx.beans.property.DoubleProperty startYProperty();
descriptor: ()Ljavafx/beans/property/DoubleProperty;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=4, locals=1, args_size=1
start local 0 0: aload 0
getfield javafx.scene.shape.CubicCurve.startY:Ljavafx/beans/property/DoubleProperty;
ifnonnull 2
1: aload 0
new javafx.scene.shape.CubicCurve$3
dup
aload 0
invokespecial javafx.scene.shape.CubicCurve$3.<init>:(Ljavafx/scene/shape/CubicCurve;)V
putfield javafx.scene.shape.CubicCurve.startY:Ljavafx/beans/property/DoubleProperty;
2: StackMap locals:
StackMap stack:
aload 0
getfield javafx.scene.shape.CubicCurve.startY:Ljavafx/beans/property/DoubleProperty;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Ljavafx/scene/shape/CubicCurve;
public final void setControlX1(double);
descriptor: (D)V
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=4, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield javafx.scene.shape.CubicCurve.controlX1:Ljavafx/beans/property/DoubleProperty;
ifnonnull 1
dload 1
dconst_0
dcmpl
ifeq 2
1: StackMap locals:
StackMap stack:
aload 0
invokevirtual javafx.scene.shape.CubicCurve.controlX1Property:()Ljavafx/beans/property/DoubleProperty;
dload 1
invokevirtual javafx.beans.property.DoubleProperty.set:(D)V
2: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Ljavafx/scene/shape/CubicCurve;
0 3 1 value D
MethodParameters:
Name Flags
value
public final double getControlX1();
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.shape.CubicCurve.controlX1:Ljavafx/beans/property/DoubleProperty;
ifnonnull 1
dconst_0
goto 2
StackMap locals:
StackMap stack:
1: aload 0
getfield javafx.scene.shape.CubicCurve.controlX1: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/shape/CubicCurve;
public final javafx.beans.property.DoubleProperty controlX1Property();
descriptor: ()Ljavafx/beans/property/DoubleProperty;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=4, locals=1, args_size=1
start local 0 0: aload 0
getfield javafx.scene.shape.CubicCurve.controlX1:Ljavafx/beans/property/DoubleProperty;
ifnonnull 2
1: aload 0
new javafx.scene.shape.CubicCurve$4
dup
aload 0
invokespecial javafx.scene.shape.CubicCurve$4.<init>:(Ljavafx/scene/shape/CubicCurve;)V
putfield javafx.scene.shape.CubicCurve.controlX1:Ljavafx/beans/property/DoubleProperty;
2: StackMap locals:
StackMap stack:
aload 0
getfield javafx.scene.shape.CubicCurve.controlX1:Ljavafx/beans/property/DoubleProperty;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Ljavafx/scene/shape/CubicCurve;
public final void setControlY1(double);
descriptor: (D)V
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=4, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield javafx.scene.shape.CubicCurve.controlY1:Ljavafx/beans/property/DoubleProperty;
ifnonnull 1
dload 1
dconst_0
dcmpl
ifeq 2
1: StackMap locals:
StackMap stack:
aload 0
invokevirtual javafx.scene.shape.CubicCurve.controlY1Property:()Ljavafx/beans/property/DoubleProperty;
dload 1
invokevirtual javafx.beans.property.DoubleProperty.set:(D)V
2: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Ljavafx/scene/shape/CubicCurve;
0 3 1 value D
MethodParameters:
Name Flags
value
public final double getControlY1();
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.shape.CubicCurve.controlY1:Ljavafx/beans/property/DoubleProperty;
ifnonnull 1
dconst_0
goto 2
StackMap locals:
StackMap stack:
1: aload 0
getfield javafx.scene.shape.CubicCurve.controlY1: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/shape/CubicCurve;
public final javafx.beans.property.DoubleProperty controlY1Property();
descriptor: ()Ljavafx/beans/property/DoubleProperty;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=4, locals=1, args_size=1
start local 0 0: aload 0
getfield javafx.scene.shape.CubicCurve.controlY1:Ljavafx/beans/property/DoubleProperty;
ifnonnull 2
1: aload 0
new javafx.scene.shape.CubicCurve$5
dup
aload 0
invokespecial javafx.scene.shape.CubicCurve$5.<init>:(Ljavafx/scene/shape/CubicCurve;)V
putfield javafx.scene.shape.CubicCurve.controlY1:Ljavafx/beans/property/DoubleProperty;
2: StackMap locals:
StackMap stack:
aload 0
getfield javafx.scene.shape.CubicCurve.controlY1:Ljavafx/beans/property/DoubleProperty;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Ljavafx/scene/shape/CubicCurve;
public final void setControlX2(double);
descriptor: (D)V
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=4, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield javafx.scene.shape.CubicCurve.controlX2:Ljavafx/beans/property/DoubleProperty;
ifnonnull 1
dload 1
dconst_0
dcmpl
ifeq 2
1: StackMap locals:
StackMap stack:
aload 0
invokevirtual javafx.scene.shape.CubicCurve.controlX2Property:()Ljavafx/beans/property/DoubleProperty;
dload 1
invokevirtual javafx.beans.property.DoubleProperty.set:(D)V
2: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Ljavafx/scene/shape/CubicCurve;
0 3 1 value D
MethodParameters:
Name Flags
value
public final double getControlX2();
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.shape.CubicCurve.controlX2:Ljavafx/beans/property/DoubleProperty;
ifnonnull 1
dconst_0
goto 2
StackMap locals:
StackMap stack:
1: aload 0
getfield javafx.scene.shape.CubicCurve.controlX2: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/shape/CubicCurve;
public final javafx.beans.property.DoubleProperty controlX2Property();
descriptor: ()Ljavafx/beans/property/DoubleProperty;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=4, locals=1, args_size=1
start local 0 0: aload 0
getfield javafx.scene.shape.CubicCurve.controlX2:Ljavafx/beans/property/DoubleProperty;
ifnonnull 2
1: aload 0
new javafx.scene.shape.CubicCurve$6
dup
aload 0
invokespecial javafx.scene.shape.CubicCurve$6.<init>:(Ljavafx/scene/shape/CubicCurve;)V
putfield javafx.scene.shape.CubicCurve.controlX2:Ljavafx/beans/property/DoubleProperty;
2: StackMap locals:
StackMap stack:
aload 0
getfield javafx.scene.shape.CubicCurve.controlX2:Ljavafx/beans/property/DoubleProperty;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Ljavafx/scene/shape/CubicCurve;
public final void setControlY2(double);
descriptor: (D)V
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=4, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield javafx.scene.shape.CubicCurve.controlY2:Ljavafx/beans/property/DoubleProperty;
ifnonnull 1
dload 1
dconst_0
dcmpl
ifeq 2
1: StackMap locals:
StackMap stack:
aload 0
invokevirtual javafx.scene.shape.CubicCurve.controlY2Property:()Ljavafx/beans/property/DoubleProperty;
dload 1
invokevirtual javafx.beans.property.DoubleProperty.set:(D)V
2: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Ljavafx/scene/shape/CubicCurve;
0 3 1 value D
MethodParameters:
Name Flags
value
public final double getControlY2();
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.shape.CubicCurve.controlY2:Ljavafx/beans/property/DoubleProperty;
ifnonnull 1
dconst_0
goto 2
StackMap locals:
StackMap stack:
1: aload 0
getfield javafx.scene.shape.CubicCurve.controlY2: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/shape/CubicCurve;
public final javafx.beans.property.DoubleProperty controlY2Property();
descriptor: ()Ljavafx/beans/property/DoubleProperty;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=4, locals=1, args_size=1
start local 0 0: aload 0
getfield javafx.scene.shape.CubicCurve.controlY2:Ljavafx/beans/property/DoubleProperty;
ifnonnull 2
1: aload 0
new javafx.scene.shape.CubicCurve$7
dup
aload 0
invokespecial javafx.scene.shape.CubicCurve$7.<init>:(Ljavafx/scene/shape/CubicCurve;)V
putfield javafx.scene.shape.CubicCurve.controlY2:Ljavafx/beans/property/DoubleProperty;
2: StackMap locals:
StackMap stack:
aload 0
getfield javafx.scene.shape.CubicCurve.controlY2:Ljavafx/beans/property/DoubleProperty;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Ljavafx/scene/shape/CubicCurve;
public final void setEndX(double);
descriptor: (D)V
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=4, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield javafx.scene.shape.CubicCurve.endX:Ljavafx/beans/property/DoubleProperty;
ifnonnull 1
dload 1
dconst_0
dcmpl
ifeq 2
1: StackMap locals:
StackMap stack:
aload 0
invokevirtual javafx.scene.shape.CubicCurve.endXProperty:()Ljavafx/beans/property/DoubleProperty;
dload 1
invokevirtual javafx.beans.property.DoubleProperty.set:(D)V
2: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Ljavafx/scene/shape/CubicCurve;
0 3 1 value D
MethodParameters:
Name Flags
value
public final double getEndX();
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.shape.CubicCurve.endX:Ljavafx/beans/property/DoubleProperty;
ifnonnull 1
dconst_0
goto 2
StackMap locals:
StackMap stack:
1: aload 0
getfield javafx.scene.shape.CubicCurve.endX: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/shape/CubicCurve;
public final javafx.beans.property.DoubleProperty endXProperty();
descriptor: ()Ljavafx/beans/property/DoubleProperty;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=4, locals=1, args_size=1
start local 0 0: aload 0
getfield javafx.scene.shape.CubicCurve.endX:Ljavafx/beans/property/DoubleProperty;
ifnonnull 2
1: aload 0
new javafx.scene.shape.CubicCurve$8
dup
aload 0
invokespecial javafx.scene.shape.CubicCurve$8.<init>:(Ljavafx/scene/shape/CubicCurve;)V
putfield javafx.scene.shape.CubicCurve.endX:Ljavafx/beans/property/DoubleProperty;
2: StackMap locals:
StackMap stack:
aload 0
getfield javafx.scene.shape.CubicCurve.endX:Ljavafx/beans/property/DoubleProperty;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Ljavafx/scene/shape/CubicCurve;
public final void setEndY(double);
descriptor: (D)V
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=4, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield javafx.scene.shape.CubicCurve.endY:Ljavafx/beans/property/DoubleProperty;
ifnonnull 1
dload 1
dconst_0
dcmpl
ifeq 2
1: StackMap locals:
StackMap stack:
aload 0
invokevirtual javafx.scene.shape.CubicCurve.endYProperty:()Ljavafx/beans/property/DoubleProperty;
dload 1
invokevirtual javafx.beans.property.DoubleProperty.set:(D)V
2: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Ljavafx/scene/shape/CubicCurve;
0 3 1 value D
MethodParameters:
Name Flags
value
public final double getEndY();
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.shape.CubicCurve.endY:Ljavafx/beans/property/DoubleProperty;
ifnonnull 1
dconst_0
goto 2
StackMap locals:
StackMap stack:
1: aload 0
getfield javafx.scene.shape.CubicCurve.endY: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/shape/CubicCurve;
public final javafx.beans.property.DoubleProperty endYProperty();
descriptor: ()Ljavafx/beans/property/DoubleProperty;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=4, locals=1, args_size=1
start local 0 0: aload 0
getfield javafx.scene.shape.CubicCurve.endY:Ljavafx/beans/property/DoubleProperty;
ifnonnull 2
1: aload 0
new javafx.scene.shape.CubicCurve$9
dup
aload 0
invokespecial javafx.scene.shape.CubicCurve$9.<init>:(Ljavafx/scene/shape/CubicCurve;)V
putfield javafx.scene.shape.CubicCurve.endY:Ljavafx/beans/property/DoubleProperty;
2: StackMap locals:
StackMap stack:
aload 0
getfield javafx.scene.shape.CubicCurve.endY:Ljavafx/beans/property/DoubleProperty;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Ljavafx/scene/shape/CubicCurve;
private com.sun.javafx.geom.CubicCurve2D doConfigShape();
descriptor: ()Lcom/sun/javafx/geom/CubicCurve2D;
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
getfield javafx.scene.shape.CubicCurve.shape:Lcom/sun/javafx/geom/CubicCurve2D;
aload 0
invokevirtual javafx.scene.shape.CubicCurve.getStartX:()D
d2f
putfield com.sun.javafx.geom.CubicCurve2D.x1:F
1: aload 0
getfield javafx.scene.shape.CubicCurve.shape:Lcom/sun/javafx/geom/CubicCurve2D;
aload 0
invokevirtual javafx.scene.shape.CubicCurve.getStartY:()D
d2f
putfield com.sun.javafx.geom.CubicCurve2D.y1:F
2: aload 0
getfield javafx.scene.shape.CubicCurve.shape:Lcom/sun/javafx/geom/CubicCurve2D;
aload 0
invokevirtual javafx.scene.shape.CubicCurve.getControlX1:()D
d2f
putfield com.sun.javafx.geom.CubicCurve2D.ctrlx1:F
3: aload 0
getfield javafx.scene.shape.CubicCurve.shape:Lcom/sun/javafx/geom/CubicCurve2D;
aload 0
invokevirtual javafx.scene.shape.CubicCurve.getControlY1:()D
d2f
putfield com.sun.javafx.geom.CubicCurve2D.ctrly1:F
4: aload 0
getfield javafx.scene.shape.CubicCurve.shape:Lcom/sun/javafx/geom/CubicCurve2D;
aload 0
invokevirtual javafx.scene.shape.CubicCurve.getControlX2:()D
d2f
putfield com.sun.javafx.geom.CubicCurve2D.ctrlx2:F
5: aload 0
getfield javafx.scene.shape.CubicCurve.shape:Lcom/sun/javafx/geom/CubicCurve2D;
aload 0
invokevirtual javafx.scene.shape.CubicCurve.getControlY2:()D
d2f
putfield com.sun.javafx.geom.CubicCurve2D.ctrly2:F
6: aload 0
getfield javafx.scene.shape.CubicCurve.shape:Lcom/sun/javafx/geom/CubicCurve2D;
aload 0
invokevirtual javafx.scene.shape.CubicCurve.getEndX:()D
d2f
putfield com.sun.javafx.geom.CubicCurve2D.x2:F
7: aload 0
getfield javafx.scene.shape.CubicCurve.shape:Lcom/sun/javafx/geom/CubicCurve2D;
aload 0
invokevirtual javafx.scene.shape.CubicCurve.getEndY:()D
d2f
putfield com.sun.javafx.geom.CubicCurve2D.y2:F
8: aload 0
getfield javafx.scene.shape.CubicCurve.shape:Lcom/sun/javafx/geom/CubicCurve2D;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Ljavafx/scene/shape/CubicCurve;
private com.sun.javafx.sg.prism.NGNode doCreatePeer();
descriptor: ()Lcom/sun/javafx/sg/prism/NGNode;
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=1, args_size=1
start local 0 0: new com.sun.javafx.sg.prism.NGCubicCurve
dup
invokespecial com.sun.javafx.sg.prism.NGCubicCurve.<init>:()V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljavafx/scene/shape/CubicCurve;
private void doUpdatePeer();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=10, locals=2, args_size=1
start local 0 0: aload 0
getstatic com.sun.javafx.scene.DirtyBits.NODE_GEOMETRY:Lcom/sun/javafx/scene/DirtyBits;
invokestatic com.sun.javafx.scene.NodeHelper.isDirty:(Ljavafx/scene/Node;Lcom/sun/javafx/scene/DirtyBits;)Z
ifeq 11
1: aload 0
invokestatic com.sun.javafx.scene.NodeHelper.getPeer:(Ljavafx/scene/Node;)Lcom/sun/javafx/sg/prism/NGNode;
checkcast com.sun.javafx.sg.prism.NGCubicCurve
astore 1
start local 1 2: aload 1
aload 0
invokevirtual javafx.scene.shape.CubicCurve.getStartX:()D
d2f
3: aload 0
invokevirtual javafx.scene.shape.CubicCurve.getStartY:()D
d2f
4: aload 0
invokevirtual javafx.scene.shape.CubicCurve.getEndX:()D
d2f
5: aload 0
invokevirtual javafx.scene.shape.CubicCurve.getEndY:()D
d2f
6: aload 0
invokevirtual javafx.scene.shape.CubicCurve.getControlX1:()D
d2f
7: aload 0
invokevirtual javafx.scene.shape.CubicCurve.getControlY1:()D
d2f
8: aload 0
invokevirtual javafx.scene.shape.CubicCurve.getControlX2:()D
d2f
9: aload 0
invokevirtual javafx.scene.shape.CubicCurve.getControlY2:()D
d2f
10: invokevirtual com.sun.javafx.sg.prism.NGCubicCurve.updateCubicCurve:(FFFFFFFF)V
end local 1 11: StackMap locals:
StackMap stack:
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 12 0 this Ljavafx/scene/shape/CubicCurve;
2 11 1 peer Lcom/sun/javafx/sg/prism/NGCubicCurve;
public java.lang.String toString();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=1
start local 0 0: new java.lang.StringBuilder
dup
ldc "CubicCurve["
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
astore 1
start local 1 1: aload 0
invokevirtual javafx.scene.shape.CubicCurve.getId:()Ljava/lang/String;
astore 2
start local 2 2: aload 2
ifnull 4
3: aload 1
ldc "id="
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
aload 2
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
ldc ", "
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
pop
4: StackMap locals: java.lang.StringBuilder java.lang.String
StackMap stack:
aload 1
ldc "startX="
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
aload 0
invokevirtual javafx.scene.shape.CubicCurve.getStartX:()D
invokevirtual java.lang.StringBuilder.append:(D)Ljava/lang/StringBuilder;
pop
5: aload 1
ldc ", startY="
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
aload 0
invokevirtual javafx.scene.shape.CubicCurve.getStartY:()D
invokevirtual java.lang.StringBuilder.append:(D)Ljava/lang/StringBuilder;
pop
6: aload 1
ldc ", controlX1="
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
aload 0
invokevirtual javafx.scene.shape.CubicCurve.getControlX1:()D
invokevirtual java.lang.StringBuilder.append:(D)Ljava/lang/StringBuilder;
pop
7: aload 1
ldc ", controlY1="
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
aload 0
invokevirtual javafx.scene.shape.CubicCurve.getControlY1:()D
invokevirtual java.lang.StringBuilder.append:(D)Ljava/lang/StringBuilder;
pop
8: aload 1
ldc ", controlX2="
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
aload 0
invokevirtual javafx.scene.shape.CubicCurve.getControlX2:()D
invokevirtual java.lang.StringBuilder.append:(D)Ljava/lang/StringBuilder;
pop
9: aload 1
ldc ", controlY2="
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
aload 0
invokevirtual javafx.scene.shape.CubicCurve.getControlY2:()D
invokevirtual java.lang.StringBuilder.append:(D)Ljava/lang/StringBuilder;
pop
10: aload 1
ldc ", endX="
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
aload 0
invokevirtual javafx.scene.shape.CubicCurve.getEndX:()D
invokevirtual java.lang.StringBuilder.append:(D)Ljava/lang/StringBuilder;
pop
11: aload 1
ldc ", endY="
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
aload 0
invokevirtual javafx.scene.shape.CubicCurve.getEndY:()D
invokevirtual java.lang.StringBuilder.append:(D)Ljava/lang/StringBuilder;
pop
12: aload 1
ldc ", fill="
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
aload 0
invokevirtual javafx.scene.shape.CubicCurve.getFill:()Ljavafx/scene/paint/Paint;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
pop
13: aload 0
invokevirtual javafx.scene.shape.CubicCurve.getStroke:()Ljavafx/scene/paint/Paint;
astore 3
start local 3 14: aload 3
ifnull 17
15: aload 1
ldc ", stroke="
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
aload 3
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
pop
16: aload 1
ldc ", strokeWidth="
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
aload 0
invokevirtual javafx.scene.shape.CubicCurve.getStrokeWidth:()D
invokevirtual java.lang.StringBuilder.append:(D)Ljava/lang/StringBuilder;
pop
17: StackMap locals: javafx.scene.paint.Paint
StackMap stack:
aload 1
ldc "]"
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 18 0 this Ljavafx/scene/shape/CubicCurve;
1 18 1 sb Ljava/lang/StringBuilder;
2 18 2 id Ljava/lang/String;
14 18 3 stroke Ljavafx/scene/paint/Paint;
}
SourceFile: "CubicCurve.java"
NestMembers:
javafx.scene.shape.CubicCurve$1 javafx.scene.shape.CubicCurve$2 javafx.scene.shape.CubicCurve$3 javafx.scene.shape.CubicCurve$4 javafx.scene.shape.CubicCurve$5 javafx.scene.shape.CubicCurve$6 javafx.scene.shape.CubicCurve$7 javafx.scene.shape.CubicCurve$8 javafx.scene.shape.CubicCurve$9
InnerClasses:
public abstract CubicCurveAccessor = com.sun.javafx.scene.shape.CubicCurveHelper$CubicCurveAccessor of com.sun.javafx.scene.shape.CubicCurveHelper
javafx.scene.shape.CubicCurve$1
javafx.scene.shape.CubicCurve$2
javafx.scene.shape.CubicCurve$3
javafx.scene.shape.CubicCurve$4
javafx.scene.shape.CubicCurve$5
javafx.scene.shape.CubicCurve$6
javafx.scene.shape.CubicCurve$7
javafx.scene.shape.CubicCurve$8
javafx.scene.shape.CubicCurve$9