|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object jxl.format.RGB
A structure which contains the RGB values for a particular colour
Constructor Summary | |
RGB(int r,
int g,
int b)
Constructor |
Method Summary | |
int |
getBlue()
Accessor for the blue component |
int |
getGreen()
Accessor for the green component |
int |
getRed()
Accessor for the red component |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RGB(int r, int g, int b)
r
- the red componentg
- the green componentb
- the blue componentMethod Detail |
public int getRed()
public int getGreen()
public int getBlue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |