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 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 InstanceTime Modifier and Type Method Description InstanceTimeInterval. getBeginInstanceTime()Returns theInstanceTimethat defined the begin time of this interval.InstanceTimeInterval. getEndInstanceTime()Returns theInstanceTimethat defined the end time of this interval.Methods in org.apache.batik.anim.timing with parameters of type InstanceTime Modifier and Type Method Description protected floatTimedElement. addInstanceTime(InstanceTime time, boolean isBegin)Called by a TimingSpecifier of this element when a new InstanceTime is created.protected floatTimedElement. instanceTimeChanged(InstanceTime time, boolean isBegin)Called by a TimingSpecifier of this element when an InstanceTime has been updated.protected floatTimedElement. removeInstanceTime(InstanceTime time, boolean isBegin)Called by a TimingSpecifier of this element when an InstanceTime should be removed.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.
-