- All Implemented Interfaces:
Serializable
, Cloneable
Holds settings for the FX GUI.
- Author:
- Jamie Macaulay
- See Also:
-
-
Field Summary 
Fields
boolean
True if PG is in fullscreen on startup
double
static final long
Info on the tabs which are used in PAMGuard.
double
-
Constructor Summary 
Constructors
-
Method Summary 
-
Field Details 
-
serialVersionUID 
public static final long serialVersionUID
- See Also:
-
-
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 
-
clone 