Package userDisplayFX

Class UserDisplayNodeParams

java.lang.Object
userDisplayFX.UserDisplayNodeParams
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DetectionPlotParams

public class UserDisplayNodeParams extends Object implements Serializable
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 Details

    • tabName

      public String tabName
      The name of the tab that the display belongs to. Note that tabs
    • positionX

      public double positionX
      The position of the display in X relative to container.
    • positionY

      public double positionY
      The position of the display in X relative to container.
    • sizeX

      public double sizeX
      The size of X- this is -1 initially (JavaFX default) to indicate no size has been SET.
    • sizeY

      public double sizeY
      The size of Y
  • Constructor Details

    • UserDisplayNodeParams

      public UserDisplayNodeParams()