Interface SMILAnimateMotionElement

All Superinterfaces:
Element, ElementTargetAttributes, ElementTime, ElementTimeControl, EventTarget, InnerHTML, Node, NonDocumentTypeChildNode, ParentNode, SMILAnimateElement, SMILAnimation, SMILElement

public interface SMILAnimateMotionElement extends SMILAnimateElement
This interface present the animationMotion element in SMIL.
  • Method Details

    • getPath

      String getPath()
      Specifies the curve that describes the attribute value as a function of time. Check with the SVG spec for better support
      Returns:
      a String object.
      Throws:
      DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
    • setPath

      void setPath(String path) throws DOMException

      setPath.

      Parameters:
      path - a String object.
      Throws:
      DOMException - if any.
    • getOrigin

      String getOrigin()
      Specifies the origin of motion for the animation.
      Returns:
      a String object.
      Throws:
      DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
    • setOrigin

      void setOrigin(String origin) throws DOMException

      setOrigin.

      Parameters:
      origin - a String object.
      Throws:
      DOMException - if any.