|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.xerces.dom.NodeImpl
org.apache.xerces.dom.ChildNode
org.apache.xerces.dom.ParentNode
org.apache.xerces.dom.ElementImpl
org.apache.xerces.dom.ElementNSImpl
fi.hut.tml.xsmiles.dom.XSmilesElementImpl
fi.hut.tml.xsmiles.dom.VisualElementImpl
fi.hut.tml.xsmiles.mlfc.smil.basic.SMILElementImpl
fi.hut.tml.xsmiles.mlfc.smil.basic.ElementTimeControlImpl
fi.hut.tml.xsmiles.mlfc.smil.basic.ElementBasicTimeImpl
fi.hut.tml.xsmiles.mlfc.smil.basic.ElementTimeImpl
fi.hut.tml.xsmiles.mlfc.smil.basic.ElementTimeContainerImpl
fi.hut.tml.xsmiles.mlfc.smil.basic.SMILAreaElementImpl
XSMILAElement is handled as an time container - containing media (or link or switch...).
| Nested Class Summary |
| Nested classes inherited from class fi.hut.tml.xsmiles.dom.XSmilesElementImpl |
XSmilesElementImpl.PseudoNodeList |
| Field Summary | |
static short |
ACTUATE_ONLOAD
|
static short |
ACTUATE_ONREQUEST
|
static short |
DESTINATIONPLAYSTATE_PAUSE
|
static short |
DESTINATIONPLAYSTATE_PLAY
|
static short |
DESTINATIONPLAYSTATE_STOP
|
static short |
SHOW_NEW
|
static short |
SHOW_PAUSE
|
static short |
SHOW_REPLACE
|
static short |
SOURCEPLAYSTATE_PAUSE
|
static short |
SOURCEPLAYSTATE_PLAY
|
static short |
SOURCEPLAYSTATE_STOP
|
| Fields inherited from class fi.hut.tml.xsmiles.mlfc.smil.basic.ElementBasicTimeImpl |
accActiveDuration, activateTime, activeDuration, beginTime, clipBeginTime, currentIntervalBegin, currentIntervalEnd, elementForceStartTime, manualRepeat, previousIntervalBegin, previousIntervalEnd, repeatIteration, repeatTime, startupTime, state, STATE_AFTERPLAY, STATE_DESTROYED, STATE_IDLE, STATE_PLAY, STATE_PREFETCHED, STATE_UNINIT, STATE_WAIT, TIMER_ACTIVATE, TIMER_DEACTIVATE, TIMER_SIMPLEDUR, zero |
| Fields inherited from class fi.hut.tml.xsmiles.mlfc.smil.basic.SMILElementImpl |
smilDoc |
| Fields inherited from class fi.hut.tml.xsmiles.dom.VisualElementImpl |
views |
| Fields inherited from class fi.hut.tml.xsmiles.dom.XSmilesElementImpl |
DESTROYED, elementStatus, INITIALIZED, INITIALIZING, setPseudoClasses, style, UNINITIALIZED, xblpropname |
| Fields inherited from class org.apache.xerces.dom.ElementNSImpl |
localName, namespaceURI |
| Fields inherited from class org.apache.xerces.dom.ElementImpl |
attributes, name |
| Fields inherited from class org.apache.xerces.dom.ParentNode |
firstChild, fNodeListCache, ownerDocument |
| Fields inherited from class org.apache.xerces.dom.ChildNode |
nextSibling, previousSibling |
| Fields inherited from class org.apache.xerces.dom.NodeImpl |
DOCUMENT_POSITION_CONTAINS, DOCUMENT_POSITION_DISCONNECTED, DOCUMENT_POSITION_FOLLOWING, DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC, DOCUMENT_POSITION_IS_CONTAINED, DOCUMENT_POSITION_PRECEDING, ELEMENT_DEFINITION_NODE, FIRSTCHILD, flags, HASSTRING, ID, IGNORABLEWS, OWNED, ownerNode, READONLY, SPECIFIED, SYNCCHILDREN, SYNCDATA, TREE_POSITION_ANCESTOR, TREE_POSITION_DESCENDANT, TREE_POSITION_DISCONNECTED, TREE_POSITION_EQUIVALENT, TREE_POSITION_FOLLOWING, TREE_POSITION_PRECEDING, TREE_POSITION_SAME_NODE, UNNORMALIZED |
| 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 |
| Fields inherited from interface org.w3c.dom.smil20.XElementBasicTime |
RESTART_ALWAYS, RESTART_NEVER, RESTART_WHEN_NOT_ACTIVE |
| Fields inherited from interface org.w3c.dom.smil20.ElementTimeContainer |
FILL_FREEZE, FILL_REMOVE |
| Constructor Summary | |
SMILAreaElementImpl(org.apache.xerces.dom.DocumentImpl owner,
SMILDocumentImpl smil,
java.lang.String ns,
java.lang.String tag)
Constructor - Set the owner and name. |
|
| Method Summary | |
void |
activateLink()
Traverse link in this element. |
void |
destroy()
This method will destroy the element, freeing all its memory. |
void |
display()
Overridden display() - this will also show the link. |
void |
freeze()
Overridden freeze() - this will also freeze the link. |
java.lang.String |
getAccessKey()
See the accesskey attribute. |
short |
getActuate()
See the actuate attribute. |
java.lang.String |
getCoords()
See the coords attribute. |
java.lang.String |
getDestinationLevel()
See the destinationLevel attribute. |
short |
getDestinationPlaystate()
See the destinationPlaystate attribute. |
boolean |
getExternal()
See the external attribute. |
java.lang.String |
getFragment()
See the fragment attribute. |
java.lang.String |
getHref()
See the href attribute. |
boolean |
getNoHref()
See the nohref attribute. |
java.lang.String |
getShape()
See the shape attribute. |
short |
getShow()
See the show attribute. |
java.lang.String |
getSourceLevel()
See the sourceLevel attribute. |
short |
getSourcePlaystate()
See the sourcePlaystate attribute. |
int |
getTabindex()
See the tabindex attribute in LinkingAttributes module. |
java.lang.String |
getTarget()
See the target attribute. |
void |
mediaEnded()
Called when the media has ended. |
void |
mediaPrefetched()
Called when the media has been prefetched. |
void |
mouseClicked(java.awt.event.MouseEvent e)
Mouse events - this will be called if a link is clicked. |
void |
mouseEntered()
|
void |
mouseExited()
|
void |
mousePressed()
|
void |
mouseReleased()
|
void |
remove()
Overridden remove() - this will also remove the link. |
void |
setAccessKey(java.lang.String accesskey)
|
void |
setActuate(short actuate)
|
void |
setCoords(java.lang.String coords)
|
void |
setDestinationLevel(java.lang.String destinationLevel)
|
void |
setDestinationPlaystate(short destinationPlaystate)
|
void |
setExternal(java.lang.String external)
|
void |
setFragment(java.lang.String fragment)
|
void |
setHref(java.lang.String href)
|
void |
setNoHref(boolean nohref)
|
void |
setShape(java.lang.String shape)
|
void |
setShow(short show)
|
void |
setSourceLevel(java.lang.String sourceLevel)
|
void |
setSourcePlaystate(short sourcePlaystate)
|
void |
setTabindex(int tabindex)
|
void |
setTarget(java.lang.String target)
|
| Methods inherited from class fi.hut.tml.xsmiles.mlfc.smil.basic.ElementTimeContainerImpl |
getAbstractAttr, getActiveChildrenAt, getAuthor, getCopyright, getFill, getRegion, setAbstractAttr, setAuthor, setCopyright, setFill, setRegion |
| Methods inherited from class fi.hut.tml.xsmiles.mlfc.smil.basic.ElementTimeImpl |
getFillDefault, getRestartDefault, getSyncBehavior, getSyncBehaviorDefault, getSyncTolerance, getSyncToleranceDefault, setFillDefault, setRestartDefault, setSyncBehavior, setSyncBehaviorDefault, setSyncTolerance, setSyncToleranceDefault |
| Methods inherited from class fi.hut.tml.xsmiles.mlfc.smil.basic.ElementTimeControlImpl |
getShadowElement, getStyleAttrValue, getStyleString, pauseElement, resumeElement, seekElement |
| Methods inherited from class fi.hut.tml.xsmiles.mlfc.smil.basic.SMILElementImpl |
dispatch, getAlt, getClassName, getId, getLongdesc, getOwnerDoc, getSMILDoc, getTitle, setAlt, setClassName, setId, setLongdesc, setTitle |
| Methods inherited from class fi.hut.tml.xsmiles.dom.VisualElementImpl |
addView, belongsToTree, getViews, handleEvent, insertBefore, isCurrentlyVisible, isFocusPoint, isPseudoClass, isVisibleByCSSProperties, notifyPseudoRemoved, removeAllViews, removeAttribute, removeChild, replaceChild, setAttribute, setStatus, styleChanged, updateViews |
| Methods inherited from class org.apache.xerces.dom.ElementNSImpl |
getBaseURI, getLocalName, getNamespaceURI, getPrefix, getTypeName, getTypeNamespace, setPrefix, setType, setValues |
| Methods inherited from class org.apache.xerces.dom.ElementImpl |
cloneNode, getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getAttributes, getDefaultAttributes, getElementsByTagName, getElementsByTagNameNS, getNodeName, getNodeType, getSchemaTypeInfo, getTagName, getXercesAttribute, hasAttribute, hasAttributeNS, hasAttributes, isEqualNode, normalize, reconcileDefaultAttributes, removeAttributeNode, removeAttributeNS, setAttributeNode, setAttributeNodeNS, setAttributeNS, setIdAttribute, setIdAttributeNode, setIdAttributeNS, setReadOnly, setupDefaultAttributes, setXercesAttributeNode, synchronizeData |
| Methods inherited from class org.apache.xerces.dom.ParentNode |
getChildNodes, getChildNodesUnoptimized, getFirstChild, getLastChild, getLength, getOwnerDocument, getTextContent, hasChildNodes, item, setTextContent, synchronizeChildren |
| Methods inherited from class org.apache.xerces.dom.ChildNode |
getNextSibling, getParentNode, getPreviousSibling |
| Methods inherited from class org.apache.xerces.dom.NodeImpl |
addEventListener, appendChild, changed, changes, compareDocumentPosition, compareTreePosition, dispatchEvent, getContainer, getFeature, getNodeNumber, getNodeValue, getReadOnly, getUserData, getUserData, isDefaultNamespace, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, needsSyncChildren, removeEventListener, setNodeValue, setUserData, setUserData, toString |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.w3c.dom.smil20.SMILElement |
getAlt, getClassName, getId, getLongdesc, getTitle, init, setAlt, setClassName, setId, setLongdesc, setTitle |
| 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.XElementBasicTime |
activate, closedown, deactivate, 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.ElementTimeContainer |
childEnded, getTimeChildren |
| 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 fi.hut.tml.xsmiles.dom.StylableElement |
getRuleNode, getStyle, hasStyle, isPseudoClass, setRuleNode, setStyle |
| Methods inherited from interface fi.hut.tml.xsmiles.dom.VisualElement |
getStyle |
| Methods inherited from interface fi.hut.tml.xsmiles.dom.PseudoClassController |
getPseudoClass, setPseudoClass |
| Field Detail |
public static final short SOURCEPLAYSTATE_PLAY
public static final short SOURCEPLAYSTATE_PAUSE
public static final short SOURCEPLAYSTATE_STOP
public static final short DESTINATIONPLAYSTATE_PLAY
public static final short DESTINATIONPLAYSTATE_PAUSE
public static final short DESTINATIONPLAYSTATE_STOP
public static final short SHOW_REPLACE
public static final short SHOW_NEW
public static final short SHOW_PAUSE
public static final short ACTUATE_ONREQUEST
public static final short ACTUATE_ONLOAD
| Constructor Detail |
public SMILAreaElementImpl(org.apache.xerces.dom.DocumentImpl owner,
SMILDocumentImpl smil,
java.lang.String ns,
java.lang.String tag)
| Method Detail |
public void display()
display in class ElementBasicTimeImplpublic void remove()
remove in class ElementBasicTimeImplpublic void freeze()
freeze in interface XElementBasicTimefreeze in class ElementBasicTimeImplpublic void destroy()
destroy in interface SMILElementdestroy in class ElementBasicTimeImplpublic java.lang.String getShape()
getShape in interface XSMILAreaElementorg.w3c.dom.DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
public void setShape(java.lang.String shape)
throws org.w3c.dom.DOMException
setShape in interface XSMILAreaElementorg.w3c.dom.DOMExceptionpublic java.lang.String getCoords()
getCoords in interface XSMILAreaElementorg.w3c.dom.DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
public void setCoords(java.lang.String coords)
throws org.w3c.dom.DOMException
setCoords in interface XSMILAreaElementorg.w3c.dom.DOMExceptionpublic boolean getNoHref()
getNoHref in interface XSMILAreaElementorg.w3c.dom.DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
public void setNoHref(boolean nohref)
throws org.w3c.dom.DOMException
setNoHref in interface XSMILAreaElementorg.w3c.dom.DOMExceptionpublic java.lang.String getHref()
getHref in interface XSMILAreaElementorg.w3c.dom.DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
public void setHref(java.lang.String href)
throws org.w3c.dom.DOMException
setHref in interface XSMILAreaElementorg.w3c.dom.DOMExceptionpublic java.lang.String getSourceLevel()
getSourceLevel in interface XSMILAreaElementorg.w3c.dom.DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
public void setSourceLevel(java.lang.String sourceLevel)
throws org.w3c.dom.DOMException
setSourceLevel in interface XSMILAreaElementorg.w3c.dom.DOMExceptionpublic java.lang.String getDestinationLevel()
getDestinationLevel in interface XSMILAreaElementorg.w3c.dom.DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
public void setDestinationLevel(java.lang.String destinationLevel)
throws org.w3c.dom.DOMException
setDestinationLevel in interface XSMILAreaElementorg.w3c.dom.DOMExceptionpublic short getSourcePlaystate()
getSourcePlaystate in interface XSMILAreaElementorg.w3c.dom.DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
public void setSourcePlaystate(short sourcePlaystate)
throws org.w3c.dom.DOMException
setSourcePlaystate in interface XSMILAreaElementorg.w3c.dom.DOMExceptionpublic short getDestinationPlaystate()
getDestinationPlaystate in interface XSMILAreaElementorg.w3c.dom.DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
public void setDestinationPlaystate(short destinationPlaystate)
throws org.w3c.dom.DOMException
setDestinationPlaystate in interface XSMILAreaElementorg.w3c.dom.DOMExceptionpublic short getShow()
getShow in interface XSMILAreaElementorg.w3c.dom.DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
public void setShow(short show)
throws org.w3c.dom.DOMException
setShow in interface XSMILAreaElementorg.w3c.dom.DOMExceptionpublic java.lang.String getAccessKey()
getAccessKey in interface XSMILAreaElementorg.w3c.dom.DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
public void setAccessKey(java.lang.String accesskey)
throws org.w3c.dom.DOMException
setAccessKey in interface XSMILAreaElementorg.w3c.dom.DOMExceptionpublic int getTabindex()
getTabindex in interface XSMILAreaElementorg.w3c.dom.DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
public void setTabindex(int tabindex)
throws org.w3c.dom.DOMException
setTabindex in interface XSMILAreaElementorg.w3c.dom.DOMExceptionpublic java.lang.String getTarget()
getTarget in interface XSMILAreaElementorg.w3c.dom.DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
public void setTarget(java.lang.String target)
throws org.w3c.dom.DOMException
setTarget in interface XSMILAreaElementorg.w3c.dom.DOMExceptionpublic boolean getExternal()
getExternal in interface XSMILAreaElementorg.w3c.dom.DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
public void setExternal(java.lang.String external)
throws org.w3c.dom.DOMException
setExternal in interface XSMILAreaElementorg.w3c.dom.DOMExceptionpublic short getActuate()
getActuate in interface XSMILAreaElementorg.w3c.dom.DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
public void setActuate(short actuate)
throws org.w3c.dom.DOMException
setActuate in interface XSMILAreaElementorg.w3c.dom.DOMExceptionpublic java.lang.String getFragment()
getFragment in interface XSMILAreaElementorg.w3c.dom.DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
public void setFragment(java.lang.String fragment)
throws org.w3c.dom.DOMException
setFragment in interface XSMILAreaElementorg.w3c.dom.DOMExceptionpublic void activateLink()
public void mouseClicked(java.awt.event.MouseEvent e)
mouseClicked in interface MediaListenerpublic void mouseEntered()
mouseEntered in interface MediaListenerpublic void mouseExited()
mouseExited in interface MediaListenerpublic void mousePressed()
mousePressed in interface MediaListenerpublic void mouseReleased()
mouseReleased in interface MediaListenerpublic void mediaPrefetched()
MediaListener
mediaPrefetched in interface MediaListenerpublic void mediaEnded()
MediaListener
mediaEnded in interface MediaListenermediaEnded in class ElementBasicTimeImpl
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||