org.apache.batik.anim.timing
public class WallclockTimingSpecifier extends TimingSpecifier
Field Summary | |
---|---|
protected InstanceTime | instance
The instance time. |
protected Calendar | time
The wallclock time. |
Constructor Summary | |
---|---|
WallclockTimingSpecifier(TimedElement owner, boolean isBegin, Calendar time)
Creates a new WallclockTimingSpecifier object. |
Method Summary | |
---|---|
void | initialize()
Initializes this timing specifier by adding the initial instance time
to the owner's instance time list or setting up any event listeners. |
boolean | isEventCondition()
Returns whether this timing specifier is event-like (i.e., if it is
an eventbase, accesskey or a repeat timing specifier). |
String | toString()
Returns a string representation of this timing specifier. |