Package pamViewFX.fxNodes
Class ColorSettingsFX
java.lang.Object
pamViewFX.fxNodes.ColorSettingsFX
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionclone()
int
Get the number of colour schemes.getScheme
(int schemeIndex) Get, but don't select a colour scheme.selectScheme
(int schemeIndex) selectScheme
(String schemeName)
-
Field Details
-
serialVersionUID
public static final long serialVersionUID- See Also:
-
-
Constructor Details
-
ColorSettingsFX
public ColorSettingsFX()
-
-
Method Details
-
getScheme
Get, but don't select a colour scheme.- Parameters:
schemeIndex
-- Returns:
- Colour Scheme.
-
getNumSchemes
public int getNumSchemes()Get the number of colour schemes.- Returns:
- the number of colour schemes.
-
selectScheme
-
selectScheme
-
clone
-
getCurrentScheme
-