Uses of Class
org.apache.batik.anim.timing.Interval
Packages that use Interval
-
Uses of Interval in org.apache.batik.anim.timing
Fields in org.apache.batik.anim.timing declared as IntervalModifier and TypeFieldDescriptionprotected IntervalTimedElement.currentIntervalThe current Interval.protected IntervalTimedElement.previousIntervalThe previous interval.Methods in org.apache.batik.anim.timing that return IntervalModifier and TypeMethodDescriptionprotected IntervalTimedElement.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 IntervalModifier and TypeMethodDescriptionvoidTimegraphAdapter.intervalBegan(TimedElement e, Interval i) Invoked to indivate that the given interval began.voidTimegraphListener.intervalBegan(TimedElement e, Interval i) Invoked to indivate that the given interval began.voidTimegraphAdapter.intervalChanged(TimedElement e, Interval i) Invoked to indivate that an interval's endpoints were changed.voidTimegraphListener.intervalChanged(TimedElement e, Interval i) Invoked to indivate that an interval's endpoints were changed.voidTimegraphAdapter.intervalCreated(TimedElement e, Interval i) Invoked to indivate that an interval was created for the given timed element.voidTimegraphListener.intervalCreated(TimedElement e, Interval i) Invoked to indivate that an interval was created for the given timed element.voidTimegraphAdapter.intervalRemoved(TimedElement e, Interval i) Invoked to indivate that an interval was removed for the given timed element.voidTimegraphListener.intervalRemoved(TimedElement e, Interval i) Invoked to indivate that an interval was removed for the given timed element.(package private) floatSyncbaseTimingSpecifier.newInterval(Interval interval) Called by the timebase element when it creates a new Interval.(package private) floatTimingSpecifier.newInterval(Interval interval) Called by the timebase element when it creates a new Interval.protected floatTimedElement.notifyNewInterval(Interval interval) Notifies dependents of a new interval.protected floatTimedElement.notifyRemoveInterval(Interval interval) Notifies dependents of a removed interval.(package private) floatSyncbaseTimingSpecifier.removeInterval(Interval interval) Called by the timebase element when it deletes an Interval.(package private) floatTimingSpecifier.removeInterval(Interval interval) Called by the timebase element when it deletes an Interval.protected floatTimedElement.selectNewInterval(float time, Interval interval) Sets the current interval to the one specified.(package private) booleanTimedDocumentRoot.shouldPropagate(Interval i, TimingSpecifier ts, boolean isBegin) Returns whether the specified newly createdIntervalshould propagate its times to the givenTimingSpecifier.