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 XBLManagerBridgeContext. xblManagerThe XBL manager.Methods in org.apache.batik.bridge with parameters of type XBLManager Modifier and Type Method Description protected voidBridgeContext. 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 classDefaultXBLManagerA 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 XBLManagerAbstractDocument. xblManagerThe XBL manager for this document.Methods in org.apache.batik.dom that return XBLManager Modifier and Type Method Description XBLManagerAbstractDocument. getXBLManager()Returns the XBLManager used for this document.Methods in org.apache.batik.dom with parameters of type XBLManager Modifier and Type Method Description voidAbstractDocument. 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 classGenericXBLManagerAn XBL manager that performs no XBL processing.
-