|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XBLManager | |
---|---|
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 | |
---|---|
protected XBLManager |
BridgeContext.xblManager
The XBL manager. |
Methods in org.apache.batik.bridge with parameters of type XBLManager | |
---|---|
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 | |
---|---|
class |
DefaultXBLManager
A full featured sXBL manager. |
Constructors in org.apache.batik.bridge.svg12 with parameters of type XBLManager | |
---|---|
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 | |
---|---|
protected XBLManager |
AbstractDocument.xblManager
The XBL manager for this document. |
Methods in org.apache.batik.dom that return XBLManager | |
---|---|
XBLManager |
AbstractDocument.getXBLManager()
Returns the XBLManager used for this document. |
Methods in org.apache.batik.dom with parameters of type XBLManager | |
---|---|
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 | |
---|---|
class |
GenericXBLManager
An XBL manager that performs no XBL processing. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |