Uses of Interface
org.apache.batik.bridge.BridgeExtension
Packages that use BridgeExtension
Package
Description
Provides an API for mapping and maintaining consistency between
the SVG DOM tree and the GVT tree.
-
Uses of BridgeExtension in org.apache.batik.bridge
Classes in org.apache.batik.bridge that implement BridgeExtensionModifier and TypeClassDescriptionclassThis 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 BridgeExtensionModifier and TypeMethodDescriptionvoidUserAgent.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 BridgeExtensionModifier and TypeClassDescriptionclassThis 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 BridgeExtensionModifier and TypeClassDescriptionclassThis 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 BridgeExtensionModifier and TypeMethodDescriptionvoidJSVGComponent.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.