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 TypeClassDescriptionclass
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 BridgeExtensionModifier and TypeMethodDescriptionvoid
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 BridgeExtensionModifier and TypeClassDescriptionclass
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 BridgeExtensionModifier and TypeClassDescriptionclass
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 BridgeExtensionModifier and TypeMethodDescriptionvoid
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.