Package userDisplayFX
Class UserDisplayNodeParams
java.lang.Object
userDisplayFX.UserDisplayNodeParams
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DetectionPlotParams
Parameters for a display node.
This holds information on where the node is and crucially, which tab it belongs to so that the display can be initialised properly.
- Author:
- Jamie Macaulay
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptiondouble
The position of the display in X relative to container.double
The position of the display in X relative to container.double
The size of X- this is -1 initially (JavaFX default) to indicate no size has been SET.double
The size of YThe name of the tab that the display belongs to. -
Constructor Summary
-
Method Summary
-
Field Details
-
tabName
The name of the tab that the display belongs to. Note that tabs -
positionX
public double positionXThe position of the display in X relative to container. -
positionY
public double positionYThe position of the display in X relative to container. -
sizeX
public double sizeXThe size of X- this is -1 initially (JavaFX default) to indicate no size has been SET. -
sizeY
public double sizeYThe size of Y
-
-
Constructor Details
-
UserDisplayNodeParams
public UserDisplayNodeParams()
-