Uses of Class
org.apache.batik.anim.timing.TimingSpecifier
Packages that use TimingSpecifier
-
Uses of TimingSpecifier in org.apache.batik.anim.timing
Subclasses of TimingSpecifier in org.apache.batik.anim.timingModifier and TypeClassDescriptionclass
A class to handle SMIL access key timing specifiers.class
A class to handle eventbase SMIL timing specifiers.class
Abstract class from which all event-like timing specifier classes derive.class
A class to handle the 'indefinite' SMIL timing specifier.class
A class to handle media marker SMIL timing specifiers.class
A class to handle offset SMIL timing specifiers.class
A class to handle repeat event SMIL timing specifiers.class
A class to handle syncbase SMIL timing specifiers.class
A class to handle wallclock SMIL timing specifiers.Fields in org.apache.batik.anim.timing declared as TimingSpecifierModifier and TypeFieldDescriptionprotected TimingSpecifier[]
TimedElement.beginTimes
Timing specifiers for the begin times of this element.protected TimingSpecifier
InstanceTime.creator
TheTimingSpecifier
that created this InstanceTime.protected TimingSpecifier[]
TimedElement.endTimes
Timing specifiers for the end times of this element.Methods in org.apache.batik.anim.timing that return TimingSpecifierModifier and TypeMethodDescriptionTimedElement.getBeginTimingSpecifiers()
Returns an array of the begin timing specifiers on this timed element.TimedElement.getEndTimingSpecifiers()
Returns an array of the end timing specifiers on this timed element.TimingSpecifierListProducer.getTimingSpecifiers()
Returns an array of the parsed TimingSpecifiers.static TimingSpecifier[]
TimingSpecifierListProducer.parseTimingSpecifierList
(TimedElement owner, boolean isBegin, String spec, boolean useSVG11AccessKeys, boolean useSVG12AccessKeys) Parses a timing specifier list.Methods in org.apache.batik.anim.timing with parameters of type TimingSpecifierModifier and TypeMethodDescriptionprotected void
TimedElement.addDependent
(TimingSpecifier dependent, boolean forBegin) Adds a dependent TimingSpecifier for this element.protected void
TimedElement.removeDependent
(TimingSpecifier dependent, boolean forBegin) Removes a dependent TimingSpecifier for this element.Constructors in org.apache.batik.anim.timing with parameters of type TimingSpecifierModifierConstructorDescriptionInstanceTime
(TimingSpecifier creator, float time, boolean clearOnReset) Creates a new InstanceTime.