public final class javafx.animation.StrokeTransition extends javafx.animation.Transition
minor version: 0
major version: 59
flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
this_class: javafx.animation.StrokeTransition
super_class: javafx.animation.Transition
{
private javafx.scene.paint.Color start;
descriptor: Ljavafx/scene/paint/Color;
flags: (0x0002) ACC_PRIVATE
private javafx.scene.paint.Color end;
descriptor: Ljavafx/scene/paint/Color;
flags: (0x0002) ACC_PRIVATE
private javafx.beans.property.ObjectProperty<javafx.scene.shape.Shape> shape;
descriptor: Ljavafx/beans/property/ObjectProperty;
flags: (0x0002) ACC_PRIVATE
Signature: Ljavafx/beans/property/ObjectProperty<Ljavafx/scene/shape/Shape;>;
private static final javafx.scene.shape.Shape DEFAULT_SHAPE;
descriptor: Ljavafx/scene/shape/Shape;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
private javafx.scene.shape.Shape cachedShape;
descriptor: Ljavafx/scene/shape/Shape;
flags: (0x0002) ACC_PRIVATE
private javafx.beans.property.ObjectProperty<javafx.util.Duration> duration;
descriptor: Ljavafx/beans/property/ObjectProperty;
flags: (0x0002) ACC_PRIVATE
Signature: Ljavafx/beans/property/ObjectProperty<Ljavafx/util/Duration;>;
private static final javafx.util.Duration DEFAULT_DURATION;
descriptor: Ljavafx/util/Duration;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
private javafx.beans.property.ObjectProperty<javafx.scene.paint.Color> fromValue;
descriptor: Ljavafx/beans/property/ObjectProperty;
flags: (0x0002) ACC_PRIVATE
Signature: Ljavafx/beans/property/ObjectProperty<Ljavafx/scene/paint/Color;>;
private static final javafx.scene.paint.Color DEFAULT_FROM_VALUE;
descriptor: Ljavafx/scene/paint/Color;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
private javafx.beans.property.ObjectProperty<javafx.scene.paint.Color> toValue;
descriptor: Ljavafx/beans/property/ObjectProperty;
flags: (0x0002) ACC_PRIVATE
Signature: Ljavafx/beans/property/ObjectProperty<Ljavafx/scene/paint/Color;>;
private static final javafx.scene.paint.Color DEFAULT_TO_VALUE;
descriptor: Ljavafx/scene/paint/Color;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=2, locals=0, args_size=0
0: aconst_null
putstatic javafx.animation.StrokeTransition.DEFAULT_SHAPE:Ljavafx/scene/shape/Shape;
1: ldc 400.0
invokestatic javafx.util.Duration.millis:(D)Ljavafx/util/Duration;
putstatic javafx.animation.StrokeTransition.DEFAULT_DURATION:Ljavafx/util/Duration;
2: aconst_null
putstatic javafx.animation.StrokeTransition.DEFAULT_FROM_VALUE:Ljavafx/scene/paint/Color;
3: aconst_null
putstatic javafx.animation.StrokeTransition.DEFAULT_TO_VALUE:Ljavafx/scene/paint/Color;
return
LocalVariableTable:
Start End Slot Name Signature
public final void setShape(javafx.scene.shape.Shape);
descriptor: (Ljavafx/scene/shape/Shape;)V
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield javafx.animation.StrokeTransition.shape:Ljavafx/beans/property/ObjectProperty;
ifnonnull 1
aload 1
ifnull 2
1: StackMap locals:
StackMap stack:
aload 0
invokevirtual javafx.animation.StrokeTransition.shapeProperty:()Ljavafx/beans/property/ObjectProperty;
aload 1
invokevirtual javafx.beans.property.ObjectProperty.set:(Ljava/lang/Object;)V
2: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Ljavafx/animation/StrokeTransition;
0 3 1 value Ljavafx/scene/shape/Shape;
MethodParameters:
Name Flags
value
public final javafx.scene.shape.Shape getShape();
descriptor: ()Ljavafx/scene/shape/Shape;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield javafx.animation.StrokeTransition.shape:Ljavafx/beans/property/ObjectProperty;
ifnonnull 1
getstatic javafx.animation.StrokeTransition.DEFAULT_SHAPE:Ljavafx/scene/shape/Shape;
goto 2
StackMap locals:
StackMap stack:
1: aload 0
getfield javafx.animation.StrokeTransition.shape:Ljavafx/beans/property/ObjectProperty;
invokevirtual javafx.beans.property.ObjectProperty.get:()Ljava/lang/Object;
checkcast javafx.scene.shape.Shape
StackMap locals:
StackMap stack: javafx.scene.shape.Shape
2: areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Ljavafx/animation/StrokeTransition;
public final javafx.beans.property.ObjectProperty<javafx.scene.shape.Shape> shapeProperty();
descriptor: ()Ljavafx/beans/property/ObjectProperty;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=6, locals=1, args_size=1
start local 0 0: aload 0
getfield javafx.animation.StrokeTransition.shape:Ljavafx/beans/property/ObjectProperty;
ifnonnull 2
1: aload 0
new javafx.beans.property.SimpleObjectProperty
dup
aload 0
ldc "shape"
getstatic javafx.animation.StrokeTransition.DEFAULT_SHAPE:Ljavafx/scene/shape/Shape;
invokespecial javafx.beans.property.SimpleObjectProperty.<init>:(Ljava/lang/Object;Ljava/lang/String;Ljava/lang/Object;)V
putfield javafx.animation.StrokeTransition.shape:Ljavafx/beans/property/ObjectProperty;
2: StackMap locals:
StackMap stack:
aload 0
getfield javafx.animation.StrokeTransition.shape:Ljavafx/beans/property/ObjectProperty;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Ljavafx/animation/StrokeTransition;
Signature: ()Ljavafx/beans/property/ObjectProperty<Ljavafx/scene/shape/Shape;>;
public final void setDuration(javafx.util.Duration);
descriptor: (Ljavafx/util/Duration;)V
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield javafx.animation.StrokeTransition.duration:Ljavafx/beans/property/ObjectProperty;
ifnonnull 1
getstatic javafx.animation.StrokeTransition.DEFAULT_DURATION:Ljavafx/util/Duration;
aload 1
invokevirtual javafx.util.Duration.equals:(Ljava/lang/Object;)Z
ifne 2
1: StackMap locals:
StackMap stack:
aload 0
invokevirtual javafx.animation.StrokeTransition.durationProperty:()Ljavafx/beans/property/ObjectProperty;
aload 1
invokevirtual javafx.beans.property.ObjectProperty.set:(Ljava/lang/Object;)V
2: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Ljavafx/animation/StrokeTransition;
0 3 1 value Ljavafx/util/Duration;
MethodParameters:
Name Flags
value
public final javafx.util.Duration getDuration();
descriptor: ()Ljavafx/util/Duration;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield javafx.animation.StrokeTransition.duration:Ljavafx/beans/property/ObjectProperty;
ifnonnull 1
getstatic javafx.animation.StrokeTransition.DEFAULT_DURATION:Ljavafx/util/Duration;
goto 2
StackMap locals:
StackMap stack:
1: aload 0
getfield javafx.animation.StrokeTransition.duration:Ljavafx/beans/property/ObjectProperty;
invokevirtual javafx.beans.property.ObjectProperty.get:()Ljava/lang/Object;
checkcast javafx.util.Duration
StackMap locals:
StackMap stack: javafx.util.Duration
2: areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Ljavafx/animation/StrokeTransition;
public final javafx.beans.property.ObjectProperty<javafx.util.Duration> durationProperty();
descriptor: ()Ljavafx/beans/property/ObjectProperty;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=5, locals=1, args_size=1
start local 0 0: aload 0
getfield javafx.animation.StrokeTransition.duration:Ljavafx/beans/property/ObjectProperty;
ifnonnull 2
1: aload 0
new javafx.animation.StrokeTransition$1
dup
aload 0
getstatic javafx.animation.StrokeTransition.DEFAULT_DURATION:Ljavafx/util/Duration;
invokespecial javafx.animation.StrokeTransition$1.<init>:(Ljavafx/animation/StrokeTransition;Ljavafx/util/Duration;)V
putfield javafx.animation.StrokeTransition.duration:Ljavafx/beans/property/ObjectProperty;
2: StackMap locals:
StackMap stack:
aload 0
getfield javafx.animation.StrokeTransition.duration:Ljavafx/beans/property/ObjectProperty;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Ljavafx/animation/StrokeTransition;
Signature: ()Ljavafx/beans/property/ObjectProperty<Ljavafx/util/Duration;>;
public final void setFromValue(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 start local 1 0: aload 0
getfield javafx.animation.StrokeTransition.fromValue:Ljavafx/beans/property/ObjectProperty;
ifnonnull 1
aload 1
ifnull 2
1: StackMap locals:
StackMap stack:
aload 0
invokevirtual javafx.animation.StrokeTransition.fromValueProperty:()Ljavafx/beans/property/ObjectProperty;
aload 1
invokevirtual javafx.beans.property.ObjectProperty.set:(Ljava/lang/Object;)V
2: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Ljavafx/animation/StrokeTransition;
0 3 1 value Ljavafx/scene/paint/Color;
MethodParameters:
Name Flags
value
public final javafx.scene.paint.Color getFromValue();
descriptor: ()Ljavafx/scene/paint/Color;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield javafx.animation.StrokeTransition.fromValue:Ljavafx/beans/property/ObjectProperty;
ifnonnull 1
getstatic javafx.animation.StrokeTransition.DEFAULT_FROM_VALUE:Ljavafx/scene/paint/Color;
goto 2
StackMap locals:
StackMap stack:
1: aload 0
getfield javafx.animation.StrokeTransition.fromValue: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 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Ljavafx/animation/StrokeTransition;
public final javafx.beans.property.ObjectProperty<javafx.scene.paint.Color> fromValueProperty();
descriptor: ()Ljavafx/beans/property/ObjectProperty;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=6, locals=1, args_size=1
start local 0 0: aload 0
getfield javafx.animation.StrokeTransition.fromValue:Ljavafx/beans/property/ObjectProperty;
ifnonnull 2
1: aload 0
new javafx.beans.property.SimpleObjectProperty
dup
aload 0
ldc "fromValue"
getstatic javafx.animation.StrokeTransition.DEFAULT_FROM_VALUE:Ljavafx/scene/paint/Color;
invokespecial javafx.beans.property.SimpleObjectProperty.<init>:(Ljava/lang/Object;Ljava/lang/String;Ljava/lang/Object;)V
putfield javafx.animation.StrokeTransition.fromValue:Ljavafx/beans/property/ObjectProperty;
2: StackMap locals:
StackMap stack:
aload 0
getfield javafx.animation.StrokeTransition.fromValue:Ljavafx/beans/property/ObjectProperty;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Ljavafx/animation/StrokeTransition;
Signature: ()Ljavafx/beans/property/ObjectProperty<Ljavafx/scene/paint/Color;>;
public final void setToValue(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 start local 1 0: aload 0
getfield javafx.animation.StrokeTransition.toValue:Ljavafx/beans/property/ObjectProperty;
ifnonnull 1
aload 1
ifnull 2
1: StackMap locals:
StackMap stack:
aload 0
invokevirtual javafx.animation.StrokeTransition.toValueProperty:()Ljavafx/beans/property/ObjectProperty;
aload 1
invokevirtual javafx.beans.property.ObjectProperty.set:(Ljava/lang/Object;)V
2: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Ljavafx/animation/StrokeTransition;
0 3 1 value Ljavafx/scene/paint/Color;
MethodParameters:
Name Flags
value
public final javafx.scene.paint.Color getToValue();
descriptor: ()Ljavafx/scene/paint/Color;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield javafx.animation.StrokeTransition.toValue:Ljavafx/beans/property/ObjectProperty;
ifnonnull 1
getstatic javafx.animation.StrokeTransition.DEFAULT_TO_VALUE:Ljavafx/scene/paint/Color;
goto 2
StackMap locals:
StackMap stack:
1: aload 0
getfield javafx.animation.StrokeTransition.toValue: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 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Ljavafx/animation/StrokeTransition;
public final javafx.beans.property.ObjectProperty<javafx.scene.paint.Color> toValueProperty();
descriptor: ()Ljavafx/beans/property/ObjectProperty;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=6, locals=1, args_size=1
start local 0 0: aload 0
getfield javafx.animation.StrokeTransition.toValue:Ljavafx/beans/property/ObjectProperty;
ifnonnull 2
1: aload 0
new javafx.beans.property.SimpleObjectProperty
dup
aload 0
ldc "toValue"
getstatic javafx.animation.StrokeTransition.DEFAULT_TO_VALUE:Ljavafx/scene/paint/Color;
invokespecial javafx.beans.property.SimpleObjectProperty.<init>:(Ljava/lang/Object;Ljava/lang/String;Ljava/lang/Object;)V
putfield javafx.animation.StrokeTransition.toValue:Ljavafx/beans/property/ObjectProperty;
2: StackMap locals:
StackMap stack:
aload 0
getfield javafx.animation.StrokeTransition.toValue:Ljavafx/beans/property/ObjectProperty;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Ljavafx/animation/StrokeTransition;
Signature: ()Ljavafx/beans/property/ObjectProperty<Ljavafx/scene/paint/Color;>;
public void <init>(javafx.util.Duration, javafx.scene.shape.Shape, javafx.scene.paint.Color, javafx.scene.paint.Color);
descriptor: (Ljavafx/util/Duration;Ljavafx/scene/shape/Shape;Ljavafx/scene/paint/Color;Ljavafx/scene/paint/Color;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
invokespecial javafx.animation.Transition.<init>:()V
1: aload 0
aload 1
invokevirtual javafx.animation.StrokeTransition.setDuration:(Ljavafx/util/Duration;)V
2: aload 0
aload 2
invokevirtual javafx.animation.StrokeTransition.setShape:(Ljavafx/scene/shape/Shape;)V
3: aload 0
aload 3
invokevirtual javafx.animation.StrokeTransition.setFromValue:(Ljavafx/scene/paint/Color;)V
4: aload 0
aload 4
invokevirtual javafx.animation.StrokeTransition.setToValue:(Ljavafx/scene/paint/Color;)V
5: aload 0
aload 1
invokevirtual javafx.animation.StrokeTransition.setCycleDuration:(Ljavafx/util/Duration;)V
6: return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Ljavafx/animation/StrokeTransition;
0 7 1 duration Ljavafx/util/Duration;
0 7 2 shape Ljavafx/scene/shape/Shape;
0 7 3 fromValue Ljavafx/scene/paint/Color;
0 7 4 toValue Ljavafx/scene/paint/Color;
MethodParameters:
Name Flags
duration
shape
fromValue
toValue
public void <init>(javafx.util.Duration, javafx.scene.paint.Color, javafx.scene.paint.Color);
descriptor: (Ljavafx/util/Duration;Ljavafx/scene/paint/Color;Ljavafx/scene/paint/Color;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
aconst_null
aload 2
aload 3
invokespecial javafx.animation.StrokeTransition.<init>:(Ljavafx/util/Duration;Ljavafx/scene/shape/Shape;Ljavafx/scene/paint/Color;Ljavafx/scene/paint/Color;)V
1: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Ljavafx/animation/StrokeTransition;
0 2 1 duration Ljavafx/util/Duration;
0 2 2 fromValue Ljavafx/scene/paint/Color;
0 2 3 toValue Ljavafx/scene/paint/Color;
MethodParameters:
Name Flags
duration
fromValue
toValue
public void <init>(javafx.util.Duration, javafx.scene.shape.Shape);
descriptor: (Ljavafx/util/Duration;Ljavafx/scene/shape/Shape;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
aload 2
aconst_null
aconst_null
invokespecial javafx.animation.StrokeTransition.<init>:(Ljavafx/util/Duration;Ljavafx/scene/shape/Shape;Ljavafx/scene/paint/Color;Ljavafx/scene/paint/Color;)V
1: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Ljavafx/animation/StrokeTransition;
0 2 1 duration Ljavafx/util/Duration;
0 2 2 shape Ljavafx/scene/shape/Shape;
MethodParameters:
Name Flags
duration
shape
public void <init>(javafx.util.Duration);
descriptor: (Ljavafx/util/Duration;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
aconst_null
invokespecial javafx.animation.StrokeTransition.<init>:(Ljavafx/util/Duration;Ljavafx/scene/shape/Shape;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Ljavafx/animation/StrokeTransition;
0 2 1 duration Ljavafx/util/Duration;
MethodParameters:
Name Flags
duration
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
getstatic javafx.animation.StrokeTransition.DEFAULT_DURATION:Ljavafx/util/Duration;
aconst_null
invokespecial javafx.animation.StrokeTransition.<init>:(Ljavafx/util/Duration;Ljavafx/scene/shape/Shape;)V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Ljavafx/animation/StrokeTransition;
protected void interpolate(double);
descriptor: (D)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=4, locals=4, args_size=2
start local 0 start local 1 0: aload 0
getfield javafx.animation.StrokeTransition.start:Ljavafx/scene/paint/Color;
aload 0
getfield javafx.animation.StrokeTransition.end:Ljavafx/scene/paint/Color;
dload 1
invokevirtual javafx.scene.paint.Color.interpolate:(Ljavafx/scene/paint/Color;D)Ljavafx/scene/paint/Color;
astore 3
start local 3 1: aload 0
getfield javafx.animation.StrokeTransition.cachedShape:Ljavafx/scene/shape/Shape;
aload 3
invokevirtual javafx.scene.shape.Shape.setStroke:(Ljavafx/scene/paint/Paint;)V
2: return
end local 3 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Ljavafx/animation/StrokeTransition;
0 3 1 frac D
1 3 3 newColor Ljavafx/scene/paint/Color;
MethodParameters:
Name Flags
frac
private javafx.scene.shape.Shape getTargetShape();
descriptor: ()Ljavafx/scene/shape/Shape;
flags: (0x0002) ACC_PRIVATE
Code:
stack=1, locals=3, args_size=1
start local 0 0: aload 0
invokevirtual javafx.animation.StrokeTransition.getShape:()Ljavafx/scene/shape/Shape;
astore 1
start local 1 1: aload 1
ifnonnull 5
2: aload 0
invokevirtual javafx.animation.StrokeTransition.getParentTargetNode:()Ljavafx/scene/Node;
astore 2
start local 2 3: aload 2
instanceof javafx.scene.shape.Shape
ifeq 5
4: aload 2
checkcast javafx.scene.shape.Shape
astore 1
end local 2 5: StackMap locals: javafx.scene.shape.Shape
StackMap stack:
aload 1
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Ljavafx/animation/StrokeTransition;
1 6 1 shape Ljavafx/scene/shape/Shape;
3 5 2 node Ljavafx/scene/Node;
boolean startable(boolean);
descriptor: (Z)Z
flags: (0x0000)
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
iload 1
invokespecial javafx.animation.Transition.startable:(Z)Z
ifne 2
1: iconst_0
ireturn
2: StackMap locals:
StackMap stack:
iload 1
ifne 4
aload 0
getfield javafx.animation.StrokeTransition.cachedShape:Ljavafx/scene/shape/Shape;
ifnull 4
3: iconst_1
ireturn
4: StackMap locals:
StackMap stack:
aload 0
invokevirtual javafx.animation.StrokeTransition.getTargetShape:()Ljavafx/scene/shape/Shape;
astore 2
start local 2 5: aload 2
ifnull 9
6: aload 0
invokevirtual javafx.animation.StrokeTransition.getFromValue:()Ljavafx/scene/paint/Color;
ifnonnull 7
aload 2
invokevirtual javafx.scene.shape.Shape.getStroke:()Ljavafx/scene/paint/Paint;
instanceof javafx.scene.paint.Color
ifeq 9
7: StackMap locals: javafx.scene.shape.Shape
StackMap stack:
aload 0
invokevirtual javafx.animation.StrokeTransition.getToValue:()Ljavafx/scene/paint/Color;
ifnull 9
8: iconst_1
ireturn
StackMap locals:
StackMap stack:
9: iconst_0
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 10 0 this Ljavafx/animation/StrokeTransition;
0 10 1 forceSync Z
5 10 2 shape Ljavafx/scene/shape/Shape;
MethodParameters:
Name Flags
forceSync
void sync(boolean);
descriptor: (Z)V
flags: (0x0000)
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
iload 1
invokespecial javafx.animation.Transition.sync:(Z)V
1: iload 1
ifne 2
aload 0
getfield javafx.animation.StrokeTransition.cachedShape:Ljavafx/scene/shape/Shape;
ifnonnull 9
2: StackMap locals:
StackMap stack:
aload 0
aload 0
invokevirtual javafx.animation.StrokeTransition.getTargetShape:()Ljavafx/scene/shape/Shape;
putfield javafx.animation.StrokeTransition.cachedShape:Ljavafx/scene/shape/Shape;
3: aload 0
invokevirtual javafx.animation.StrokeTransition.getFromValue:()Ljavafx/scene/paint/Color;
astore 2
start local 2 4: aload 0
aload 2
ifnull 5
aload 2
goto 7
StackMap locals: javafx.animation.StrokeTransition int javafx.scene.paint.Color
StackMap stack: javafx.animation.StrokeTransition
5: aload 0
getfield javafx.animation.StrokeTransition.cachedShape:Ljavafx/scene/shape/Shape;
6: invokevirtual javafx.scene.shape.Shape.getStroke:()Ljavafx/scene/paint/Paint;
checkcast javafx.scene.paint.Color
7: StackMap locals: javafx.animation.StrokeTransition int javafx.scene.paint.Color
StackMap stack: javafx.animation.StrokeTransition javafx.scene.paint.Color
putfield javafx.animation.StrokeTransition.start:Ljavafx/scene/paint/Color;
8: aload 0
aload 0
invokevirtual javafx.animation.StrokeTransition.getToValue:()Ljavafx/scene/paint/Color;
putfield javafx.animation.StrokeTransition.end:Ljavafx/scene/paint/Color;
end local 2 9: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 10 0 this Ljavafx/animation/StrokeTransition;
0 10 1 forceSync Z
4 9 2 _fromValue Ljavafx/scene/paint/Color;
MethodParameters:
Name Flags
forceSync
}
SourceFile: "StrokeTransition.java"
NestMembers:
javafx.animation.StrokeTransition$1
InnerClasses:
javafx.animation.StrokeTransition$1