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 classSVGBridgeExtensionThis 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 voidUserAgent. registerExtension(BridgeExtension ext)Lets the bridge tell the user agent that the following extension is supported by the bridge.voidUserAgentAdapter. 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 classSVG12BridgeExtensionThis 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 classBatikBridgeExtensionThis 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 voidJSVGComponent.BridgeUserAgent. registerExtension(BridgeExtension ext)Lets the bridge tell the user agent that the following extension is supported by the bridge.voidJSVGComponent.BridgeUserAgentWrapper. registerExtension(BridgeExtension ext)Lets the bridge tell the user agent that the following extension is supported by the bridge.
-