|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BridgeExtension | |
org.apache.batik.bridge | Provides an API for mapping and maintaining consistency between the SVG DOM tree and the GVT tree. |
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 | |
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 | |
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.extension.svg |
Classes in org.apache.batik.extension.svg that implement BridgeExtension | |
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 | |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |