|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Declares media content.
| Field Summary | |
static short |
ERASE_NEVER
|
static short |
ERASE_WHENDONE
|
static short |
FILL_FREEZE
|
static short |
FILL_REMOVE
|
static short |
MEDIAREPEAT_PRESERVE
|
static short |
MEDIAREPEAT_STRIP
|
| Fields inherited from interface org.w3c.dom.smil20.XElementBasicTime |
RESTART_ALWAYS, RESTART_NEVER, RESTART_WHEN_NOT_ACTIVE |
| Fields inherited from interface org.w3c.dom.Node |
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE |
| Method Summary | |
java.lang.String |
getAbstractAttr()
See the abstract attribute from . |
java.lang.String |
getAlt()
See the alt attribute from . |
java.lang.String |
getAuthor()
See the author attribute from . |
java.lang.String |
getClipBegin()
See the clipBegin attribute from . |
java.lang.String |
getClipEnd()
See the clipEnd attribute from . |
java.lang.String |
getCopyright()
See the copyright attribute from . |
short |
getErase()
See the erase attribute. |
java.lang.String |
getFill()
A code representing the value of the fill attribute, as defined above. |
java.lang.String |
getLongdesc()
See the longdesc attribute from . |
short |
getMediaRepeat()
See the mediaRepeat attribute. |
java.lang.String |
getReadIndex()
See the readIndex attribute from . |
java.lang.String |
getSrc()
See the src attribute from . |
int |
getTabindex()
See the tabindex attribute in LinkingAttributes module. |
java.lang.String |
getTitle()
See the title attribute from . |
java.lang.String |
getTransIn()
See the transIn attribute in transition effects module. |
java.lang.String |
getTransOut()
See the transOut attribute in transition effects module. |
java.lang.String |
getType()
See the type attribute from . |
void |
setAbstractAttr(java.lang.String abstractAttr)
|
void |
setAlt(java.lang.String alt)
|
void |
setAuthor(java.lang.String author)
|
void |
setClipBegin(java.lang.String clipBegin)
|
void |
setClipEnd(java.lang.String clipEnd)
|
void |
setCopyright(java.lang.String copyright)
|
void |
setErase(short erase)
|
void |
setFill(java.lang.String fill)
|
void |
setLongdesc(java.lang.String longdesc)
|
void |
setMediaRepeat(short mediaRepeat)
|
void |
setReadIndex(java.lang.String readIndex)
|
void |
setSrc(java.lang.String src)
|
void |
setTabindex(int tabindex)
|
void |
setTitle(java.lang.String title)
|
void |
setTransIn(java.lang.String transIn)
|
void |
setTransOut(java.lang.String transOut)
|
void |
setType(java.lang.String type)
|
| 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 |
| Methods inherited from interface org.w3c.dom.smil20.SMILElement |
destroy, getClassName, getId, init, setClassName, setId |
| Methods inherited from interface org.w3c.dom.Element |
getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getElementsByTagName, getElementsByTagNameNS, getTagName, hasAttribute, hasAttributeNS, removeAttribute, removeAttributeNode, removeAttributeNS, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS |
| Methods inherited from interface org.w3c.dom.Node |
appendChild, cloneNode, getAttributes, getChildNodes, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, hasAttributes, hasChildNodes, insertBefore, isSupported, normalize, removeChild, replaceChild, setNodeValue, setPrefix |
| Methods inherited from interface org.w3c.dom.smil20.SMILRegionInterface |
getRegionElement, setRegion, setRegion |
| Field Detail |
public static final short FILL_REMOVE
public static final short FILL_FREEZE
public static final short ERASE_WHENDONE
public static final short ERASE_NEVER
public static final short MEDIAREPEAT_PRESERVE
public static final short MEDIAREPEAT_STRIP
| 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 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 getAlt()
getAlt in interface SMILElementorg.w3c.dom.DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
public void setAlt(java.lang.String alt)
throws org.w3c.dom.DOMException
setAlt in interface SMILElementorg.w3c.dom.DOMExceptionpublic java.lang.String getClipBegin()
org.w3c.dom.DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
public void setClipBegin(java.lang.String clipBegin)
throws org.w3c.dom.DOMException
org.w3c.dom.DOMExceptionpublic java.lang.String getClipEnd()
org.w3c.dom.DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
public void setClipEnd(java.lang.String clipEnd)
throws org.w3c.dom.DOMException
org.w3c.dom.DOMExceptionpublic java.lang.String getLongdesc()
getLongdesc in interface SMILElementorg.w3c.dom.DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
public void setLongdesc(java.lang.String longdesc)
throws org.w3c.dom.DOMException
setLongdesc in interface SMILElementorg.w3c.dom.DOMExceptionpublic java.lang.String getReadIndex()
org.w3c.dom.DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
public void setReadIndex(java.lang.String readIndex)
throws org.w3c.dom.DOMException
org.w3c.dom.DOMExceptionpublic java.lang.String getSrc()
org.w3c.dom.DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
public void setSrc(java.lang.String src)
throws org.w3c.dom.DOMException
org.w3c.dom.DOMExceptionpublic java.lang.String getTitle()
getTitle in interface SMILElementorg.w3c.dom.DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
public void setTitle(java.lang.String title)
throws org.w3c.dom.DOMException
setTitle in interface SMILElementorg.w3c.dom.DOMExceptionpublic java.lang.String getType()
org.w3c.dom.DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
public void setType(java.lang.String type)
throws org.w3c.dom.DOMException
org.w3c.dom.DOMExceptionpublic short getErase()
org.w3c.dom.DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
public void setErase(short erase)
throws org.w3c.dom.DOMException
org.w3c.dom.DOMExceptionpublic short getMediaRepeat()
org.w3c.dom.DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
public void setMediaRepeat(short mediaRepeat)
throws org.w3c.dom.DOMException
org.w3c.dom.DOMExceptionpublic int getTabindex()
org.w3c.dom.DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
public void setTabindex(int tabindex)
throws org.w3c.dom.DOMException
org.w3c.dom.DOMExceptionpublic java.lang.String getTransIn()
org.w3c.dom.DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
public void setTransIn(java.lang.String transIn)
throws org.w3c.dom.DOMException
org.w3c.dom.DOMExceptionpublic java.lang.String getTransOut()
org.w3c.dom.DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
public void setTransOut(java.lang.String transOut)
throws org.w3c.dom.DOMException
org.w3c.dom.DOMException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||