Uses of Class
movements.Position

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

Uses of Position in movements
 

Subclasses of Position in movements
(package private)  class ParticipantPosition
          This class represents the position of a participant.
 

Fields in movements declared as Position
private  Position MovementGenerator.FigurePlacement.point
           
private  Position HandMovementWhileHolding.comfyHandPosition
           
private  Position HandMovementInStraightLine.handPosition1
           
private  Position HandMovementInStraightLine.handPosition2
           
private  Position DanceData.cachedHandPosition
          DOCUMENT ME!
 

Methods in movements that return Position
(package private)  Position MovementGenerator.FigurePlacement.GetFloorPosition(double down, double across)
          Given a pair of co-ordinates used inside the figure, return the point using the floor's co-ordinates to which this maps.
 

Methods in movements with parameters of type Position
(package private)  boolean Position.isNearTo(Position other, int distance)
          Given this position and another position, determines if the two positions are closer to each other than the given distance.
(package private)  void HandMovementWhileHolding.getPosition(Position position, int ticksIntoMovement)
           
 void HandMovements.getHandPosition(Position position, int tick)
           
(package private)  void HandMovementInTransition.getPosition(Position position, int ticksIntoMovement)
          Given the number of ticks into this movement, return the position where the hand is located at that time.
(package private)  void HandMovementInStraightLine.getPosition(Position position, int ticksIntoMovement)
           
(package private)  void HandMovementFixed.getPosition(Position position, int tick)
           
(package private) abstract  void HandMovement.getPosition(Position position, int ticksIntoMovement)
          Given the number of ticks into this movement, return the position where the hand is located at that time.
 

Constructors in movements with parameters of type Position
MovementGenerator.FigurePlacement(Figure figure, Position point1, Position point2, MovementGenerator.FigurePlacement outerFigurePlacement)
          Constructs a figure placement object where the figure is fixed using two points.
MovementGenerator.FigurePlacement(Figure figure, Position point1, double orientation, MovementGenerator.FigurePlacement outerFigurePlacement)
          Constructs a figure placement object where the figure is fixed using a point and an orientation.
 



Copyright © 2003 Nigel Westbury