public class OpenPatricianScene
extends java.lang.Object
| Constructor | Description |
|---|---|
OpenPatricianScene(javafx.scene.layout.Region root) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
heightChange(double oldHeight,
double newHeigth) |
Method that is called when the height of the scene changes.
|
void |
widthChange(double oldWidth,
double newWidth) |
Method that is called when the width of the scene changes.
|
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.