|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.batik.css.value.DefaultSystemColorResolver.SystemColorWrapper
To encapsulate a SystemColor.
Field Summary | |
protected java.awt.SystemColor |
systemColor
The wrapped color. |
Constructor Summary | |
DefaultSystemColorResolver.SystemColorWrapper(java.awt.SystemColor c)
Creates a new SystemColorWrapper. |
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 java.awt.SystemColor systemColor
Constructor Detail |
public DefaultSystemColorResolver.SystemColorWrapper(java.awt.SystemColor c)
Method Detail |
public int getRed()
getRed
in interface SystemColorResolver.Color
public int getGreen()
getGreen
in interface SystemColorResolver.Color
public int getBlue()
getBlue
in interface SystemColorResolver.Color
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |