Uses of Interface
org.apache.batik.dom.svg.SVGContext

Packages that use SVGContext
org.apache.batik.dom.svg   
 

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

Classes in org.apache.batik.dom.svg that implement SVGContext
 class DefaultSVGContext
          This class is the placeholder for SVG application informations.
 

Fields in org.apache.batik.dom.svg declared as SVGContext
protected  SVGContext SVGOMDocument.context
          The document context.
protected  SVGContext DefaultUnitProcessorContext.context
           
 

Methods in org.apache.batik.dom.svg that return SVGContext
 SVGContext SVGOMDocument.getSVGContext()
          Returns this document context.
 

Methods in org.apache.batik.dom.svg with parameters of type SVGContext
 void SVGOMDocument.setSVGContext(SVGContext ctx)
          Sets the document context.
 

Constructors in org.apache.batik.dom.svg with parameters of type SVGContext
DefaultUnitProcessorContext(SVGContext ctx, SVGElement elt)
           
 



Copyright © 2000 Apache Software Foundation. All Rights Reserved.