Uses of Class
org.apache.batik.anim.timing.InstanceTime
-
Packages that use InstanceTime Package Description org.apache.batik.anim.timing -
-
Uses of InstanceTime in org.apache.batik.anim.timing
Fields in org.apache.batik.anim.timing declared as InstanceTime Modifier and Type Field Description protected InstanceTime
Interval. beginInstanceTime
The InstanceTime that defined the begin time of the current interval.protected InstanceTime
Interval. endInstanceTime
The InstanceTime that defined the end time of the current interval.protected InstanceTime
MediaMarkerTimingSpecifier. instance
The instance time.protected InstanceTime
WallclockTimingSpecifier. instance
The instance time.Methods in org.apache.batik.anim.timing that return InstanceTime Modifier and Type Method Description InstanceTime
Interval. getBeginInstanceTime()
Returns theInstanceTime
that defined the begin time of this interval.InstanceTime
Interval. getEndInstanceTime()
Returns theInstanceTime
that defined the end time of this interval.Methods in org.apache.batik.anim.timing with parameters of type InstanceTime Modifier and Type Method Description (package private) void
Interval. addDependent(InstanceTime dependent, boolean forBegin)
Adds a dependent InstanceTime for this Interval.protected float
TimedElement. addInstanceTime(InstanceTime time, boolean isBegin)
Called by a TimingSpecifier of this element when a new InstanceTime is created.(package private) float
SyncbaseTimingSpecifier. handleTimebaseUpdate(InstanceTime instanceTime, float newTime)
Called by anInstanceTime
created by this TimingSpecifier to indicate that its value has changed.(package private) float
TimingSpecifier. handleTimebaseUpdate(InstanceTime instanceTime, float newTime)
Called by anInstanceTime
created by this TimingSpecifier to indicate that its value has changed.protected float
TimedElement. instanceTimeChanged(InstanceTime time, boolean isBegin)
Called by a TimingSpecifier of this element when an InstanceTime has been updated.(package private) void
Interval. removeDependent(InstanceTime dependent, boolean forBegin)
Removes a dependent InstanceTime for this Interval.protected float
TimedElement. removeInstanceTime(InstanceTime time, boolean isBegin)
Called by a TimingSpecifier of this element when an InstanceTime should be removed.(package private) float
Interval. setEnd(float end, InstanceTime endInstanceTime)
Updates the end time for this interval.Constructors in org.apache.batik.anim.timing with parameters of type InstanceTime Constructor Description Interval(float begin, float end, InstanceTime beginInstanceTime, InstanceTime endInstanceTime)
Creates a new Interval.
-