public class ICC_CMYKColorSliderModel extends ColorSliderModel
XXX - This does not work. I think this is because of Java bug #4760025 at http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4760025 but maybe I am doing something in the wrong way.
components, values
Constructor | Description |
---|---|
ICC_CMYKColorSliderModel(InputStream iccProfile) |
Creates a new instance.
|
Modifier and Type | Method | Description |
---|---|---|
int |
getRGB() |
|
void |
setRGB(int newRGB) |
|
int |
toRGB(int[] values) |
addChangeListener, addColorSlider, configureColorSlider, fireColorChanged, fireStateChanged, getBoundedRangeModel, getColor, getComponentCount, getInterpolatedRGB, getValue, removeChangeListener, removeColorSlider, setColor, setValue, unconfigureColorSlider
public ICC_CMYKColorSliderModel(InputStream iccProfile) throws IOException
IOException
public int getRGB()
getRGB
in class ColorSliderModel
public void setRGB(int newRGB)
setRGB
in class ColorSliderModel
public int toRGB(int[] values)
toRGB
in class ColorSliderModel