FileDocCategorySizeDatePackage
SMILAnimateMotionElement.javaAPI DocAndroid 1.5 API1475Wed May 06 22:42:46 BST 2009org.w3c.dom.smil

SMILAnimateMotionElement

public interface SMILAnimateMotionElement implements SMILAnimateElement
This interface present the animationMotion element in SMIL.

Fields Summary
Constructors Summary
Methods Summary
public java.lang.StringgetOrigin()
Specifies the origin of motion for the animation.

exception
DOMException NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.

public java.lang.StringgetPath()
Specifies the curve that describes the attribute value as a function of time. Check with the SVG spec for better support

exception
DOMException NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.

public voidsetOrigin(java.lang.String origin)

public voidsetPath(java.lang.String path)