Uses of Interface
org.apache.batik.bridge.DocumentBridge
-
Packages that use DocumentBridge Package Description org.apache.batik.bridge Provides an API for mapping and maintaining consistency between the SVG DOM tree and the GVT tree. -
-
Uses of DocumentBridge in org.apache.batik.bridge
Classes in org.apache.batik.bridge that implement DocumentBridge Modifier and Type Class Description class
SVGDocumentBridge
Bridge class for an SVGDocument node.Methods in org.apache.batik.bridge that return DocumentBridge Modifier and Type Method Description DocumentBridge
BridgeContext. getDocumentBridge()
Returns the bridge for the document node.
-