|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Interval | |
---|---|
org.apache.batik.anim.timing |
Uses of Interval in org.apache.batik.anim.timing |
---|
Fields in org.apache.batik.anim.timing declared as Interval | |
---|---|
protected Interval |
TimedElement.currentInterval
The current Interval. |
protected Interval |
TimedElement.previousInterval
The previous interval. |
Methods in org.apache.batik.anim.timing that return Interval | |
---|---|
protected Interval |
TimedElement.computeInterval(boolean first,
boolean fixedBegin,
float beginAfter,
boolean incl)
Computes an interval from the begin and end instance time lists. |
Methods in org.apache.batik.anim.timing with parameters of type Interval | |
---|---|
void |
TimegraphAdapter.intervalBegan(TimedElement e,
Interval i)
Invoked to indivate that the given interval began. |
void |
TimegraphListener.intervalBegan(TimedElement e,
Interval i)
Invoked to indivate that the given interval began. |
void |
TimegraphAdapter.intervalChanged(TimedElement e,
Interval i)
Invoked to indivate that an interval's endpoints were changed. |
void |
TimegraphListener.intervalChanged(TimedElement e,
Interval i)
Invoked to indivate that an interval's endpoints were changed. |
void |
TimegraphAdapter.intervalCreated(TimedElement e,
Interval i)
Invoked to indivate that an interval was created for the given timed element. |
void |
TimegraphListener.intervalCreated(TimedElement e,
Interval i)
Invoked to indivate that an interval was created 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. |
void |
TimegraphListener.intervalRemoved(TimedElement e,
Interval i)
Invoked to indivate that an interval was removed for the given timed element. |
protected float |
TimedElement.notifyNewInterval(Interval interval)
Notifies dependents of a new interval. |
protected float |
TimedElement.notifyRemoveInterval(Interval interval)
Notifies dependents of a removed interval. |
protected float |
TimedElement.selectNewInterval(float time,
Interval interval)
Sets the current interval to the one specified. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |