Uses of Class
org.apache.batik.anim.timing.InstanceTime
Packages that use InstanceTime
-
Uses of InstanceTime in org.apache.batik.anim.timing
Fields in org.apache.batik.anim.timing declared as InstanceTimeModifier and TypeFieldDescriptionprotected InstanceTimeInterval.beginInstanceTimeThe InstanceTime that defined the begin time of the current interval.protected InstanceTimeInterval.endInstanceTimeThe InstanceTime that defined the end time of the current interval.protected InstanceTimeMediaMarkerTimingSpecifier.instanceThe instance time.protected InstanceTimeWallclockTimingSpecifier.instanceThe instance time.Methods in org.apache.batik.anim.timing that return InstanceTimeModifier and TypeMethodDescriptionInterval.getBeginInstanceTime()Returns theInstanceTimethat defined the begin time of this interval.Interval.getEndInstanceTime()Returns theInstanceTimethat defined the end time of this interval.Methods in org.apache.batik.anim.timing with parameters of type InstanceTimeModifier and TypeMethodDescription(package private) voidInterval.addDependent(InstanceTime dependent, boolean forBegin) Adds a dependent InstanceTime for this Interval.protected floatTimedElement.addInstanceTime(InstanceTime time, boolean isBegin) Called by a TimingSpecifier of this element when a new InstanceTime is created.(package private) floatSyncbaseTimingSpecifier.handleTimebaseUpdate(InstanceTime instanceTime, float newTime) Called by anInstanceTimecreated by this TimingSpecifier to indicate that its value has changed.(package private) floatTimingSpecifier.handleTimebaseUpdate(InstanceTime instanceTime, float newTime) Called by anInstanceTimecreated by this TimingSpecifier to indicate that its value has changed.protected floatTimedElement.instanceTimeChanged(InstanceTime time, boolean isBegin) Called by a TimingSpecifier of this element when an InstanceTime has been updated.(package private) voidInterval.removeDependent(InstanceTime dependent, boolean forBegin) Removes a dependent InstanceTime for this Interval.protected floatTimedElement.removeInstanceTime(InstanceTime time, boolean isBegin) Called by a TimingSpecifier of this element when an InstanceTime should be removed.(package private) floatInterval.setEnd(float end, InstanceTime endInstanceTime) Updates the end time for this interval.Constructors in org.apache.batik.anim.timing with parameters of type InstanceTimeModifierConstructorDescriptionInterval(float begin, float end, InstanceTime beginInstanceTime, InstanceTime endInstanceTime) Creates a new Interval.