Methods Summary |
---|
public boolean | getBaseBegin()If true , indicates that a sync-based time is relative to
the begin of the baseElement. If false , indicates that a
sync-based time is relative to the active end of the baseElement.
|
public org.w3c.dom.Element | getBaseElement()The base element for a sync-based or event-based time.
|
public java.lang.String | getEvent()The name of the event for an event-based time. Default value is
null .
|
public java.lang.String | getMarker()The name of the marker from the media element, for media marker times.
Default value is null .
|
public double | getOffset()The clock value in seconds relative to the syncbase or eventbase.
Default value is 0 .
|
public boolean | getResolved()A boolean indicating whether the current Time has been
fully resolved to the document schedule. Note that for this to be
true, the current Time must be defined (not indefinite),
the syncbase and all Time 's that the syncbase depends on
must be defined (not indefinite), and the begin Time of
all ascendent time containers of this element and all Time
elements that this depends upon must be defined (not indefinite).
If this Time is based upon an event, this
Time will only be resolved once the specified event has
happened, subject to the constraints of the time container.
Note that this may change from true to false when the parent time
container ends its simple duration (including when it repeats or
restarts).
|
public double | getResolvedOffset()The clock value in seconds relative to the parent time container begin.
This indicates the resolved time relationship to the parent time
container. This is only valid if resolved is true.
|
public short | getTimeType()A code representing the type of the underlying object, as defined
above.
|
public void | setBaseBegin(boolean baseBegin)
|
public void | setBaseElement(org.w3c.dom.Element baseElement)
|
public void | setEvent(java.lang.String event)
|
public void | setMarker(java.lang.String marker)
|
public void | setOffset(double offset)
|