Uses of Interface
org.apache.batik.dom.xbl.XBLManager
-
Packages that use XBLManager 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.dom Provides an implementation of the DOM level 2 core module.org.apache.batik.dom.xbl -
-
Uses of XBLManager in org.apache.batik.bridge
Fields in org.apache.batik.bridge declared as XBLManager Modifier and Type Field Description protected XBLManager
BridgeContext. xblManager
The XBL manager.Methods in org.apache.batik.bridge with parameters of type XBLManager Modifier and Type Method Description protected 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 XBLManager Modifier and Type Class Description class
DefaultXBLManager
A full featured sXBL manager.Constructors in org.apache.batik.bridge.svg12 with parameters of type XBLManager Constructor Description ContentManager(XBLOMShadowTreeElement s, XBLManager xm)
Creates a new ContentManager object. -
Uses of XBLManager in org.apache.batik.dom
Fields in org.apache.batik.dom declared as XBLManager Modifier and Type Field Description protected XBLManager
AbstractDocument. xblManager
The XBL manager for this document.Methods in org.apache.batik.dom that return XBLManager Modifier and Type Method Description XBLManager
AbstractDocument. getXBLManager()
Returns the XBLManager used for this document.Methods in org.apache.batik.dom with parameters of type XBLManager Modifier and Type Method Description void
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 XBLManager Modifier and Type Class Description class
GenericXBLManager
An XBL manager that performs no XBL processing.
-