Uses of Class
movements.PersonMovementList

Packages that use PersonMovementList
movements Implements a class that converts the dance specification into lists of person and hand movements. 
 

Uses of PersonMovementList in movements
 

Fields in movements declared as PersonMovementList
private  PersonMovementList TransitionGenerator.resultMovement
           
private  PersonMovementList TransitionGenerator.movementList
          Sub movements are initially added to this list.
 

Methods in movements with parameters of type PersonMovementList
private  void TrackSegment.AddStraightMovement(PersonMovementList movementList, double startX, double startY, double direction, double speed, double acceleration, int ticks)
           
private  void TrackSegment.AddCircularMovement(PersonMovementList movementList, double centerX, double centerY, double radius, double startPhase, double startSpeed, double acceleration, int ticks)
           
(package private)  void TrackSegment.generateMovements(PersonMovementList movementList)
          Adds movements to the given list of movements.
 



Copyright © 2003 Nigel Westbury