Uses of Interface
aim4.map.track.Track

Packages that use Track
aim4.map.track This package contains the track objects for the map. 
 

Uses of Track in aim4.map.track
 

Classes in aim4.map.track that implement Track
 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.
 

Methods in aim4.map.track that return types with arguments of type Track
 List<Track> PathTrack.getTracks()
          Get the list of tracks that constitutes this path track.
 

Methods in aim4.map.track with parameters of type Track
 void PathTrack.add(Track track)
          Add a track to the path track.
 



Copyright © 2011. All Rights Reserved.