|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.kitfox.svg.animation.TrackBase
com.kitfox.svg.animation.TrackDouble
public class TrackDouble
A track holds the animation events for a single parameter of a single SVG element. It also contains the default value for the element, should the user want to see the 'unanimated' value.
Field Summary |
---|
Fields inherited from class com.kitfox.svg.animation.TrackBase |
---|
attribName, attribType, parent |
Constructor Summary | |
---|---|
TrackDouble(AnimationElement ele)
|
Method Summary | |
---|---|
double |
getValue(double curTime)
|
boolean |
getValue(StyleAttribute attrib,
double curTime)
Returns a StyleAttribute representing the value of this track at the passed time. |
Methods inherited from class com.kitfox.svg.animation.TrackBase |
---|
addElement, getAttribName, getAttribType |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TrackDouble(AnimationElement ele) throws SVGElementException
SVGElementException
Method Detail |
---|
public boolean getValue(StyleAttribute attrib, double curTime)
TrackBase
getValue
in class TrackBase
public double getValue(double curTime)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |