public interface

SMILAnimateMotionElement

implements SMILAnimateElement
org.w3c.dom.smil.SMILAnimateMotionElement

Class Overview

This interface present the animationMotion element in SMIL.

Summary

[Expand]
Inherited Constants
From interface org.w3c.dom.Node
From interface org.w3c.dom.smil.ElementTargetAttributes
From interface org.w3c.dom.smil.ElementTime
From interface org.w3c.dom.smil.SMILAnimation
Public Methods
abstract String getOrigin()
Specifies the origin of motion for the animation.
abstract String getPath()
Specifies the curve that describes the attribute value as a function of time.
abstract void setOrigin(String origin)
abstract void setPath(String path)
[Expand]
Inherited Methods
From interface org.w3c.dom.Element
From interface org.w3c.dom.Node
From interface org.w3c.dom.smil.ElementTargetAttributes
From interface org.w3c.dom.smil.ElementTime
From interface org.w3c.dom.smil.ElementTimeControl
From interface org.w3c.dom.smil.SMILAnimation
From interface org.w3c.dom.smil.SMILElement

Public Methods

public abstract String getOrigin ()

Specifies the origin of motion for the animation.

Throws
DOMException NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.

public abstract String getPath ()

Specifies the curve that describes the attribute value as a function of time. Check with the SVG spec for better support

Throws
DOMException NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.

public abstract void setOrigin (String origin)

Throws
DOMException

public abstract void setPath (String path)

Throws
DOMException