org.apache.batik.anim.timing

Class WallclockTimingSpecifier

public class WallclockTimingSpecifier extends TimingSpecifier

A class to handle wallclock SMIL timing specifiers.
Field Summary
protected InstanceTimeinstance
The instance time.
protected Calendartime
The wallclock time.
Constructor Summary
WallclockTimingSpecifier(TimedElement owner, boolean isBegin, Calendar time)
Creates a new WallclockTimingSpecifier object.
Method Summary
voidinitialize()
Initializes this timing specifier by adding the initial instance time to the owner's instance time list or setting up any event listeners.
booleanisEventCondition()
Returns whether this timing specifier is event-like (i.e., if it is an eventbase, accesskey or a repeat timing specifier).
StringtoString()
Returns a string representation of this timing specifier.

Field Detail

instance

protected InstanceTime instance
The instance time.

time

protected Calendar time
The wallclock time.

Constructor Detail

WallclockTimingSpecifier

public WallclockTimingSpecifier(TimedElement owner, boolean isBegin, Calendar time)
Creates a new WallclockTimingSpecifier object.

Method Detail

initialize

public 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.

isEventCondition

public boolean isEventCondition()
Returns whether this timing specifier is event-like (i.e., if it is an eventbase, accesskey or a repeat timing specifier).

toString

public String toString()
Returns a string representation of this timing specifier.
Copyright B) 2007 Apache Software Foundation. All Rights Reserved.