uk.co.silentsoftware.core.converters.spectrum
Class ColourData
java.lang.Object
uk.co.silentsoftware.core.converters.spectrum.ColourData
public class ColourData
- extends java.lang.Object
Small bean to associate RGB values
used for Spectrum ink and paper
|
Field Summary |
private int |
inkRGB
The colour for ink |
private boolean |
isBrightSet
Whether this colour belongs to the Spectrum bright colour set |
private int |
paperRGB
The colour for paper |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
inkRGB
private int inkRGB
- The colour for ink
paperRGB
private int paperRGB
- The colour for paper
isBrightSet
private boolean isBrightSet
- Whether this colour belongs to the Spectrum bright colour set
ColourData
public ColourData()
setBrightSet
public void setBrightSet(boolean isBrightSet)
isBrightSet
public boolean isBrightSet()
getInkRGB
public int getInkRGB()
setInkRGB
public void setInkRGB(int inkRGB)
getPaperRGB
public int getPaperRGB()
setPaperRGB
public void setPaperRGB(int paperRGB)