Uses of Interface
org.apache.batik.css.engine.CSSContext

Packages that use CSSContext
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.engine   
org.apache.batik.dom.svg   
 

Uses of CSSContext in org.apache.batik.bridge
 

Classes in org.apache.batik.bridge that implement CSSContext
 class BridgeContext
          This class represents a context used by the various bridges and the builder.
 

Uses of CSSContext in org.apache.batik.css.engine
 

Fields in org.apache.batik.css.engine declared as CSSContext
protected  CSSContext CSSEngine.cssContext
          The CSS context.
 

Methods in org.apache.batik.css.engine that return CSSContext
 CSSContext CSSEngine.getCSSContext()
          Returns the CSS context.
 

Constructors in org.apache.batik.css.engine with parameters of type CSSContext
CSSEngine(Document doc, java.net.URL uri, ExtendedParser p, ValueManager[] vm, ShorthandManager[] sm, java.lang.String[] pe, java.lang.String sns, java.lang.String sln, java.lang.String cns, java.lang.String cln, boolean hints, java.lang.String hintsNS, CSSContext ctx)
          Creates a new CSSEngine.
SVGCSSEngine(Document doc, java.net.URL uri, ExtendedParser p, CSSContext ctx)
          Creates a new SVGCSSEngine.
SVGCSSEngine(Document doc, java.net.URL uri, ExtendedParser p, ValueManager[] vms, ShorthandManager[] sms, CSSContext ctx)
          Creates a new SVGCSSEngine.
 

Uses of CSSContext in org.apache.batik.dom.svg
 

Methods in org.apache.batik.dom.svg with parameters of type CSSContext
 CSSEngine SVGDOMImplementation.createCSSEngine(SVGOMDocument doc, CSSContext ctx)
          Creates new CSSEngine and attach it to the document.
 CSSEngine ExtensibleSVGDOMImplementation.createCSSEngine(SVGOMDocument doc, CSSContext ctx)
          Creates new CSSEngine and attach it to the document.
 



Copyright © 2002 Apache Software Foundation. All Rights Reserved.