Package org.pushingpixels.substance.api
Interface SubstanceSkin.ColorSchemes
-
- Enclosing class:
- SubstanceSkin
public static interface SubstanceSkin.ColorSchemes
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SubstanceColorSchemeget(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.
-
-
-
Method Detail
-
getAll
java.util.Collection<SubstanceColorScheme> getAll()
Returns all the color schemes handled by this object.- Returns:
- All the color schemes handled by this object.
-
get
SubstanceColorScheme get(java.lang.String displayName)
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.
-
-