com.kitfox.svg.animation
Class TrackManager
java.lang.Object
com.kitfox.svg.animation.TrackManager
- All Implemented Interfaces:
- Serializable
public class TrackManager
- extends Object
- implements Serializable
Every element contains tracks, which manage the animation. There is one track
for every parameter with animation, and each track in turn is composed of
many events.
- Author:
- Mark McKay, Mark McKay
- See Also:
- Serialized Form
|
Constructor Summary |
TrackManager()
Creates a new instance of TrackManager |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
TrackManager
public TrackManager()
- Creates a new instance of TrackManager
addTrackElement
public void addTrackElement(AnimationElement element)
throws SVGElementException
- Adds a new animation element to this track
- Throws:
SVGElementException
getTrack
public TrackBase getTrack(String name,
int type)
getNumTracks
public int getNumTracks()
iterator
public Iterator iterator()
Copyright © 2011-2012 Barchart, Inc.. All Rights Reserved.