|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use ElementBasicTimeImpl | |
| fi.hut.tml.xsmiles.mlfc.smil.basic | |
| fi.hut.tml.xsmiles.mlfc.smil.extension | |
| Uses of ElementBasicTimeImpl in fi.hut.tml.xsmiles.mlfc.smil.basic |
| Subclasses of ElementBasicTimeImpl in fi.hut.tml.xsmiles.mlfc.smil.basic | |
class |
ElementParallelTimeContainerImpl
A parallel container defines a simple parallel time grouping
in which multiple elements can play back at the same time. |
class |
ElementSequentialTimeContainerImpl
A seq container defines a sequence of elements in which
elements play one after the other. |
class |
ElementTimeContainerImpl
This is a placeholder - subject to change. |
class |
ElementTimeImpl
This interface defines the set of timing attributes that are common to all timed elements. |
class |
ShadowElementImpl
ShadowElementImpl is a "shadow" element, which does not live in the DOM. |
class |
SMILAElementImpl
XSMILAElement is handled as an time container - containing media (or link or switch...). |
class |
SMILAreaElementImpl
XSMILAElement is handled as an time container - containing media (or link or switch...). |
class |
SMILBodyElementImpl
Declares body element. |
class |
SMILMediaElementImpl
Declares media content. |
class |
SMILParElementImpl
A SMIL document is the root of the SMIL Hierarchy and holds the entire content. |
class |
SMILSeqElementImpl
A SMIL document is the root of the SMIL Hierarchy and holds the entire content. |
class |
SMILSwitchElementImpl
Defines a block of content control. |
| Methods in fi.hut.tml.xsmiles.mlfc.smil.basic with parameters of type ElementBasicTimeImpl | |
void |
ElementBasicTimeImpl.resolveSeekTime(ElementBasicTimeImpl child)
HACK to resolve seek times for links. |
boolean |
ElementBasicTimeImpl.isChildStartable(ElementBasicTimeImpl child)
Checks if this child is startable - i.e. |
void |
ElementBasicTimeImpl.addIntervalBeginListener(Time time,
ElementBasicTimeImpl dependent)
Add a new begin interval changed listener. |
void |
ElementBasicTimeImpl.addIntervalEndListener(Time time,
ElementBasicTimeImpl dependent)
Add a new end interval changed listener. |
void |
ElementBasicTimeImpl.addNewIntervalListener(Time time,
ElementBasicTimeImpl dependent)
Add a new interval created listener. |
void |
Scheduler.addTimeListener(ElementBasicTimeImpl elem,
long time,
int callbackMethod)
Add a time listener. |
void |
Scheduler.removeTimeListeners(ElementBasicTimeImpl elem)
Remove all time listeners for element elem. |
void |
Scheduler.removeTimeListener(ElementBasicTimeImpl elem,
int callbackMethod)
Remove time listener for element elem. |
void |
ElementSequentialTimeContainerImpl.resolveSeekTime(ElementBasicTimeImpl child)
HACK to resolve seek times for links. |
boolean |
ElementSequentialTimeContainerImpl.isChildStartable(ElementBasicTimeImpl child)
Checks if this child is startable - i.e. |
| Constructors in fi.hut.tml.xsmiles.mlfc.smil.basic with parameters of type ElementBasicTimeImpl | |
TimeImpl(long time,
long offset,
short tt,
ElementBasicTimeImpl base,
ElementBasicTimeImpl dependent,
boolean baseBegin,
boolean beginList,
boolean resolved,
boolean indefinite)
Contructor to define the time and type. |
|
TimeImpl(java.lang.String timeString,
SMILDocumentImpl doc,
ElementBasicTimeImpl e,
boolean beginList)
Contructor to define the time. |
|
TimeListImpl(java.lang.String timeListString,
SMILDocumentImpl doc,
ElementBasicTimeImpl e,
boolean beginList)
Parses a time list string into Time objects. |
|
| Uses of ElementBasicTimeImpl in fi.hut.tml.xsmiles.mlfc.smil.extension |
| Subclasses of ElementBasicTimeImpl in fi.hut.tml.xsmiles.mlfc.smil.extension | |
class |
ElementExclusiveTimeContainerImpl
This interface defines a time container with semantics based upon par, but with the additional constraint that only one child element may play at a time. |
class |
SMILAnimateColorElementImpl
AnimateColor Element. |
class |
SMILAnimateElementImpl
AnimateElement class. |
class |
SMILAnimateMotionElementImpl
AnimateMotion Element. |
class |
SMILAnimationImpl
SMILAnimationImpl is an abstract parent class, inherited by the animation elements. |
class |
SMILBrushElementImpl
Implements Brush media element. |
class |
SMILRefElementImpl
// audio, video, ... |
class |
SMILSetElementImpl
Set Element. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||