Uses of Interface
org.w3c.dom.svg.SVGColor

Packages that use SVGColor
org.apache.batik.bridge Provides an API for mapping and maintaining consistency between the SVG DOM tree and the GVT tree. 
org.apache.batik.css.svg Provides the CSSValue factories specific to SVG. 
org.w3c.dom.svg   
 

Uses of SVGColor in org.apache.batik.bridge
 

Methods in org.apache.batik.bridge with parameters of type SVGColor
static java.awt.Color PaintServer.convertRGBICCColor(Element paintedElement, SVGColor colorDef, float opacity, BridgeContext ctx)
          Returns a Color object that corresponds to the input Paint's ICC color value or an RGB color if the related color profile could not be used or loaded for any reason.
 

Uses of SVGColor in org.apache.batik.css.svg
 

Classes in org.apache.batik.css.svg that implement SVGColor
 class SVGCSSReadOnlyValue
          This class represents a read-only SVG CSS value.
 class SVGCSSValue
          This class represents a SVG CSS value.
 

Uses of SVGColor in org.w3c.dom.svg
 

Subinterfaces of SVGColor in org.w3c.dom.svg
 interface SVGPaint
           
 



Copyright © 2001 Apache Software Foundation. All Rights Reserved.