Uses of Interface
org.w3c.dom.css.RGBColor

Packages that use RGBColor
org.apache.batik.css Provides the classes for accessing CSS2 through DOM level 2 interfaces. 
org.apache.batik.css.value Provides the classes to represent CSS values and the factories for the values common to CSS2 and SVG. 
org.apache.batik.parser.style Provides an extensible framework for style attributes parsing. 
org.apache.batik.refimpl.bridge   
org.w3c.dom.css   
org.w3c.dom.svg   
 

Uses of RGBColor in org.apache.batik.css
 

Methods in org.apache.batik.css that return RGBColor
 RGBColor CSSOMValue.getRGBColorValue()
          DOM: Implements CSSPrimitiveValue.getRGBColorValue().
 RGBColor CSSOMReadOnlyValue.getRGBColorValue()
          DOM: Implements CSSPrimitiveValue.getRGBColorValue().
 

Uses of RGBColor in org.apache.batik.css.value
 

Classes in org.apache.batik.css.value that implement RGBColor
 class ImmutableRGBColor
          This class represents immutable CSS colors.
 

Methods in org.apache.batik.css.value that return RGBColor
 RGBColor AbstractImmutableValue.getRGBColorValue()
          This method is used to get the RGB color.
 RGBColor ImmutableValue.getRGBColorValue()
          This method is used to get the RGB color.
 RGBColor ImmutableRGBColor.getRGBColorValue()
          Returns this value.
 

Uses of RGBColor in org.apache.batik.parser.style
 

Classes in org.apache.batik.parser.style that implement RGBColor
 class CSSRGBColorValue
          This class represents CSS color values
 

Methods in org.apache.batik.parser.style that return RGBColor
 RGBColor AbstractCSSValue.getRGBColorValue()
          DOM: Implements CSSPrimitiveValue.getRGBColorValue().
 RGBColor CSSRGBColorValue.getRGBColorValue()
          DOM: Implements CSSPrimitiveValue.getRGBColorValue().
 

Uses of RGBColor in org.apache.batik.refimpl.bridge
 

Methods in org.apache.batik.refimpl.bridge with parameters of type RGBColor
static java.awt.Color CSSUtilities.convertColor(RGBColor c, float o)
          Converts the given RGBColor and opacity to a Color object.
 

Uses of RGBColor in org.w3c.dom.css
 

Methods in org.w3c.dom.css that return RGBColor
 RGBColor CSSPrimitiveValue.getRGBColorValue()
          This method is used to get the RGB color.
 

Uses of RGBColor in org.w3c.dom.svg
 

Methods in org.w3c.dom.svg that return RGBColor
 RGBColor SVGColor.getRGBColor()
           
 



Copyright © 2000 Apache Software Foundation. All Rights Reserved.