Interface SMILSetElement

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

public interface SMILSetElement extends ElementTimeControl, ElementTime, ElementTargetAttributes, SMILElement
This interface represents the set element.
  • Method Details

    • getTo

      String getTo()
      Specifies the value for the attribute during the duration of this element.
      Returns:
      a String object.
    • setTo

      void setTo(String to)

      setTo.

      Parameters:
      to - a String object.