org.apache.batik.anim.timing
public class SyncbaseTimingSpecifier extends OffsetTimingSpecifier
Field Summary | |
---|---|
protected HashMap | instances
Map of Intervals to |
protected TimedElement | syncbaseElement
The syncbase element. |
protected String | syncbaseID
The ID of the syncbase element. |
protected boolean | syncBegin
Whether this specifier specifies a sync to the begin or the end
of the syncbase element. |
Constructor Summary | |
---|---|
SyncbaseTimingSpecifier(TimedElement owner, boolean isBegin, float offset, String syncbaseID, boolean syncBegin)
Creates a new SyncbaseTimingSpecifier 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. |