|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SVGAnimationElement
This interface represents an Animation element, which contains methods to control the timing of animations.
Field Summary |
---|
Method Summary | ||
---|---|---|
void |
beginElementAt(float offset)
Creates a begin instance time for the current time plus or minus the passed offset. |
|
void |
endElementAt(float offset)
Creates an end instance time for the current time plus or minus the passed offset. |
Methods inherited from interface org.w3c.dom.svg.SVGElement |
---|
getFirstElementChild, getFloatTrait, getId, getMatrixTrait, getNextElementSibling, getPathTrait, getRGBColorTrait, getRectTrait, getTrait, getTraitNS, setFloatTrait, setId, setMatrixTrait, setPathTrait, setRGBColorTrait, setRectTrait, setTrait, setTraitNS |
Methods inherited from interface org.w3c.dom.Element |
---|
getAttribute, getAttributeNS, getAttributeNode, getAttributeNodeNS, getElementsByTagName, getElementsByTagNameNS, getSchemaTypeInfo, getTagName, hasAttribute, hasAttributeNS, removeAttribute, removeAttributeNS, removeAttributeNode, setAttribute, setAttributeNS, setAttributeNode, setAttributeNodeNS, setIdAttribute, setIdAttributeNS, setIdAttributeNode |
Methods inherited from interface org.w3c.dom.Node |
---|
appendChild, cloneNode, compareDocumentPosition, getAttributes, getBaseURI, getChildNodes, getFeature, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, getTextContent, getUserData, hasAttributes, hasChildNodes, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, normalize, removeChild, replaceChild, setNodeValue, setPrefix, setTextContent, setUserData |
Methods inherited from interface org.w3c.dom.events.EventTarget |
---|
addEventListener, dispatchEvent, removeEventListener |
Method Detail |
---|
void beginElementAt(float offset)
Creates a begin instance time for the current time plus or minus the passed offset. The new instance time is added to the begin instance times list.
offset
- The offset in seconds at which to begin the element.void endElementAt(float offset)
Creates an end instance time for the current time plus or minus the passed offset. The new instance time is added to the end instance times list.
offset
- The offset in seconds at which to begin the element.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright 1999-2011 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Java is a trademark of Oracle America Inc. in the US and other countries.
Legal