org.w3c.dom.svg

Interface SVGAnimationElement

public interface SVGAnimationElement extends SVGElement, SVGTests, SVGExternalResourcesRequired, ElementTimeControl, EventTarget

Method Summary
floatgetCurrentTime()
floatgetSimpleDuration()
floatgetStartTime()
SVGElementgetTargetElement()

Method Detail

getCurrentTime

public float getCurrentTime()

getSimpleDuration

public float getSimpleDuration()

getStartTime

public float getStartTime()

getTargetElement

public SVGElement getTargetElement()