Interface RadianceSkin.ColorSchemes
- Enclosing class:
RadianceSkin
public static interface RadianceSkin.ColorSchemes
-
Method Summary
Modifier and TypeMethodDescriptionReturns the color scheme based on its display name.getAll()
Returns all the color schemes handled by this object.
-
Method Details
-
getAll
Collection<RadianceColorScheme> getAll()Returns all the color schemes handled by this object.- Returns:
- All the color schemes handled by this object.
-
get
Returns the color scheme based on its display name.- Parameters:
displayName
- Display name of a color scheme.- Returns:
- The color scheme with the matching display name.
-