Uses of Class
org.apache.batik.anim.timing.TimingSpecifier
-
Packages that use TimingSpecifier Package Description org.apache.batik.anim.timing -
-
Uses of TimingSpecifier in org.apache.batik.anim.timing
Subclasses of TimingSpecifier in org.apache.batik.anim.timing Modifier and Type Class Description classAccesskeyTimingSpecifierA class to handle SMIL access key timing specifiers.classEventbaseTimingSpecifierA class to handle eventbase SMIL timing specifiers.classEventLikeTimingSpecifierAbstract class from which all event-like timing specifier classes derive.classIndefiniteTimingSpecifierA class to handle the 'indefinite' SMIL timing specifier.classMediaMarkerTimingSpecifierA class to handle media marker SMIL timing specifiers.classOffsetTimingSpecifierA class to handle offset SMIL timing specifiers.classRepeatTimingSpecifierA class to handle repeat event SMIL timing specifiers.classSyncbaseTimingSpecifierA class to handle syncbase SMIL timing specifiers.classWallclockTimingSpecifierA class to handle wallclock SMIL timing specifiers.Fields in org.apache.batik.anim.timing declared as TimingSpecifier Modifier and Type Field Description protected TimingSpecifier[]TimedElement. beginTimesTiming specifiers for the begin times of this element.protected TimingSpecifierInstanceTime. creatorTheTimingSpecifierthat created this InstanceTime.protected TimingSpecifier[]TimedElement. endTimesTiming specifiers for the end times of this element.Methods in org.apache.batik.anim.timing that return TimingSpecifier Modifier and Type Method Description TimingSpecifier[]TimedElement. getBeginTimingSpecifiers()Returns an array of the begin timing specifiers on this timed element.TimingSpecifier[]TimedElement. getEndTimingSpecifiers()Returns an array of the end timing specifiers on this timed element.TimingSpecifier[]TimingSpecifierListProducer. getTimingSpecifiers()Returns an array of the parsed TimingSpecifiers.static TimingSpecifier[]TimingSpecifierListProducer. parseTimingSpecifierList(TimedElement owner, boolean isBegin, java.lang.String spec, boolean useSVG11AccessKeys, boolean useSVG12AccessKeys)Parses a timing specifier list.Methods in org.apache.batik.anim.timing with parameters of type TimingSpecifier Modifier and Type Method Description protected voidTimedElement. addDependent(TimingSpecifier dependent, boolean forBegin)Adds a dependent TimingSpecifier for this element.(package private) voidTimedElement. eventOccurred(TimingSpecifier t, org.w3c.dom.events.Event e)Invoked by aTimingSpecifierto indicate that an event occurred that would create a new instance time for this timed element.protected voidTimedElement. removeDependent(TimingSpecifier dependent, boolean forBegin)Removes a dependent TimingSpecifier for this element.(package private) booleanTimedDocumentRoot. shouldPropagate(Interval i, TimingSpecifier ts, boolean isBegin)Returns whether the specified newly createdIntervalshould propagate its times to the givenTimingSpecifier.Constructors in org.apache.batik.anim.timing with parameters of type TimingSpecifier Constructor Description InstanceTime(TimingSpecifier creator, float time, boolean clearOnReset)Creates a new InstanceTime.
-