Uses of Interface
org.apache.batik.bridge.BridgeExtension
-
Packages that use BridgeExtension Package Description org.apache.batik.bridge Provides an API for mapping and maintaining consistency between the SVG DOM tree and the GVT tree.org.apache.batik.bridge.svg12 org.apache.batik.extension.svg org.apache.batik.swing.svg -
-
Uses of BridgeExtension in org.apache.batik.bridge
Classes in org.apache.batik.bridge that implement BridgeExtension Modifier and Type Class Description class
SVGBridgeExtension
This is a Service interface for classes that want to extend the functionality of the Bridge, to support new tags in the rendering tree.Methods in org.apache.batik.bridge with parameters of type BridgeExtension Modifier and Type Method Description void
UserAgent. registerExtension(BridgeExtension ext)
Lets the bridge tell the user agent that the following extension is supported by the bridge.void
UserAgentAdapter. registerExtension(BridgeExtension ext)
Lets the bridge tell the user agent that the following ex tension is supported by the bridge. -
Uses of BridgeExtension in org.apache.batik.bridge.svg12
Classes in org.apache.batik.bridge.svg12 that implement BridgeExtension Modifier and Type Class Description class
SVG12BridgeExtension
This is a Service interface for classes that want to extend the functionality of the Bridge, to support new tags in the rendering tree. -
Uses of BridgeExtension in org.apache.batik.extension.svg
Classes in org.apache.batik.extension.svg that implement BridgeExtension Modifier and Type Class Description class
BatikBridgeExtension
This is a Service interface for classes that want to extend the functionality of the Bridge, to support new tags in the rendering tree. -
Uses of BridgeExtension in org.apache.batik.swing.svg
Methods in org.apache.batik.swing.svg with parameters of type BridgeExtension Modifier and Type Method Description void
JSVGComponent.BridgeUserAgent. registerExtension(BridgeExtension ext)
Lets the bridge tell the user agent that the following extension is supported by the bridge.void
JSVGComponent.BridgeUserAgentWrapper. registerExtension(BridgeExtension ext)
Lets the bridge tell the user agent that the following extension is supported by the bridge.
-