final class javafx.stage.Window$TKBoundsConfigurator implements com.sun.javafx.tk.TKPulseListener
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: javafx.stage.Window$TKBoundsConfigurator
super_class: java.lang.Object
{
private double renderScaleX;
descriptor: D
flags: (0x0002) ACC_PRIVATE
private double renderScaleY;
descriptor: D
flags: (0x0002) ACC_PRIVATE
private double x;
descriptor: D
flags: (0x0002) ACC_PRIVATE
private double y;
descriptor: D
flags: (0x0002) ACC_PRIVATE
private float xGravity;
descriptor: F
flags: (0x0002) ACC_PRIVATE
private float yGravity;
descriptor: F
flags: (0x0002) ACC_PRIVATE
private double windowWidth;
descriptor: D
flags: (0x0002) ACC_PRIVATE
private double windowHeight;
descriptor: D
flags: (0x0002) ACC_PRIVATE
private double clientWidth;
descriptor: D
flags: (0x0002) ACC_PRIVATE
private double clientHeight;
descriptor: D
flags: (0x0002) ACC_PRIVATE
private boolean dirty;
descriptor: Z
flags: (0x0002) ACC_PRIVATE
final javafx.stage.Window this$0;
descriptor: Ljavafx/stage/Window;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
public void <init>(javafx.stage.Window);
descriptor: (Ljavafx/stage/Window;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 0: aload 0
aload 1
putfield javafx.stage.Window$TKBoundsConfigurator.this$0:Ljavafx/stage/Window;
aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
invokevirtual javafx.stage.Window$TKBoundsConfigurator.reset:()V
2: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Ljavafx/stage/Window$TKBoundsConfigurator;
MethodParameters:
Name Flags
this$0 final
public void setRenderScaleX(double);
descriptor: (D)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: aload 0
dload 1
putfield javafx.stage.Window$TKBoundsConfigurator.renderScaleX:D
1: aload 0
invokevirtual javafx.stage.Window$TKBoundsConfigurator.setDirty:()V
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Ljavafx/stage/Window$TKBoundsConfigurator;
0 3 1 renderScaleX D
MethodParameters:
Name Flags
renderScaleX final
public void setRenderScaleY(double);
descriptor: (D)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: aload 0
dload 1
putfield javafx.stage.Window$TKBoundsConfigurator.renderScaleY:D
1: aload 0
invokevirtual javafx.stage.Window$TKBoundsConfigurator.setDirty:()V
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Ljavafx/stage/Window$TKBoundsConfigurator;
0 3 1 renderScaleY D
MethodParameters:
Name Flags
renderScaleY final
public void setX(double, float);
descriptor: (DF)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=3
start local 0 start local 1 start local 3 0: aload 0
dload 1
putfield javafx.stage.Window$TKBoundsConfigurator.x:D
1: aload 0
fload 3
putfield javafx.stage.Window$TKBoundsConfigurator.xGravity:F
2: aload 0
invokevirtual javafx.stage.Window$TKBoundsConfigurator.setDirty:()V
3: return
end local 3 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Ljavafx/stage/Window$TKBoundsConfigurator;
0 4 1 x D
0 4 3 xGravity F
MethodParameters:
Name Flags
x final
xGravity final
public void setY(double, float);
descriptor: (DF)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=3
start local 0 start local 1 start local 3 0: aload 0
dload 1
putfield javafx.stage.Window$TKBoundsConfigurator.y:D
1: aload 0
fload 3
putfield javafx.stage.Window$TKBoundsConfigurator.yGravity:F
2: aload 0
invokevirtual javafx.stage.Window$TKBoundsConfigurator.setDirty:()V
3: return
end local 3 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Ljavafx/stage/Window$TKBoundsConfigurator;
0 4 1 y D
0 4 3 yGravity F
MethodParameters:
Name Flags
y final
yGravity final
public void setWindowWidth(double);
descriptor: (D)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: aload 0
dload 1
putfield javafx.stage.Window$TKBoundsConfigurator.windowWidth:D
1: aload 0
invokevirtual javafx.stage.Window$TKBoundsConfigurator.setDirty:()V
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Ljavafx/stage/Window$TKBoundsConfigurator;
0 3 1 windowWidth D
MethodParameters:
Name Flags
windowWidth final
public void setWindowHeight(double);
descriptor: (D)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: aload 0
dload 1
putfield javafx.stage.Window$TKBoundsConfigurator.windowHeight:D
1: aload 0
invokevirtual javafx.stage.Window$TKBoundsConfigurator.setDirty:()V
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Ljavafx/stage/Window$TKBoundsConfigurator;
0 3 1 windowHeight D
MethodParameters:
Name Flags
windowHeight final
public void setClientWidth(double);
descriptor: (D)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: aload 0
dload 1
putfield javafx.stage.Window$TKBoundsConfigurator.clientWidth:D
1: aload 0
invokevirtual javafx.stage.Window$TKBoundsConfigurator.setDirty:()V
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Ljavafx/stage/Window$TKBoundsConfigurator;
0 3 1 clientWidth D
MethodParameters:
Name Flags
clientWidth final
public void setClientHeight(double);
descriptor: (D)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: aload 0
dload 1
putfield javafx.stage.Window$TKBoundsConfigurator.clientHeight:D
1: aload 0
invokevirtual javafx.stage.Window$TKBoundsConfigurator.setDirty:()V
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Ljavafx/stage/Window$TKBoundsConfigurator;
0 3 1 clientHeight D
MethodParameters:
Name Flags
clientHeight final
public void setLocation(double, double, float, float);
descriptor: (DDFF)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=7, args_size=5
start local 0 start local 1 start local 3 start local 5 start local 6 0: aload 0
dload 1
putfield javafx.stage.Window$TKBoundsConfigurator.x:D
1: aload 0
dload 3
putfield javafx.stage.Window$TKBoundsConfigurator.y:D
2: aload 0
fload 5
putfield javafx.stage.Window$TKBoundsConfigurator.xGravity:F
3: aload 0
fload 6
putfield javafx.stage.Window$TKBoundsConfigurator.yGravity:F
4: aload 0
invokevirtual javafx.stage.Window$TKBoundsConfigurator.setDirty:()V
5: return
end local 6 end local 5 end local 3 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Ljavafx/stage/Window$TKBoundsConfigurator;
0 6 1 x D
0 6 3 y D
0 6 5 xGravity F
0 6 6 yGravity F
MethodParameters:
Name Flags
x final
y final
xGravity final
yGravity final
public void setSize(double, double, double, double);
descriptor: (DDDD)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=9, args_size=5
start local 0 start local 1 start local 3 start local 5 start local 7 0: aload 0
dload 1
putfield javafx.stage.Window$TKBoundsConfigurator.windowWidth:D
1: aload 0
dload 3
putfield javafx.stage.Window$TKBoundsConfigurator.windowHeight:D
2: aload 0
dload 5
putfield javafx.stage.Window$TKBoundsConfigurator.clientWidth:D
3: aload 0
dload 7
putfield javafx.stage.Window$TKBoundsConfigurator.clientHeight:D
4: aload 0
invokevirtual javafx.stage.Window$TKBoundsConfigurator.setDirty:()V
5: return
end local 7 end local 5 end local 3 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Ljavafx/stage/Window$TKBoundsConfigurator;
0 6 1 windowWidth D
0 6 3 windowHeight D
0 6 5 clientWidth D
0 6 7 clientHeight D
MethodParameters:
Name Flags
windowWidth final
windowHeight final
clientWidth final
clientHeight final
public void apply();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=13, locals=13, args_size=1
start local 0 0: aload 0
getfield javafx.stage.Window$TKBoundsConfigurator.dirty:Z
ifeq 30
1: aload 0
getfield javafx.stage.Window$TKBoundsConfigurator.this$0:Ljavafx/stage/Window;
getfield javafx.stage.Window.peer:Lcom/sun/javafx/tk/TKStage;
ifnonnull 4
2: aload 0
invokevirtual javafx.stage.Window$TKBoundsConfigurator.reset:()V
3: return
4: StackMap locals:
StackMap stack:
aload 0
getfield javafx.stage.Window$TKBoundsConfigurator.x:D
invokestatic java.lang.Double.isNaN:(D)Z
ifeq 5
iconst_0
goto 6
StackMap locals:
StackMap stack:
5: iconst_1
StackMap locals:
StackMap stack: int
6: istore 1
start local 1 7: iload 1
ifeq 8
aload 0
getfield javafx.stage.Window$TKBoundsConfigurator.x:D
d2f
goto 9
StackMap locals: int
StackMap stack:
8: fconst_0
StackMap locals:
StackMap stack: float
9: fstore 2
start local 2 10: aload 0
getfield javafx.stage.Window$TKBoundsConfigurator.y:D
invokestatic java.lang.Double.isNaN:(D)Z
ifeq 11
iconst_0
goto 12
StackMap locals: float
StackMap stack:
11: iconst_1
StackMap locals:
StackMap stack: int
12: istore 3
start local 3 13: iload 3
ifeq 14
aload 0
getfield javafx.stage.Window$TKBoundsConfigurator.y:D
d2f
goto 15
StackMap locals: int
StackMap stack:
14: fconst_0
StackMap locals:
StackMap stack: float
15: fstore 4
start local 4 16: aload 0
getfield javafx.stage.Window$TKBoundsConfigurator.windowWidth:D
d2f
fstore 5
start local 5 17: aload 0
getfield javafx.stage.Window$TKBoundsConfigurator.windowHeight:D
d2f
fstore 6
start local 6 18: aload 0
getfield javafx.stage.Window$TKBoundsConfigurator.clientWidth:D
d2f
fstore 7
start local 7 19: aload 0
getfield javafx.stage.Window$TKBoundsConfigurator.clientHeight:D
d2f
fstore 8
start local 8 20: aload 0
getfield javafx.stage.Window$TKBoundsConfigurator.xGravity:F
fstore 9
start local 9 21: aload 0
getfield javafx.stage.Window$TKBoundsConfigurator.yGravity:F
fstore 10
start local 10 22: aload 0
getfield javafx.stage.Window$TKBoundsConfigurator.renderScaleX:D
d2f
fstore 11
start local 11 23: aload 0
getfield javafx.stage.Window$TKBoundsConfigurator.renderScaleY:D
d2f
fstore 12
start local 12 24: aload 0
invokevirtual javafx.stage.Window$TKBoundsConfigurator.reset:()V
25: aload 0
getfield javafx.stage.Window$TKBoundsConfigurator.this$0:Ljavafx/stage/Window;
getfield javafx.stage.Window.peer:Lcom/sun/javafx/tk/TKStage;
fload 2
fload 4
iload 1
iload 3
26: fload 5
fload 6
fload 7
fload 8
27: fload 9
fload 10
28: fload 11
fload 12
29: invokeinterface com.sun.javafx.tk.TKStage.setBounds:(FFZZFFFFFFFF)V
end local 12 end local 11 end local 10 end local 9 end local 8 end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 30: StackMap locals:
StackMap stack:
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 31 0 this Ljavafx/stage/Window$TKBoundsConfigurator;
7 30 1 xSet Z
10 30 2 newX F
13 30 3 ySet Z
16 30 4 newY F
17 30 5 newWW F
18 30 6 newWH F
19 30 7 newCW F
20 30 8 newCH F
21 30 9 newXG F
22 30 10 newYG F
23 30 11 newRX F
24 30 12 newRY F
public void pulse();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual javafx.stage.Window$TKBoundsConfigurator.apply:()V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Ljavafx/stage/Window$TKBoundsConfigurator;
private void reset();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
dconst_0
putfield javafx.stage.Window$TKBoundsConfigurator.renderScaleX:D
1: aload 0
dconst_0
putfield javafx.stage.Window$TKBoundsConfigurator.renderScaleY:D
2: aload 0
ldc NaN
putfield javafx.stage.Window$TKBoundsConfigurator.x:D
3: aload 0
ldc NaN
putfield javafx.stage.Window$TKBoundsConfigurator.y:D
4: aload 0
fconst_0
putfield javafx.stage.Window$TKBoundsConfigurator.xGravity:F
5: aload 0
fconst_0
putfield javafx.stage.Window$TKBoundsConfigurator.yGravity:F
6: aload 0
ldc -1.0
putfield javafx.stage.Window$TKBoundsConfigurator.windowWidth:D
7: aload 0
ldc -1.0
putfield javafx.stage.Window$TKBoundsConfigurator.windowHeight:D
8: aload 0
ldc -1.0
putfield javafx.stage.Window$TKBoundsConfigurator.clientWidth:D
9: aload 0
ldc -1.0
putfield javafx.stage.Window$TKBoundsConfigurator.clientHeight:D
10: aload 0
iconst_0
putfield javafx.stage.Window$TKBoundsConfigurator.dirty:Z
11: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 12 0 this Ljavafx/stage/Window$TKBoundsConfigurator;
private void setDirty();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield javafx.stage.Window$TKBoundsConfigurator.dirty:Z
ifne 3
1: invokestatic com.sun.javafx.tk.Toolkit.getToolkit:()Lcom/sun/javafx/tk/Toolkit;
invokevirtual com.sun.javafx.tk.Toolkit.requestNextPulse:()V
2: aload 0
iconst_1
putfield javafx.stage.Window$TKBoundsConfigurator.dirty:Z
3: StackMap locals:
StackMap stack:
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Ljavafx/stage/Window$TKBoundsConfigurator;
}
SourceFile: "Window.java"
NestHost: javafx.stage.Window
InnerClasses:
private final TKBoundsConfigurator = javafx.stage.Window$TKBoundsConfigurator of javafx.stage.Window