|
||||||||||
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
public class SyncbaseTimingSpecifier
A class to handle syncbase SMIL timing specifiers.
Field Summary | |
---|---|
protected java.util.HashMap |
instances
Map of Interval s to an
InstanceTime . |
protected TimedElement |
syncbaseElement
The syncbase element. |
protected java.lang.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,
java.lang.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). |
java.lang.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 java.lang.String syncbaseID
protected TimedElement syncbaseElement
protected boolean syncBegin
protected java.util.HashMap instances
Interval
s to an
InstanceTime
.
Constructor Detail |
---|
public SyncbaseTimingSpecifier(TimedElement owner, boolean isBegin, float offset, java.lang.String syncbaseID, boolean syncBegin)
Method Detail |
---|
public java.lang.String toString()
toString
in class OffsetTimingSpecifier
public void initialize()
initialize
in class OffsetTimingSpecifier
public boolean isEventCondition()
isEventCondition
in class OffsetTimingSpecifier
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |