org.w3c.dom.svg
Interface SVGAnimationElement

All Superinterfaces:
Element, EventTarget, Node, SVGElement

public interface SVGAnimationElement
extends SVGElement

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


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, getRectTrait, getRGBColorTrait, getTrait, getTraitNS, setFloatTrait, setId, setMatrixTrait, setPathTrait, setRectTrait, setRGBColorTrait, setTrait, setTraitNS
 
Methods inherited from interface org.w3c.dom.Node
appendChild, getLocalName, getNamespaceURI, getParentNode, insertBefore, removeChild
 
Methods inherited from interface org.w3c.dom.events.EventTarget
addEventListener, 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.

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 end the element.


Copyright © 2003-2006 Nokia Corporation. See the Copyright Notice for details.