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
DOMException
public RGBColorImpl()
public org.w3c.dom.css.CSSPrimitiveValue getRed()
getRed
in interface org.w3c.dom.css.RGBColor
public void setRed(org.w3c.dom.css.CSSPrimitiveValue red)
public org.w3c.dom.css.CSSPrimitiveValue getGreen()
getGreen
in interface org.w3c.dom.css.RGBColor
public void setGreen(org.w3c.dom.css.CSSPrimitiveValue green)
public org.w3c.dom.css.CSSPrimitiveValue getBlue()
getBlue
in interface org.w3c.dom.css.RGBColor
public void setBlue(org.w3c.dom.css.CSSPrimitiveValue blue)
Copyright © 2014. All rights reserved.