|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
This interface defines the set of timing attributes that are common to all timed elements.
| Field Summary | |
static short |
FILLDEFAULT_AUTO
|
static short |
FILLDEFAULT_FREEZE
|
static short |
FILLDEFAULT_HOLD
|
static short |
FILLDEFAULT_INHERIT
|
static short |
FILLDEFAULT_REMOVE
|
static short |
FILLDEFAULT_TRANSITION
|
static short |
RESTARTDEFAULT_ALWAYS
|
static short |
RESTARTDEFAULT_INHERIT
|
static short |
RESTARTDEFAULT_NEVER
|
static short |
RESTARTDEFAULT_WHEN_NOT_ACTIVE
|
static short |
SYNCBEHAVIOR_CAN_SLIP
|
static short |
SYNCBEHAVIOR_DEFAULT
|
static short |
SYNCBEHAVIOR_INDEPENDENT
|
static short |
SYNCBEHAVIOR_LOCKED
|
static short |
SYNCBEHAVIORDEFAULT_CAN_SLIP
|
static short |
SYNCBEHAVIORDEFAULT_INDEPENDENT
|
static short |
SYNCBEHAVIORDEFAULT_INHERIT
|
static short |
SYNCBEHAVIORDEFAULT_LOCKED
|
| Fields inherited from interface org.w3c.dom.smil20.XElementBasicTime |
RESTART_ALWAYS, RESTART_NEVER, RESTART_WHEN_NOT_ACTIVE |
| Method Summary | |
short |
getFillDefault()
A code representing the value of the fill attribute, as defined above. |
short |
getRestartDefault()
A code representing the value of the restart attribute, as defined above. |
short |
getSyncBehavior()
SyncBehavior |
short |
getSyncBehaviorDefault()
SyncBehaviorDefault |
short |
getSyncTolerance()
SyncTolerance - TODO: Correct return type? |
short |
getSyncToleranceDefault()
SyncToleranceDefault - TODO: Return value? |
void |
setFillDefault(short fillDefault)
|
void |
setRestartDefault(short restartDefault)
|
void |
setSyncBehavior(short syncBehaviour)
|
void |
setSyncBehaviorDefault(short syncToleranceDefault)
|
void |
setSyncTolerance(short syncTolerance)
|
void |
setSyncToleranceDefault(short syncToleranceDefault)
|
| Methods inherited from interface org.w3c.dom.smil20.XElementBasicTime |
activate, closedown, deactivate, destroy, freeze, getBegin, getCurrentIntervalBegin, getDur, getEnd, getMax, getMin, getRepeat, getRepeatCount, getRepeatDur, getRestart, getTimeInBodyTime, hasStarted, isActive, prefetch, setBegin, setDur, setEnd, setMax, setMin, setRepeat, setRepeatCount, setRepeatDur, setRestart, startup |
| Methods inherited from interface org.w3c.dom.smil20.ElementTimeControl |
beginElement, beginElementAt, endElement, endElementAt, pauseElement, resumeElement, seekElement |
| Field Detail |
public static final short SYNCBEHAVIOR_DEFAULT
public static final short SYNCBEHAVIOR_CAN_SLIP
public static final short SYNCBEHAVIOR_LOCKED
public static final short SYNCBEHAVIOR_INDEPENDENT
public static final short SYNCBEHAVIORDEFAULT_INHERIT
public static final short SYNCBEHAVIORDEFAULT_CAN_SLIP
public static final short SYNCBEHAVIORDEFAULT_LOCKED
public static final short SYNCBEHAVIORDEFAULT_INDEPENDENT
public static final short RESTARTDEFAULT_INHERIT
public static final short RESTARTDEFAULT_NEVER
public static final short RESTARTDEFAULT_WHEN_NOT_ACTIVE
public static final short RESTARTDEFAULT_ALWAYS
public static final short FILLDEFAULT_INHERIT
public static final short FILLDEFAULT_REMOVE
public static final short FILLDEFAULT_FREEZE
public static final short FILLDEFAULT_HOLD
public static final short FILLDEFAULT_TRANSITION
public static final short FILLDEFAULT_AUTO
| Method Detail |
public short getSyncBehavior()
org.w3c.dom.DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
public void setSyncBehavior(short syncBehaviour)
throws org.w3c.dom.DOMException
org.w3c.dom.DOMExceptionpublic short getSyncTolerance()
org.w3c.dom.DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
public void setSyncTolerance(short syncTolerance)
throws org.w3c.dom.DOMException
org.w3c.dom.DOMExceptionpublic short getSyncBehaviorDefault()
org.w3c.dom.DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
public void setSyncBehaviorDefault(short syncToleranceDefault)
throws org.w3c.dom.DOMException
org.w3c.dom.DOMExceptionpublic short getSyncToleranceDefault()
org.w3c.dom.DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
public void setSyncToleranceDefault(short syncToleranceDefault)
throws org.w3c.dom.DOMException
org.w3c.dom.DOMExceptionpublic short getRestartDefault()
RESTART_ALWAYS .
org.w3c.dom.DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
public void setRestartDefault(short restartDefault)
throws org.w3c.dom.DOMException
org.w3c.dom.DOMExceptionpublic short getFillDefault()
FILL_REMOVE .
org.w3c.dom.DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
public void setFillDefault(short fillDefault)
throws org.w3c.dom.DOMException
org.w3c.dom.DOMException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||