|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
This is a placeholder - subject to change. This represents generic timelines.
| Field Summary | |
static short |
FILL_FREEZE
|
static short |
FILL_REMOVE
|
| Fields inherited from interface org.w3c.dom.smil20.XElementBasicTime |
RESTART_ALWAYS, RESTART_NEVER, RESTART_WHEN_NOT_ACTIVE |
| Method Summary | |
void |
childEnded(long childDuration)
|
java.lang.String |
getAbstractAttr()
See the abstract attribute from . |
org.w3c.dom.NodeList |
getActiveChildrenAt(int instant)
Returns a list of child elements active at the specified invocation. |
java.lang.String |
getAuthor()
See the author attribute from . |
java.lang.String |
getCopyright()
See the copyright attribute from . |
java.lang.String |
getFill()
A code representing the value of the fill attribute, as defined above. |
java.lang.String |
getRegion()
See the region attribute. |
org.w3c.dom.NodeList |
getTimeChildren()
A NodeList that contains all timed childrens of this node. |
void |
setAbstractAttr(java.lang.String abstractAttr)
|
void |
setAuthor(java.lang.String author)
|
void |
setCopyright(java.lang.String copyright)
|
void |
setFill(java.lang.String fill)
|
void |
setRegion(java.lang.String region)
|
| Methods inherited from interface org.w3c.dom.smil20.ElementTime |
getFillDefault, getRestartDefault, getSyncBehavior, getSyncBehaviorDefault, getSyncTolerance, getSyncToleranceDefault, setFillDefault, setRestartDefault, setSyncBehavior, setSyncBehaviorDefault, setSyncTolerance, setSyncToleranceDefault |
| Methods inherited from interface org.w3c.dom.smil20.XElementBasicTime |
activate, closedown, deactivate, destroy, freeze, getBegin, getCurrentIntervalBegin, getDur, getEnd, getMax, getMin, getRepeat, getRepeatCount, getRepeatDur, getRestart, getTimeInBodyTime, hasStarted, isActive, prefetch, setBegin, setDur, setEnd, setMax, setMin, setRepeat, setRepeatCount, setRepeatDur, setRestart, startup |
| Methods inherited from interface org.w3c.dom.smil20.ElementTimeControl |
beginElement, beginElementAt, endElement, endElementAt, pauseElement, resumeElement, seekElement |
| Field Detail |
public static final short FILL_REMOVE
public static final short FILL_FREEZE
| Method Detail |
public java.lang.String getFill()
FILL_REMOVE .
org.w3c.dom.DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
public void setFill(java.lang.String fill)
throws org.w3c.dom.DOMException
org.w3c.dom.DOMExceptionpublic org.w3c.dom.NodeList getTimeChildren()
Nodelist is empty. An iterator
is more appropriate here than a node list but it requires Traversal
module support.
public org.w3c.dom.NodeList getActiveChildrenAt(int instant)
instant - The desired position on the local timeline in
milliseconds.
public java.lang.String getAbstractAttr()
org.w3c.dom.DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
public void setAbstractAttr(java.lang.String abstractAttr)
throws org.w3c.dom.DOMException
org.w3c.dom.DOMExceptionpublic java.lang.String getAuthor()
org.w3c.dom.DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
public void setAuthor(java.lang.String author)
throws org.w3c.dom.DOMException
org.w3c.dom.DOMExceptionpublic java.lang.String getCopyright()
org.w3c.dom.DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
public void setCopyright(java.lang.String copyright)
throws org.w3c.dom.DOMException
org.w3c.dom.DOMExceptionpublic java.lang.String getRegion()
org.w3c.dom.DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
public void setRegion(java.lang.String region)
throws org.w3c.dom.DOMException
org.w3c.dom.DOMExceptionpublic void childEnded(long childDuration)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||