Package pamViewFX

Class PAMGuiFXSettings

java.lang.Object
pamViewFX.PAMGuiFXSettings
All Implemented Interfaces:
Serializable, Cloneable

public class PAMGuiFXSettings extends Object implements Serializable, Cloneable
Holds settings for the FX GUI.
Author:
Jamie Macaulay
See Also:
  • Field Details

    • serialVersionUID

      public static final long serialVersionUID
      See Also:
    • tabInfos

      public ArrayList<TabInfo> tabInfos
      Info on the tabs which are used in PAMGuard.
    • width

      public double width
      The width of the screen.
    • height

      public double height
      The height in pixels.
    • fullscreen

      public boolean fullscreen
      True if PG is in fullscreen on startup
  • Constructor Details

    • PAMGuiFXSettings

      public PAMGuiFXSettings()
  • Method Details