public class TrackManager extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID |
Constructor and Description |
---|
TrackManager()
Creates a new instance of TrackManager
|
Modifier and Type | Method and Description |
---|---|
void |
addTrackElement(AnimationElement element)
Adds a new animation element to this track
|
int |
getNumTracks() |
TrackBase |
getTrack(String name,
int type) |
Iterator<TrackBase> |
iterator() |
public static final long serialVersionUID
public TrackManager()
public void addTrackElement(AnimationElement element) throws SVGElementException
SVGElementException
public int getNumTracks()
Copyright © 2011-2020 Kitfox Studios. All Rights Reserved.