public static interface SubstanceSkin.ColorSchemes
| Modifier and Type | Method | Description |
|---|---|---|
SubstanceColorScheme |
get(java.lang.String displayName) |
Returns the color scheme based on its display name.
|
java.util.Collection<SubstanceColorScheme> |
getAll() |
Returns all the color schemes handled by this object.
|
java.util.Collection<SubstanceColorScheme> getAll()
SubstanceColorScheme get(java.lang.String displayName)
displayName - Display name of a color scheme.