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
FieldsModifier and TypeFieldDescriptiondoubleThe position of the display in X relative to container.doubleThe position of the display in X relative to container.doubleThe size of X- this is -1 initially (JavaFX default) to indicate no size has been SET.doubleThe size of YThe name of the tab that the display belongs to. - 
Constructor Summary
Constructors - 
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() 
 -