|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.objectxp.mms.message.smil.Element
com.objectxp.mms.message.smil.Timing
public abstract class Timing
Base class for SMIL timing elements. SMIL Timing defines elements and attributes to coordinate and synchronize the presentation of media over time.
| Field Summary | |
|---|---|
static java.lang.String |
REPEAT
attribute, value: repeat |
| Constructor Summary | |
|---|---|
Timing()
|
|
| Method Summary | |
|---|---|
Element |
addAttribute(java.lang.String name,
java.lang.String value)
Add an attribute for this layout element. |
Timing |
addElement(Element element)
Add a element tho this Timing. |
| Methods inherited from class com.objectxp.mms.message.smil.Element |
|---|
getElements, toXML |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String REPEAT
| Constructor Detail |
|---|
public Timing()
| Method Detail |
|---|
public Timing addElement(Element element)
element - a element
java.lang.IllegalArgumentException - for invalid elements
public Element addAttribute(java.lang.String name,
java.lang.String value)
addAttribute in class Elementname - the attribute namevalue - the attribute value
java.lang.IllegalArgumentException - for invalid attributes
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||