org.apache.batik.anim.timing
public abstract class TimingSpecifier extends Object
| Field Summary | |
|---|---|
| protected boolean | isBegin
Whether this timing specifier is for a begin time or an end time. |
| protected TimedElement | owner
The element that owns this timing specifier. |
| Constructor Summary | |
|---|---|
| protected | TimingSpecifier(TimedElement owner, boolean isBegin)
Creates a new TimingSpecifier object. |
| Method Summary | |
|---|---|
| void | deinitialize()
Deinitializes this timing specifier by removing any event listeners.
|
| TimedElement | getOwner()
Returns the element that owns this timing specifier. |
| 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 | isBegin()
Returns true if this timing specifier is in the owner's begin list,
false if it is in the owner's end list. |
| abstract boolean | isEventCondition()
Returns whether this timing specifier is event-like (i.e., if it is
an eventbase, accesskey or a repeat timing specifier). |