| Package | Description |
|---|---|
| aim4.map.track |
This package contains the track objects for the map.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ArcTrack
The arc-shape track.
|
class |
LineTrack
A track segment that is a straight line
|
class |
PathTrack
A track created by joining multiple tracks.
|
| Modifier and Type | Method and Description |
|---|---|
List<Track> |
PathTrack.getTracks()
Get the list of tracks that constitutes this path track.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PathTrack.add(Track track)
Add a track to the path track.
|
Copyright © 2013. All rights reserved.