Uses of Interface
org.apache.batik.dom.xbl.XBLManager
Packages that use XBLManager
Package
Description
Provides an API for mapping and maintaining consistency between
the SVG DOM tree and the GVT tree.
Provides an implementation of the DOM level 2 core module.
-
Uses of XBLManager in org.apache.batik.bridge
Fields in org.apache.batik.bridge declared as XBLManagerMethods in org.apache.batik.bridge with parameters of type XBLManagerModifier and TypeMethodDescriptionprotected void
BridgeContext.setXBLManager
(BridgeContext ctx, XBLManager xm) Sets the xblManager variable of the given BridgeContext. -
Uses of XBLManager in org.apache.batik.bridge.svg12
Classes in org.apache.batik.bridge.svg12 that implement XBLManagerConstructors in org.apache.batik.bridge.svg12 with parameters of type XBLManagerModifierConstructorDescriptionCreates a new ContentManager object. -
Uses of XBLManager in org.apache.batik.dom
Fields in org.apache.batik.dom declared as XBLManagerModifier and TypeFieldDescriptionprotected XBLManager
AbstractDocument.xblManager
The XBL manager for this document.Methods in org.apache.batik.dom that return XBLManagerModifier and TypeMethodDescriptionAbstractDocument.getXBLManager()
Returns the XBLManager used for this document.Methods in org.apache.batik.dom with parameters of type XBLManagerModifier and TypeMethodDescriptionvoid
AbstractDocument.setXBLManager
(XBLManager m) Sets the XBLManager used for this document. -
Uses of XBLManager in org.apache.batik.dom.xbl
Classes in org.apache.batik.dom.xbl that implement XBLManagerModifier and TypeClassDescriptionclass
An XBL manager that performs no XBL processing.