contrib.ch.randelshofer.quaqua.colorchooser
public class RGBColorSliderModel extends ColorSliderModel
components, values
Constructor and Description |
---|
RGBColorSliderModel()
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
int |
getRGB() |
protected int |
getRGB(int r,
int g,
int b) |
void |
setRGB(int rgb) |
int |
toRGB(int[] values) |
addChangeListener, addColorSlider, configureColorSlider, fireColorChanged, fireStateChanged, getBoundedRangeModel, getColor, getComponentCount, getInterpolatedRGB, getValue, removeChangeListener, removeColorSlider, setColor, setValue, unconfigureColorSlider
public int getRGB()
getRGB
in class ColorSliderModel
protected int getRGB(int r, int g, int b)
public void setRGB(int rgb)
setRGB
in class ColorSliderModel
public int toRGB(int[] values)
toRGB
in class ColorSliderModel