org.apache.batik.anim.timing
public class RepeatTimingSpecifier extends EventbaseTimingSpecifier
| Field Summary | |
|---|---|
| protected int | repeatIteration
The repeat iteration. |
| protected boolean | repeatIterationSpecified
Whether a repeat iteration was specified. |
| Constructor Summary | |
|---|---|
| RepeatTimingSpecifier(TimedElement owner, boolean isBegin, float offset, String syncbaseID)
Creates a new RepeatTimingSpecifier object without a repeat iteration. | |
| RepeatTimingSpecifier(TimedElement owner, boolean isBegin, float offset, String syncbaseID, int repeatIteration)
Creates a new RepeatTimingSpecifier object with a repeat iteration. | |
| Method Summary | |
|---|---|
| void | handleEvent(Event e)
Handles an event fired on the eventbase element. |
| String | toString()
Returns a string representation of this timing specifier. |