|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.batik.dom.events.AbstractEvent
org.apache.batik.dom.events.DOMTimeEvent
public class DOMTimeEvent
An event class for SMIL timing events.
Field Summary | |
---|---|
protected int |
detail
For repeat events this is the repeat iteration. |
protected org.w3c.dom.views.AbstractView |
view
The view from which the event was generated. |
Fields inherited from class org.apache.batik.dom.events.AbstractEvent |
---|
bubbleLimit, cancelable, currentTarget, defaultActions, eventPhase, isBubbling, namespaceURI, originalEvent, preventDefault, stopImmediatePropagation, stopPropagation, target, timeStamp, type |
Fields inherited from interface org.w3c.dom.events.Event |
---|
AT_TARGET, BUBBLING_PHASE, CAPTURING_PHASE |
Constructor Summary | |
---|---|
DOMTimeEvent()
|
Method Summary | |
---|---|
int |
getDetail()
Returns the repeat iteration if this is a repeat event. |
org.w3c.dom.views.AbstractView |
getView()
Returns the view from which the event was generated. |
void |
initTimeEvent(String typeArg,
org.w3c.dom.views.AbstractView viewArg,
int detailArg)
Initializes the values of the TimeEvent object. |
void |
initTimeEventNS(String namespaceURIArg,
String typeArg,
org.w3c.dom.views.AbstractView viewArg,
int detailArg)
Initializes the values of the TimeEvent object. |
void |
setTimestamp(long timeStamp)
Sets the timestamp of this time event. |
Methods inherited from class org.apache.batik.dom.events.AbstractEvent |
---|
addDefaultAction, clone, cloneEvent, getBubbleLimit, getBubbles, getCancelable, getCurrentTarget, getDefaultActions, getDefaultPrevented, getEventPhase, getNamespaceURI, getOriginalEvent, getTarget, getTimeStamp, getType, initEvent, initEventNS, preventDefault, setBubbleLimit, stopImmediatePropagation, stopPropagation |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected org.w3c.dom.views.AbstractView view
protected int detail
Constructor Detail |
---|
public DOMTimeEvent()
Method Detail |
---|
public org.w3c.dom.views.AbstractView getView()
public int getDetail()
public void initTimeEvent(String typeArg, org.w3c.dom.views.AbstractView viewArg, int detailArg)
public void initTimeEventNS(String namespaceURIArg, String typeArg, org.w3c.dom.views.AbstractView viewArg, int detailArg)
public void setTimestamp(long timeStamp)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |