public class RGBColorImpl extends Object implements org.w3c.dom.css.RGBColor, Serializable
RGBColor.| Modifier | Constructor and Description |
|---|---|
|
RGBColorImpl() |
protected |
RGBColorImpl(org.w3c.css.sac.LexicalUnit lu) |
| Modifier and Type | Method and Description |
|---|---|
org.w3c.dom.css.CSSPrimitiveValue |
getBlue() |
org.w3c.dom.css.CSSPrimitiveValue |
getGreen() |
org.w3c.dom.css.CSSPrimitiveValue |
getRed() |
void |
setBlue(org.w3c.dom.css.CSSPrimitiveValue blue) |
void |
setGreen(org.w3c.dom.css.CSSPrimitiveValue green) |
void |
setRed(org.w3c.dom.css.CSSPrimitiveValue red) |
String |
toString() |
protected RGBColorImpl(org.w3c.css.sac.LexicalUnit lu)
throws DOMException
DOMExceptionpublic RGBColorImpl()
public org.w3c.dom.css.CSSPrimitiveValue getRed()
getRed in interface org.w3c.dom.css.RGBColorpublic void setRed(org.w3c.dom.css.CSSPrimitiveValue red)
public org.w3c.dom.css.CSSPrimitiveValue getGreen()
getGreen in interface org.w3c.dom.css.RGBColorpublic void setGreen(org.w3c.dom.css.CSSPrimitiveValue green)
public org.w3c.dom.css.CSSPrimitiveValue getBlue()
getBlue in interface org.w3c.dom.css.RGBColorpublic void setBlue(org.w3c.dom.css.CSSPrimitiveValue blue)
Copyright © 2018. All rights reserved.