Package com.kitfox.svg.animation
Class TimeIndefinite
- java.lang.Object
-
- com.kitfox.svg.animation.TimeBase
-
- com.kitfox.svg.animation.TimeIndefinite
-
public class TimeIndefinite extends TimeBase
This represents the indefinite (infinite) amount of time.
-
-
Field Summary
-
Fields inherited from class com.kitfox.svg.animation.TimeBase
matchIndefinite, matchUnitTime
-
-
Constructor Summary
Constructors Constructor Description TimeIndefinite()
Creates a new instance of TimeDiscrete
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
evalTime()
Calculates the (greater than or equal to 0) time in seconds this time represents.-
Methods inherited from class com.kitfox.svg.animation.TimeBase
parseTimeComponent, setParentElement
-
-
-
-
Method Detail
-
evalTime
public double evalTime()
Description copied from class:TimeBase
Calculates the (greater than or equal to 0) time in seconds this time represents. If the time cannot be determined, returns Double.NaN. If this represents an infinte amount of time, returns Double.POSITIVE_INFINITY.
-
-