org.w3c.dom.svg
Interface SVGAnimationElement

All Superinterfaces:
Element, Node, EventTarget, SVGElement

public interface SVGAnimationElement
extends SVGElement

This interface represents an Animation element, which contains methods to control the timing of animations.

Since:
BlackBerry API 4.6.0

Field Summary
 
Fields inherited from interface org.w3c.dom.Node
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_POSITION_CONTAINED_BY, DOCUMENT_POSITION_CONTAINS, DOCUMENT_POSITION_DISCONNECTED, DOCUMENT_POSITION_FOLLOWING, DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC, DOCUMENT_POSITION_PRECEDING, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE
 
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

beginElementAt

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.

Parameters:
offset - The offset in seconds at which to begin the element.
Since:
BlackBerry API 4.6.0

endElementAt

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.

Parameters:
offset - The offset in seconds at which to begin the element.
Since:
BlackBerry API 4.6.0





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