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 void addTrackElement(AnimationElement element) throws SVGElementException
SVGElementExceptionpublic int getNumTracks()
Copyright © 2020. All rights reserved.