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.boundElementThe 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 voidDefaultXBLManager.fireShadowTreeEvent(BindableElement elt, String type, XBLShadowTreeElement e) Fires a ShadowTreeEvent of the given type on this element.protected voidDefaultXBLManager.setActiveDefinition(BindableElement elt, DefaultXBLManager.DefinitionRecord defRec) Sets the given definition as the active one for a particular bindable element.protected voidDefaultXBLManager.setXblShadowTree(BindableElement elt, XBLOMShadowTreeElement newShadow) Sets the shadow tree for the given bindable element.