public class StyleSchemeManager extends Object
StyleSchemes.| Modifier and Type | Method and Description |
|---|---|
static StyleSchemeManager |
getDefault()
Return the default StyleSchemeManager instance.
|
StyleScheme |
getScheme(String schemeID)
Return a scheme specified by its ID or
null if the ID is
not known. |
String[] |
getSchemeIDs()
Return a
String array containing the the ids of the
available style schemes or null if no style scheme is
available. |
public static StyleSchemeManager getDefault()
public StyleScheme getScheme(String schemeID)
null if the ID is
not known.public final String[] getSchemeIDs()
String array containing the the ids of the
available style schemes or null if no style scheme is
available.