org.vectomatic.dom.svg
Class OMRGBColor

java.lang.Object
  extended by org.vectomatic.dom.svg.OMRGBColor

public class OMRGBColor
extends Object

Class to represent a CSS RGB color

Author:
laaglu

Constructor Summary
OMRGBColor(float r, float g, float b)
           
 
Method Summary
 boolean equals(Object obj)
           
 OMCSSPrimitiveValue getBlue()
           
 String getDescription()
           
 OMCSSPrimitiveValue getGreen()
           
 OMCSSPrimitiveValue getRed()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OMRGBColor

public OMRGBColor(float r,
                  float g,
                  float b)
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

getRed

public final OMCSSPrimitiveValue getRed()

getGreen

public final OMCSSPrimitiveValue getGreen()

getBlue

public final OMCSSPrimitiveValue getBlue()

getDescription

public String getDescription()


Copyright © 2012. All Rights Reserved.