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 27
1: aload 0
getfield javafx.stage.Window$TKBoundsConfigurator.x:D
invokestatic java.lang.Double.isNaN:(D)Z
ifeq 2
iconst_0
goto 3
StackMap locals:
StackMap stack:
2: iconst_1
StackMap locals:
StackMap stack: int
3: istore 1
start local 1 4: iload 1
ifeq 5
aload 0
getfield javafx.stage.Window$TKBoundsConfigurator.x:D
d2f
goto 6
StackMap locals: int
StackMap stack:
5: fconst_0
StackMap locals:
StackMap stack: float
6: fstore 2
start local 2 7: aload 0
getfield javafx.stage.Window$TKBoundsConfigurator.y:D
invokestatic java.lang.Double.isNaN:(D)Z
ifeq 8
iconst_0
goto 9
StackMap locals: float
StackMap stack:
8: iconst_1
StackMap locals:
StackMap stack: int
9: istore 3
start local 3 10: iload 3
ifeq 11
aload 0
getfield javafx.stage.Window$TKBoundsConfigurator.y:D
d2f
goto 12
StackMap locals: int
StackMap stack:
11: fconst_0
StackMap locals:
StackMap stack: float
12: fstore 4
start local 4 13: aload 0
getfield javafx.stage.Window$TKBoundsConfigurator.windowWidth:D
d2f
fstore 5
start local 5 14: aload 0
getfield javafx.stage.Window$TKBoundsConfigurator.windowHeight:D
d2f
fstore 6
start local 6 15: aload 0
getfield javafx.stage.Window$TKBoundsConfigurator.clientWidth:D
d2f
fstore 7
start local 7 16: aload 0
getfield javafx.stage.Window$TKBoundsConfigurator.clientHeight:D
d2f
fstore 8
start local 8 17: aload 0
getfield javafx.stage.Window$TKBoundsConfigurator.xGravity:F
fstore 9
start local 9 18: aload 0
getfield javafx.stage.Window$TKBoundsConfigurator.yGravity:F
fstore 10
start local 10 19: aload 0
getfield javafx.stage.Window$TKBoundsConfigurator.renderScaleX:D
d2f
fstore 11
start local 11 20: aload 0
getfield javafx.stage.Window$TKBoundsConfigurator.renderScaleY:D
d2f
fstore 12
start local 12 21: aload 0
invokevirtual javafx.stage.Window$TKBoundsConfigurator.reset:()V
22: 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
23: fload 5
fload 6
fload 7
fload 8
24: fload 9
fload 10
25: fload 11
fload 12
26: 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 27: StackMap locals:
StackMap stack:
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 28 0 this Ljavafx/stage/Window$TKBoundsConfigurator;
4 27 1 xSet Z
7 27 2 newX F
10 27 3 ySet Z
13 27 4 newY F
14 27 5 newWW F
15 27 6 newWH F
16 27 7 newCW F
17 27 8 newCH F
18 27 9 newXG F
19 27 10 newYG F
20 27 11 newRX F
21 27 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