|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.batik.css.value.CommonCSSContext.Color
To Store a CSS RGB color.
Field Summary | |
protected int |
blue
The blue component. |
protected int |
green
The green component. |
protected int |
red
The red component. |
Constructor Summary | |
CommonCSSContext.Color(int red,
int green,
int blue)
Creates a new color. |
Method Summary | |
int |
getBlue()
Returns the blue component. |
int |
getGreen()
Returns the green component. |
int |
getRed()
Returns the red component. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected int red
protected int green
protected int blue
Constructor Detail |
public CommonCSSContext.Color(int red, int green, int blue)
Method Detail |
public int getRed()
public int getGreen()
public int getBlue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |