Class PamAtlantaStyle
- Author:
- Jamie Macaulay
-
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.
-
Constructor Details
-
PamAtlantaStyle
public PamAtlantaStyle()
-
-
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
-