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

Packages that use SVGContext
org.apache.batik.bridge Provides an API for mapping and maintaining consistency between the SVG DOM tree and the GVT tree. 
org.apache.batik.dom.svg   
org.apache.batik.extension.svg   
 

Uses of SVGContext in org.apache.batik.bridge
 

Classes in org.apache.batik.bridge that implement SVGContext
 class AbstractGraphicsNodeBridge
          The base bridge class for SVG graphics node.
 class SVGAElementBridge
          Bridge class for the <a> element.
 class SVGCircleElementBridge
          Bridge class for the <circle> element.
 class SVGDecoratedShapeElementBridge
          The base bridge class for decorated shapes.
 class SVGEllipseElementBridge
          Bridge class for the <ellipse> element.
 class SVGGElementBridge
          Bridge class for the <g> element.
 class SVGImageElementBridge
          Bridge class for the <image> element.
 class SVGLineElementBridge
          Bridge class for the <line> element.
 class SVGPathElementBridge
          Bridge class for the <path> element.
 class SVGPolygonElementBridge
          Bridge class for the <polygon> element.
 class SVGPolylineElementBridge
          Bridge class for the <polyline> element.
 class SVGRectElementBridge
          Bridge class for the <rect> element.
 class SVGShapeElementBridge
          The base bridge class for shapes.
 class SVGSVGElementBridge
          Bridge class for the <svg> element.
 class SVGTextElementBridge
          Bridge class for the <text> element.
protected  class SVGTextElementBridge.AbstractTextChildBridgeUpdateHandler
          Implementation for the BridgeUpdateHandler for the child elements of <text>.
protected  class SVGTextElementBridge.AbstractTextChildSVGContext
          Implementation of SVGContext for the children of <text>
protected  class SVGTextElementBridge.TextPathBridge
          BridgeUpdateHandle for <textPath> element.
protected  class SVGTextElementBridge.TRefBridge
          BridgeUpdateHandle for <tref> element.
protected  class SVGTextElementBridge.TspanBridge
          BridgeUpdateHandle for <tspan> element.
 class SVGUseElementBridge
          Bridge class for the <use> element.
 

Methods in org.apache.batik.bridge that return SVGContext
protected static SVGContext BridgeContext.getSVGContext(Node node)
          Returns the SVGContext associated to the specified Node or null if any.
 

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

Fields in org.apache.batik.dom.svg declared as SVGContext
protected  SVGContext SVGOMElement.svgContext
          The SVG context to get SVG specific informations.
 

Methods in org.apache.batik.dom.svg that return SVGContext
 SVGContext SVGOMElement.getSVGContext()
          Returns the SVG context used to get SVG specific informations.
 

Methods in org.apache.batik.dom.svg with parameters of type SVGContext
 void SVGOMElement.setSVGContext(SVGContext ctx)
          Sets the SVG context to use to get SVG specific informations.
 

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

Classes in org.apache.batik.extension.svg that implement SVGContext
 class BatikMultiImageElementBridge
          Bridge class for the <multiImage> element.
 class BatikRegularPolygonElementBridge
          Bridge class for a regular polygon element.
 class BatikStarElementBridge
          Bridge class for a star element.
 class SVGFlowTextElementBridge
          Bridge class for the <flowText> element.
 



Copyright © 2002 Apache Software Foundation. All Rights Reserved.