Uses of Interface
org.apache.batik.css.value.SystemColorResolver

Packages that use SystemColorResolver
org.apache.batik.css.svg Provides the CSSValue factories specific to SVG. 
org.apache.batik.css.value Provides the classes to represent CSS values and the factories for the values common to CSS2 and SVG. 
 

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

Constructors in org.apache.batik.css.svg with parameters of type SystemColorResolver
SVGColorFactory(Parser p, java.lang.String prop, SystemColorResolver scr)
          Creates a new SVGColorFactory object.
PaintFactory(Parser p, java.lang.String prop, SystemColorResolver scr)
          Creates a new PaintFactory object.
SVGValueFactoryMap(Parser p, SystemColorResolver scr)
          Creates a new ValueFactoryMap object.
SimpleColorFactory(Parser p, java.lang.String prop, SystemColorResolver scr)
          Creates a new SimpleColorFactory object.
 

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

Classes in org.apache.batik.css.value that implement SystemColorResolver
 class DefaultSystemColorResolver
          This class provides a default implementation of a SystemColorResolver.
 

Constructors in org.apache.batik.css.value with parameters of type SystemColorResolver
ColorFactory(Parser p, java.lang.String prop, SystemColorResolver scr)
          Creates a new ColorFactory object.
CommonValueFactoryMap(Parser p, SystemColorResolver scr)
          Creates a new ValueFactoryMap object.
 



Copyright © 2001 Apache Software Foundation. All Rights Reserved.