info.informatica.doc.style.css.property
Class DOMCSSColorValue.CSSRGBColor

java.lang.Object
  extended by info.informatica.doc.style.css.property.DOMCSSColorValue.CSSRGBColor
All Implemented Interfaces:
org.w3c.dom.css.RGBColor
Enclosing class:
DOMCSSColorValue

public class DOMCSSColorValue.CSSRGBColor
extends Object
implements org.w3c.dom.css.RGBColor


Constructor Summary
DOMCSSColorValue.CSSRGBColor()
           
 
Method Summary
 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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DOMCSSColorValue.CSSRGBColor

public DOMCSSColorValue.CSSRGBColor()
Method Detail

setRed

public void setRed(org.w3c.dom.css.CSSPrimitiveValue red)

getRed

public org.w3c.dom.css.CSSPrimitiveValue getRed()
Specified by:
getRed in interface org.w3c.dom.css.RGBColor

setGreen

public void setGreen(org.w3c.dom.css.CSSPrimitiveValue green)

getGreen

public org.w3c.dom.css.CSSPrimitiveValue getGreen()
Specified by:
getGreen in interface org.w3c.dom.css.RGBColor

setBlue

public void setBlue(org.w3c.dom.css.CSSPrimitiveValue blue)

getBlue

public org.w3c.dom.css.CSSPrimitiveValue getBlue()
Specified by:
getBlue in interface org.w3c.dom.css.RGBColor

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011 informatica.info. All Rights Reserved.