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 and Description |
|---|
ICC_CMYKColorSliderModel(java.io.InputStream iccProfile)
Creates a new instance.
|
| Modifier and Type | Method and 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, unconfigureColorSliderpublic ICC_CMYKColorSliderModel(java.io.InputStream iccProfile)
throws java.io.IOException
java.io.IOExceptionpublic int getRGB()
getRGB in class ColorSliderModelpublic void setRGB(int newRGB)
setRGB in class ColorSliderModelpublic int toRGB(int[] values)
toRGB in class ColorSliderModel