|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.fop.dom.css.RGBColorImpl
Constructor Summary | |
RGBColorImpl(float r,
float g,
float b)
|
Method Summary | |
org.w3c.dom.css.CSSPrimitiveValue |
getBlue()
|
org.w3c.dom.css.CSSPrimitiveValue |
getGreen()
|
org.w3c.dom.css.CSSPrimitiveValue |
getRed()
|
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public RGBColorImpl(float r, float g, float b)
Method Detail |
public org.w3c.dom.css.CSSPrimitiveValue getRed()
public org.w3c.dom.css.CSSPrimitiveValue getGreen()
public org.w3c.dom.css.CSSPrimitiveValue getBlue()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |