|
kitfox-svg-core 1.0.0-build001 / 2012-04-07T15:40:49.711-0500 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kitfox.svg.animation.TrackBase
public abstract class TrackBase
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 | |
|---|---|
protected String |
attribName
|
protected int |
attribType
|
protected SVGElement |
parent
Element we're animating |
| Constructor Summary | |
|---|---|
TrackBase(SVGElement parent,
AnimationElement ele)
Creates a track that would be valid for the name and type of element passed in. |
|
TrackBase(SVGElement parent,
String attribName,
int attribType)
|
|
| Method Summary | |
|---|---|
void |
addElement(AnimationElement ele)
|
String |
getAttribName()
|
int |
getAttribType()
|
abstract boolean |
getValue(StyleAttribute attrib,
double curTime)
Returns a StyleAttribute representing the value of this track at the passed time. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected final String attribName
protected final int attribType
protected final SVGElement parent
| Constructor Detail |
|---|
public TrackBase(SVGElement parent,
AnimationElement ele)
throws SVGElementException
SVGElementException
public TrackBase(SVGElement parent,
String attribName,
int attribType)
throws SVGElementException
SVGElementException| Method Detail |
|---|
public String getAttribName()
public int getAttribType()
public void addElement(AnimationElement ele)
public abstract boolean getValue(StyleAttribute attrib,
double curTime)
throws SVGException
SVGException
|
kitfox-svg-core 1.0.0-build001 / 2012-04-07T15:40:49.711-0500 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||