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. baseColorsprotected ModelColorColorWheelPanel. chooserColorprotected ModelColor[]ColorWheelPanel. selectedIttenColoursMethods in org.pushingpixels.radiance.theming.internal.contrib.xoetrope.editor.color that return ModelColor Modifier and Type Method Description static ModelColor[][]ModelColor. getBaseColors()ModelColorColorWheelPanel. 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 voidColorWheelPanel. 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
-