org.apache.batik.dom.svg12
public class XBLOMShadowTreeEvent extends AbstractEvent implements ShadowTreeEvent
| Field Summary | |
|---|---|
| protected XBLShadowTreeElement | xblShadowTree
The shadow tree that is the object of this event. |
| Method Summary | |
|---|---|
| XBLShadowTreeElement | getXblShadowTree()
Returns the shadow tree that is the object of this event. |
| void | initShadowTreeEvent(String typeArg, boolean canBubbleArg, boolean cancelableArg, XBLShadowTreeElement xblShadowTreeArg)
Initializes this event object. |
| void | initShadowTreeEventNS(String namespaceURIArg, String typeArg, boolean canBubbleArg, boolean cancelableArg, XBLShadowTreeElement xblShadowTreeArg)
Initializes this event object with a namespaced event type. |