public class OpenPatricianScene extends Object
| Modifier and Type | Field and Description |
|---|---|
private javafx.scene.layout.Region |
root |
| Constructor and Description |
|---|
OpenPatricianScene(javafx.scene.layout.Region root) |
| Modifier and Type | Method and Description |
|---|---|
void |
heightChange(double oldHeight,
double newHeigth)
Method that is called when the height of the scene changes.
|
private void |
registerSizeChanges() |
void |
widthChange(double oldWidth,
double newWidth)
Method that is called when the width of the scene changes.
|
private void registerSizeChanges()
public void heightChange(double oldHeight,
double newHeigth)
oldHeight - old height of the scenenewHeigth - new height of the scenepublic void widthChange(double oldWidth,
double newWidth)
oldWidth - old width of the scenenewWidth - new width of the sceneCopyright © 2011-2018 Sahits GmbH. All Rights Reserved.