Package pamViewFX
Class PAMGuiFXSettings
java.lang.Object
pamViewFX.PAMGuiFXSettings
- All Implemented Interfaces:
Serializable
,Cloneable
Holds settings for the FX GUI.
- Author:
- Jamie Macaulay
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionboolean
True if PG is in fullscreen on startupdouble
The height in pixels.static final long
Info on the tabs which are used in PAMGuard.double
The width of the screen. -
Constructor Summary
-
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 widthThe width of the screen. -
height
public double heightThe height in pixels. -
fullscreen
public boolean fullscreenTrue if PG is in fullscreen on startup
-
-
Constructor Details
-
PAMGuiFXSettings
public PAMGuiFXSettings()
-
-
Method Details
-
clone
-