Package com.steadystate.css.dom
Class RGBColorImpl
java.lang.Object
com.steadystate.css.dom.RGBColorImpl
- All Implemented Interfaces:
Serializable
,RGBColor
- Direct Known Subclasses:
RGBColorImpl
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBlue()
This attribute is used for the blue value of the RGB color.getGreen()
This attribute is used for the green value of the RGB color.getRed()
This attribute is used for the red value of the RGB color.void
setBlue
(CSSPrimitiveValue blue) void
setGreen
(CSSPrimitiveValue green) void
setRed
(CSSPrimitiveValue red) toString()
-
Constructor Details
-
RGBColorImpl
-
RGBColorImpl
protected RGBColorImpl()
-
-
Method Details
-
getRed
Description copied from interface:RGBColor
This attribute is used for the red value of the RGB color. -
setRed
-
getGreen
Description copied from interface:RGBColor
This attribute is used for the green value of the RGB color. -
setGreen
-
getBlue
Description copied from interface:RGBColor
This attribute is used for the blue value of the RGB color. -
setBlue
-
toString
-