Uses of Class
org.apache.batik.anim.dom.XBLOMShadowTreeElement
Packages that use XBLOMShadowTreeElement
-
Uses of XBLOMShadowTreeElement in org.apache.batik.anim.dom
Fields in org.apache.batik.anim.dom declared as XBLOMShadowTreeElementModifier and TypeFieldDescriptionprotected XBLOMShadowTreeElement
BindableElement.xblShadowTree
The shadow tree.Methods in org.apache.batik.anim.dom that return XBLOMShadowTreeElementModifier and TypeMethodDescriptionBindableElement.getShadowTree()
Returns the shadow tree for this bindable element.Methods in org.apache.batik.anim.dom with parameters of type XBLOMShadowTreeElementModifier and TypeMethodDescriptionvoid
BindableElement.setShadowTree
(XBLOMShadowTreeElement s) Sets the shadow tree for this bindable element. -
Uses of XBLOMShadowTreeElement in org.apache.batik.bridge.svg12
Fields in org.apache.batik.bridge.svg12 declared as XBLOMShadowTreeElementModifier and TypeFieldDescriptionprotected XBLOMShadowTreeElement
ContentManager.shadowTree
The shadow tree whose content elements this object is managing.Methods in org.apache.batik.bridge.svg12 that return XBLOMShadowTreeElementModifier and TypeMethodDescriptionprotected XBLOMShadowTreeElement
DefaultXBLManager.cloneTemplate
(XBLOMTemplateElement template) Clones a template element for use as a shadow tree.Methods in org.apache.batik.bridge.svg12 with parameters of type XBLOMShadowTreeElementModifier and TypeMethodDescriptionprotected void
DefaultXBLManager.setXblShadowTree
(BindableElement elt, XBLOMShadowTreeElement newShadow) Sets the shadow tree for the given bindable element.Constructors in org.apache.batik.bridge.svg12 with parameters of type XBLOMShadowTreeElementModifierConstructorDescriptionCreates a new ContentManager object.