Uses of Class
statalign.postprocess.Track

Packages that use Track
statalign.postprocess   
 

Uses of Track in statalign.postprocess
 

Methods in statalign.postprocess that return types with arguments of type Track
 java.util.ArrayList<Track> Postprocess.getTracks()
          The extra tracks to be plotted
 

Methods in statalign.postprocess with parameters of type Track
 void Postprocess.addTrack(Track track)
          NB because the track is added as a Pair, it will be passed by reference, which allows it to be modified from the place where it was added, i.e.