Uses of Class
org.apache.batik.anim.dom.BindableElement
Packages that use BindableElement
-
Uses of BindableElement in org.apache.batik.bridge.svg12
Fields in org.apache.batik.bridge.svg12 declared as BindableElementModifier and TypeFieldDescriptionDefaultXBLManager.XBLRecord.boundElement
The bound element that owns this shadow tree, if this node is an XBLOMShadowTreeElement.Methods in org.apache.batik.bridge.svg12 with parameters of type BindableElementModifier and TypeMethodDescriptionprotected void
DefaultXBLManager.fireShadowTreeEvent
(BindableElement elt, String type, XBLShadowTreeElement e) Fires a ShadowTreeEvent of the given type on this element.protected void
DefaultXBLManager.setActiveDefinition
(BindableElement elt, DefaultXBLManager.DefinitionRecord defRec) Sets the given definition as the active one for a particular bindable element.protected void
DefaultXBLManager.setXblShadowTree
(BindableElement elt, XBLOMShadowTreeElement newShadow) Sets the shadow tree for the given bindable element.