public class com.sun.scenario.effect.impl.state.MotionBlurState extends com.sun.scenario.effect.impl.state.LinearConvolveKernel
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: com.sun.scenario.effect.impl.state.MotionBlurState
super_class: com.sun.scenario.effect.impl.state.LinearConvolveKernel
{
private float radius;
descriptor: F
flags: (0x0002) ACC_PRIVATE
private float angle;
descriptor: F
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 com.sun.scenario.effect.impl.state.LinearConvolveKernel.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/scenario/effect/impl/state/MotionBlurState;
public float getRadius();
descriptor: ()F
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.sun.scenario.effect.impl.state.MotionBlurState.radius:F
freturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/scenario/effect/impl/state/MotionBlurState;
public void setRadius(float);
descriptor: (F)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: fload 1
fconst_0
fcmpg
iflt 1
fload 1
ldc 63.0
fcmpl
ifle 2
1: StackMap locals:
StackMap stack:
new java.lang.IllegalArgumentException
dup
ldc "Radius must be in the range [0,63]"
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
2: StackMap locals:
StackMap stack:
aload 0
fload 1
putfield com.sun.scenario.effect.impl.state.MotionBlurState.radius:F
3: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/sun/scenario/effect/impl/state/MotionBlurState;
0 4 1 radius F
MethodParameters:
Name Flags
radius
public float getAngle();
descriptor: ()F
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.sun.scenario.effect.impl.state.MotionBlurState.angle:F
freturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/scenario/effect/impl/state/MotionBlurState;
public void setAngle(float);
descriptor: (F)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
fload 1
putfield com.sun.scenario.effect.impl.state.MotionBlurState.angle:F
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/sun/scenario/effect/impl/state/MotionBlurState;
0 2 1 angle F
MethodParameters:
Name Flags
angle
public int getHPad();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=1, args_size=1
start local 0 0: aload 0
getfield com.sun.scenario.effect.impl.state.MotionBlurState.angle:F
f2d
invokestatic java.lang.Math.cos:(D)D
invokestatic java.lang.Math.abs:(D)D
aload 0
getfield com.sun.scenario.effect.impl.state.MotionBlurState.radius:F
f2d
dmul
invokestatic java.lang.Math.ceil:(D)D
d2i
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/scenario/effect/impl/state/MotionBlurState;
public int getVPad();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=1, args_size=1
start local 0 0: aload 0
getfield com.sun.scenario.effect.impl.state.MotionBlurState.angle:F
f2d
invokestatic java.lang.Math.sin:(D)D
invokestatic java.lang.Math.abs:(D)D
aload 0
getfield com.sun.scenario.effect.impl.state.MotionBlurState.radius:F
f2d
dmul
invokestatic java.lang.Math.ceil:(D)D
d2i
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/scenario/effect/impl/state/MotionBlurState;
public com.sun.scenario.effect.impl.state.LinearConvolveRenderState getRenderState(com.sun.javafx.geom.transform.BaseTransform);
descriptor: (Lcom/sun/javafx/geom/transform/BaseTransform;)Lcom/sun/scenario/effect/impl/state/LinearConvolveRenderState;
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=4, args_size=2
start local 0 start local 1 0: aload 0
getfield com.sun.scenario.effect.impl.state.MotionBlurState.angle:F
f2d
invokestatic java.lang.Math.cos:(D)D
d2f
fstore 2
start local 2 1: aload 0
getfield com.sun.scenario.effect.impl.state.MotionBlurState.angle:F
f2d
invokestatic java.lang.Math.sin:(D)D
d2f
fstore 3
start local 3 2: new com.sun.scenario.effect.impl.state.GaussianRenderState
dup
aload 0
getfield com.sun.scenario.effect.impl.state.MotionBlurState.radius:F
fload 2
fload 3
aload 1
invokespecial com.sun.scenario.effect.impl.state.GaussianRenderState.<init>:(FFFLcom/sun/javafx/geom/transform/BaseTransform;)V
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/sun/scenario/effect/impl/state/MotionBlurState;
0 3 1 filtertx Lcom/sun/javafx/geom/transform/BaseTransform;
1 3 2 dx F
2 3 3 dy F
MethodParameters:
Name Flags
filtertx
public boolean isNop();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield com.sun.scenario.effect.impl.state.MotionBlurState.radius:F
fconst_0
fcmpl
ifne 1
iconst_1
ireturn
StackMap locals:
StackMap stack:
1: iconst_0
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/sun/scenario/effect/impl/state/MotionBlurState;
public int getKernelSize(int);
descriptor: (I)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield com.sun.scenario.effect.impl.state.MotionBlurState.radius:F
f2d
invokestatic java.lang.Math.ceil:(D)D
d2i
iconst_2
imul
iconst_1
iadd
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/scenario/effect/impl/state/MotionBlurState;
0 1 1 pass I
MethodParameters:
Name Flags
pass
public final com.sun.javafx.geom.Rectangle getResultBounds(com.sun.javafx.geom.Rectangle, int);
descriptor: (Lcom/sun/javafx/geom/Rectangle;I)Lcom/sun/javafx/geom/Rectangle;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=3, locals=4, args_size=3
start local 0 start local 1 start local 2 0: new com.sun.javafx.geom.Rectangle
dup
aload 1
invokespecial com.sun.javafx.geom.Rectangle.<init>:(Lcom/sun/javafx/geom/Rectangle;)V
astore 3
start local 3 1: aload 3
aload 0
invokevirtual com.sun.scenario.effect.impl.state.MotionBlurState.getHPad:()I
aload 0
invokevirtual com.sun.scenario.effect.impl.state.MotionBlurState.getVPad:()I
invokevirtual com.sun.javafx.geom.Rectangle.grow:(II)V
2: aload 3
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/sun/scenario/effect/impl/state/MotionBlurState;
0 3 1 srcdimension Lcom/sun/javafx/geom/Rectangle;
0 3 2 pass I
1 3 3 ret Lcom/sun/javafx/geom/Rectangle;
MethodParameters:
Name Flags
srcdimension
pass
}
SourceFile: "MotionBlurState.java"