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

Packages that use SVGICCColor
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 SVGICCColor in org.apache.batik.bridge
 

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

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

Classes in org.apache.batik.css.svg that implement SVGICCColor
 class ImmutableSVGColorValue
          This class represents the immutable value used to implement a SVGColor.
 class ImmutableSVGPaintValue
          This class represents the immutable value used to implement a SVGPaint.
 

Methods in org.apache.batik.css.svg that return SVGICCColor
 SVGICCColor SVGCSSValue.getICCColor()
          DOM: Implements SVGColor.getICCColor().
 SVGICCColor ImmutableSVGColorValue.getICCColor()
          Returns the RGBColor, if this object represents a SVGColor.
 SVGICCColor SVGImmutableValue.getICCColor()
          Returns the RGBColor, if this object represents a SVGColor.
 SVGICCColor SVGCSSReadOnlyValue.getICCColor()
          DOM: Implements SVGColor.getICCColor().
 

Uses of SVGICCColor in org.w3c.dom.svg
 

Methods in org.w3c.dom.svg that return SVGICCColor
 SVGICCColor SVGColor.getICCColor()
           
 



Copyright © 2001 Apache Software Foundation. All Rights Reserved.