Package org.apache.batik.anim.timing
Class IndefiniteTimingSpecifier
- java.lang.Object
-
- org.apache.batik.anim.timing.TimingSpecifier
-
- org.apache.batik.anim.timing.IndefiniteTimingSpecifier
-
public class IndefiniteTimingSpecifier extends TimingSpecifier
A class to handle the 'indefinite' SMIL timing specifier.- Version:
- $Id: IndefiniteTimingSpecifier.java 1733416 2016-03-03 07:07:13Z gadams $
-
-
Field Summary
-
Fields inherited from class org.apache.batik.anim.timing.TimingSpecifier
isBegin, owner
-
-
Constructor Summary
Constructors Constructor Description IndefiniteTimingSpecifier(TimedElement owner, boolean isBegin)Creates a new IndefiniteTimingSpecifier object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinitialize()Initializes this timing specifier by adding the initial instance time to the owner's instance time list or setting up any event listeners.booleanisEventCondition()Returns whether this timing specifier is event-like (i.e., if it is an eventbase, accesskey or a repeat timing specifier).java.lang.StringtoString()Returns a string representation of this timing specifier.-
Methods inherited from class org.apache.batik.anim.timing.TimingSpecifier
deinitialize, getOwner, handleTimebaseUpdate, isBegin, newInterval, removeInterval
-
-
-
-
Constructor Detail
-
IndefiniteTimingSpecifier
public IndefiniteTimingSpecifier(TimedElement owner, boolean isBegin)
Creates a new IndefiniteTimingSpecifier object.
-
-
Method Detail
-
toString
public java.lang.String toString()
Returns a string representation of this timing specifier.- Overrides:
toStringin classjava.lang.Object
-
initialize
public void initialize()
Initializes this timing specifier by adding the initial instance time to the owner's instance time list or setting up any event listeners.- Overrides:
initializein classTimingSpecifier
-
isEventCondition
public boolean isEventCondition()
Returns whether this timing specifier is event-like (i.e., if it is an eventbase, accesskey or a repeat timing specifier).- Specified by:
isEventConditionin classTimingSpecifier
-
-