Package | Description |
---|---|
org.apache.batik.anim.timing |
Modifier and Type | Field and Description |
---|---|
protected Interval |
TimedElement.currentInterval
The current Interval.
|
protected Interval |
TimedElement.previousInterval
The previous interval.
|
Modifier and Type | Method and Description |
---|---|
protected Interval |
TimedElement.computeInterval(boolean first,
boolean fixedBegin,
float beginAfter,
boolean incl)
Computes an interval from the begin and end instance time lists.
|
Modifier and Type | Method and Description |
---|---|
void |
TimegraphListener.intervalBegan(TimedElement e,
Interval i)
Invoked to indivate that the given interval began.
|
void |
TimegraphAdapter.intervalBegan(TimedElement e,
Interval i)
Invoked to indivate that the given interval began.
|
void |
TimegraphListener.intervalChanged(TimedElement e,
Interval i)
Invoked to indivate that an interval's endpoints were changed.
|
void |
TimegraphAdapter.intervalChanged(TimedElement e,
Interval i)
Invoked to indivate that an interval's endpoints were changed.
|
void |
TimegraphListener.intervalCreated(TimedElement e,
Interval i)
Invoked to indivate that an interval was created for the given
timed element.
|
void |
TimegraphAdapter.intervalCreated(TimedElement e,
Interval i)
Invoked to indivate that an interval was created for the given
timed element.
|
void |
TimegraphListener.intervalRemoved(TimedElement e,
Interval i)
Invoked to indivate that an interval was removed for the given
timed element.
|
void |
TimegraphAdapter.intervalRemoved(TimedElement e,
Interval i)
Invoked to indivate that an interval was removed for the given
timed element.
|
(package private) float |
SyncbaseTimingSpecifier.newInterval(Interval interval)
Called by the timebase element when it creates a new Interval.
|
(package private) float |
TimingSpecifier.newInterval(Interval interval)
Called by the timebase element when it creates a new Interval.
|
protected float |
TimedElement.notifyNewInterval(Interval interval)
Notifies dependents of a new interval.
|
protected float |
TimedElement.notifyRemoveInterval(Interval interval)
Notifies dependents of a removed interval.
|
(package private) float |
SyncbaseTimingSpecifier.removeInterval(Interval interval)
Called by the timebase element when it deletes an Interval.
|
(package private) float |
TimingSpecifier.removeInterval(Interval interval)
Called by the timebase element when it deletes an Interval.
|
protected float |
TimedElement.selectNewInterval(float time,
Interval interval)
Sets the current interval to the one specified.
|
(package private) boolean |
TimedDocumentRoot.shouldPropagate(Interval i,
TimingSpecifier ts,
boolean isBegin)
Returns whether the specified newly created
Interval should
propagate its times to the given TimingSpecifier . |