com.steadystate.css
Class RGBColorImpl

java.lang.Object
  extended by com.steadystate.css.dom.RGBColorImpl
      extended by com.steadystate.css.RGBColorImpl
All Implemented Interfaces:
java.io.Serializable, RGBColor

Deprecated. As of 0.9.0, replaced by RGBColorImpl

public class RGBColorImpl
extends RGBColorImpl

Version:
$Release$
Author:
David Schweinsberg
See Also:
Serialized Form

Constructor Summary
protected RGBColorImpl(HexColor h)
          Deprecated.  
 
Method Summary
 
Methods inherited from class com.steadystate.css.dom.RGBColorImpl
getBlue, getGreen, getRed, setBlue, setGreen, setRed, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RGBColorImpl

protected RGBColorImpl(HexColor h)
Deprecated.