Uses of Class
org.pushingpixels.radiance.theming.internal.contrib.xoetrope.editor.color.ModelColor
-
Packages that use ModelColor Package Description org.pushingpixels.radiance.theming.internal.contrib.xoetrope.editor.color -
-
Uses of ModelColor in org.pushingpixels.radiance.theming.internal.contrib.xoetrope.editor.color
Fields in org.pushingpixels.radiance.theming.internal.contrib.xoetrope.editor.color declared as ModelColor Modifier and Type Field Description private static ModelColor[][]
ModelColor. baseColors
protected ModelColor
ColorWheelPanel. chooserColor
protected ModelColor[]
ColorWheelPanel. selectedIttenColours
Methods in org.pushingpixels.radiance.theming.internal.contrib.xoetrope.editor.color that return ModelColor Modifier and Type Method Description static ModelColor[][]
ModelColor. getBaseColors()
ModelColor
ColorWheelPanel. getChooserColour()
Get the chooser colorMethods in org.pushingpixels.radiance.theming.internal.contrib.xoetrope.editor.color with parameters of type ModelColor Modifier and Type Method Description void
ColorWheelPanel. setSelectedColors(ModelColor[] clrs)
Set the reference to the selected colours for the colour schemeConstructors in org.pushingpixels.radiance.theming.internal.contrib.xoetrope.editor.color with parameters of type ModelColor Constructor Description ModelColor(ModelColor c)
Creates a copy of an ModelColor
-