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
FieldsModifier and TypeFieldDescriptionbooleanTrue if PG is in fullscreen on startupdoubleThe height in pixels.static final longInfo on the tabs which are used in PAMGuard.doubleThe width of the screen. -
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 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