public abstract class

ElementTimeImpl

extends Object
implements ElementTime
java.lang.Object
   ↳ com.android.mms.dom.smil.ElementTimeImpl
Known Direct Subclasses
Known Indirect Subclasses

Summary

[Expand]
Inherited Constants
From interface org.w3c.dom.smil.ElementTime
Public Methods
TimeList getBegin()
The desired value (as a list of times) of the begin instant of this node.
float getDur()
The desired simple duration value of this node in seconds.
TimeList getEnd()
The list of active ends for this node.
short getFill()
A code representing the value of the fill attribute, as defined above.
short getFillDefault()
float getRepeatCount()
The repeatCount attribute causes the element to play repeatedly (loop) for the specified number of times.
float getRepeatDur()
The repeatDur causes the element to play repeatedly (loop) for the specified duration in milliseconds.
short getRestart()
A code representing the value of the restart attribute, as defined above.
void setBegin(TimeList begin)
void setDur(float dur)
void setEnd(TimeList end)
void setFill(short fill)
void setFillDefault(short fillDefault)
void setRepeatCount(float repeatCount)
void setRepeatDur(float repeatDur)
void setRestart(short restart)
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.w3c.dom.smil.ElementTime

Public Methods

public TimeList getBegin ()

The desired value (as a list of times) of the begin instant of this node.

public float getDur ()

The desired simple duration value of this node in seconds. Negative value means "indefinite".

public TimeList getEnd ()

The list of active ends for this node.

public short getFill ()

A code representing the value of the fill attribute, as defined above. Default value is FILL_REMOVE .

public short getFillDefault ()

public float getRepeatCount ()

The repeatCount attribute causes the element to play repeatedly (loop) for the specified number of times. A negative value repeat the element indefinitely. Default value is 0 (unspecified).

public float getRepeatDur ()

The repeatDur causes the element to play repeatedly (loop) for the specified duration in milliseconds. Negative means "indefinite".

public short getRestart ()

A code representing the value of the restart attribute, as defined above. Default value is RESTART_ALWAYS .

public void setBegin (TimeList begin)

Throws
DOMException

public void setDur (float dur)

Throws
DOMException

public void setEnd (TimeList end)

Throws
DOMException

public void setFill (short fill)

Throws
DOMException

public void setFillDefault (short fillDefault)

Throws
DOMException

public void setRepeatCount (float repeatCount)

Throws
DOMException

public void setRepeatDur (float repeatDur)

Throws
DOMException

public void setRestart (short restart)

Throws
DOMException