Class WallclockTimingSpecifier
java.lang.Object
org.apache.batik.anim.timing.TimingSpecifier
org.apache.batik.anim.timing.WallclockTimingSpecifier
A class to handle wallclock SMIL timing specifiers.
- Version:
- $Id$
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected InstanceTimeThe instance time.protected CalendarThe wallclock time.Fields inherited from class TimingSpecifier
isBegin, owner -
Constructor Summary
ConstructorsConstructorDescriptionWallclockTimingSpecifier(TimedElement owner, boolean isBegin, Calendar time) Creates a new WallclockTimingSpecifier object. -
Method Summary
Modifier and TypeMethodDescriptionvoidInitializes this timing specifier by adding the initial instance time to the owner's instance time list or setting up any event listeners.booleanReturns whether this timing specifier is event-like (i.e., if it is an eventbase, accesskey or a repeat timing specifier).toString()Returns a string representation of this timing specifier.Methods inherited from class TimingSpecifier
deinitialize, getOwner, handleTimebaseUpdate, isBegin, newInterval, removeInterval
-
Field Details
-
time
The wallclock time. -
instance
The instance time.
-
-
Constructor Details
-
WallclockTimingSpecifier
Creates a new WallclockTimingSpecifier object.
-
-
Method Details
-
toString
-
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.- Overrides:
initializein classTimingSpecifier
-
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).- Specified by:
isEventConditionin classTimingSpecifier
-