public abstract class TimeBase extends Object
Constructor and Description |
---|
TimeBase() |
Modifier and Type | Method and Description |
---|---|
abstract double |
evalTime()
Calculates the (greater than or equal to 0) time in seconds this
time represents.
|
protected static TimeBase |
parseTimeComponent(String text) |
void |
setParentElement(AnimationElement ele)
Some time elements need to refer to the animation element that contains
them to evaluate correctly
|
public TimeBase()
protected static TimeBase parseTimeComponent(String text)
public abstract double evalTime()
public void setParentElement(AnimationElement ele)
Copyright ?? 2011-2019 Kitfox Studios. All Rights Reserved.