public interface

SMILSetElement

implements ElementTargetAttributes ElementTime ElementTimeControl SMILElement
org.w3c.dom.smil.SMILSetElement

Class Overview

This interface represents the set element.

Summary

[Expand]
Inherited Constants
From interface org.w3c.dom.Node
From interface org.w3c.dom.smil.ElementTargetAttributes
From interface org.w3c.dom.smil.ElementTime
Public Methods
abstract String getTo()
Specifies the value for the attribute during the duration of this element.
abstract void setTo(String to)
[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.SMILElement

Public Methods

public abstract String getTo ()

Specifies the value for the attribute during the duration of this element.

public abstract void setTo (String to)