| This simple class represents the concept of time in the
context of SMIL timing.
A Time can be RESOLVED ,
UNRESOLVED or INDEFINITE . When
times are sorted, times are compared according to their type
and value. The predefined UNRESOLVED and
INDEFINITE values are used to characterize
the special values and sorting is done with the
greaterThan method.
See Also:
* SMIL 2.0 Timing and Synchronization Module" version: $Id: Time.java,v 1.2 2006/04/21 06:39:16 st125089 Exp $ |