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.
 

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.
 



Copyright © 2001 Apache Software Foundation. All Rights Reserved.