Uses of Class
ca.cgjennings.ui.theme.Palette
-
Packages that use Palette Package Description ca.cgjennings.ui.theme -
-
Uses of Palette in ca.cgjennings.ui.theme
Fields in ca.cgjennings.ui.theme declared as Palette Modifier and Type Field Description static Palette
Palette. get
The current palette.Methods in ca.cgjennings.ui.theme that return Palette Modifier and Type Method Description static Palette
Palette. createDefaultPalette()
Returns a new palette filled with default values.static Palette
Palette. fromImage(java.awt.image.BufferedImage im)
Creates a palette from an image.
-