|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.kitfox.svg.animation.TimeBase
public abstract class TimeBase
SVG has a complicated way of specifying time. Potentially, a time could be represened as a summation of discrete times and times of other animation events. This provides a root for the many elements we will need to define time.
Constructor Summary | |
---|---|
TimeBase()
|
Method Summary | |
---|---|
abstract double |
evalTime()
Calculates the (greater than or equal to 0) time in seconds this time represents. |
protected static TimeBase |
parseTimeComponent(java.lang.String text)
|
void |
setParentElement(AnimationElement ele)
Some time elements need to refer to the animation element that contains them to evaluate correctly |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TimeBase()
Method Detail |
---|
protected static TimeBase parseTimeComponent(java.lang.String text)
public abstract double evalTime()
public void setParentElement(AnimationElement ele)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |