|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.batik.anim.timing.TimingSpecifier
org.apache.batik.anim.timing.OffsetTimingSpecifier
org.apache.batik.anim.timing.SyncbaseTimingSpecifier
A class to handle syncbase SMIL timing specifiers.
| Field Summary | |
protected HashMap |
instances
Map of Intervals to an
InstanceTime. |
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. |
| Fields inherited from class org.apache.batik.anim.timing.OffsetTimingSpecifier |
offset |
| Fields inherited from class org.apache.batik.anim.timing.TimingSpecifier |
isBegin, owner |
| 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. |
| Methods inherited from class org.apache.batik.anim.timing.TimingSpecifier |
deinitialize, getOwner, isBegin |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
protected String syncbaseID
protected TimedElement syncbaseElement
protected boolean syncBegin
protected HashMap instances
Intervals to an
InstanceTime.
| Constructor Detail |
public SyncbaseTimingSpecifier(TimedElement owner,
boolean isBegin,
float offset,
String syncbaseID,
boolean syncBegin)
| Method Detail |
public String toString()
toString in class OffsetTimingSpecifierpublic void initialize()
initialize in class OffsetTimingSpecifierpublic boolean isEventCondition()
isEventCondition in class OffsetTimingSpecifier
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||