Class PamAtlantaStyle
- Author:
- Jamie Macaulay
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
Relative location of the CSS style sheet to be used for the Pamguard standard dialogsprotected String
Relative location of the CSS style sheet to be used for the Pamguard GUI (but not dialogs)protected String
PAMGuard specific additions to the Primer CSS style including hifing pane, pop over, etc.protected String
Changes the colours in primerPAMGuard to dark styleFields inherited from class pamViewFX.fxStyles.PamDefaultStyle
dialogCSS, dialogCSSNightMode, guiCSS, guiCSSNightMode, slidingDialogCSS, slidingDialogCSSNightMode
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturn the CSS Style sheet to be used for the Pamguard settings dialogs.Return the CSS Style sheet to be used for the Pamguard GUI (displays and such) but not the dialogs.Return the CSS Style sheet to be used for the Pamguard sliding dialogs.
-
Field Details
-
primerlight
Relative location of the CSS style sheet to be used for the Pamguard GUI (but not dialogs) -
primerdark
Relative location of the CSS style sheet to be used for the Pamguard standard dialogs -
primerPAMGuard
PAMGuard specific additions to the Primer CSS style including hifing pane, pop over, etc. -
primerPAMGuardDark
Changes the colours in primerPAMGuard to dark style
-
-
Constructor Details
-
Method Details
-
getGUICSS
Description copied from class:PamDefaultStyle
Return the CSS Style sheet to be used for the Pamguard GUI (displays and such) but not the dialogs.
If overriding this method, do not simply return a URI String. In order for the String to be in the proper format, the getClass.getResource... method should be used.
- Overrides:
getGUICSS
in classPamDefaultStyle
- Returns:
- an array of Strings of the class containing the URI of the CSS style sheet to use
-
getDialogCSS
Description copied from class:PamDefaultStyle
Return the CSS Style sheet to be used for the Pamguard settings dialogs.
If overriding this method, do not simply return a URI String. In order for the String to be in the proper format, the getClass.getResource... method should be used.
- Overrides:
getDialogCSS
in classPamDefaultStyle
- Returns:
- an array of Strings of the class containing the URI of the CSS style sheet to use
-
getSlidingDialogCSS
Description copied from class:PamDefaultStyle
Return the CSS Style sheet to be used for the Pamguard sliding dialogs.
If overriding this method, do not simply return a URI String. In order for the String to be in the proper format, the getClass.getResource... method should be used.
- Overrides:
getSlidingDialogCSS
in classPamDefaultStyle
- Returns:
- an array of Strings of the class containing the URI of the CSS style sheet to use
-