org.apache.batik.dom.events
Class DOMTimeEvent
public
class
DOMTimeEvent
extends AbstractEvent
implements TimeEvent
An event class for SMIL timing events.
Field Summary |
protected int | detail
For repeat events this is the repeat iteration. |
protected AbstractView | view
The view from which the event was generated. |
Method Summary |
int | getDetail()
Returns the repeat iteration if this is a repeat event. |
AbstractView | getView()
Returns the view from which the event was generated. |
void | initTimeEvent(String typeArg, AbstractView viewArg, int detailArg)
Initializes the values of the TimeEvent object. |
void | initTimeEventNS(String namespaceURIArg, String typeArg, AbstractView viewArg, int detailArg)
Initializes the values of the TimeEvent object. |
void | setTimestamp(long timeStamp)
Sets the timestamp of this time event. |
protected int detail
For repeat events this is the repeat iteration. Unused for the
other time events.
protected AbstractView view
The view from which the event was generated.
public int getDetail()
Returns the repeat iteration if this is a repeat event.
public AbstractView getView()
Returns the view from which the event was generated.
public void initTimeEvent(String typeArg, AbstractView viewArg, int detailArg)
Initializes the values of the TimeEvent object.
public void initTimeEventNS(String namespaceURIArg, String typeArg, AbstractView viewArg, int detailArg)
Initializes the values of the TimeEvent object.
public void setTimestamp(long timeStamp)
Sets the timestamp of this time event. This is required for
synchronization of time events in the SMIL timing model.
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.