|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectmovements.HandMovement
movements.HandMovementWhileHolding
| Field Summary | |
(package private) HandMovement[] |
comfyHandMovements
|
private Position |
comfyHandPosition
|
(package private) int |
numberOfHands
|
protected int |
startTick
|
protected int |
tickLength
|
| Constructor Summary | |
(package private) |
HandMovementWhileHolding(int numberOfHands,
ParticipantMovements[] participantsMovements,
double[] handFromPersonForwards,
double[] handFromPersonSideways,
int startTick,
int ticks)
|
| Method Summary | |
(package private) int |
getEndTick()
DOCUMENT ME! |
(package private) void |
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) int |
getStartTick()
DOCUMENT ME! |
(package private) int |
getTickLength()
DOCUMENT ME! |
private void |
readObject(java.io.ObjectInputStream in)
|
(package private) void |
Trace(java.lang.String indent)
DOCUMENT ME! |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
int numberOfHands
HandMovement[] comfyHandMovements
private transient Position comfyHandPosition
protected int startTick
protected int tickLength
| Constructor Detail |
HandMovementWhileHolding(int numberOfHands,
ParticipantMovements[] participantsMovements,
double[] handFromPersonForwards,
double[] handFromPersonSideways,
int startTick,
int ticks)
| Method Detail |
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
void getPosition(Position position,
int ticksIntoMovement)
HandMovement
getPosition in class HandMovementposition - This is a return parameter and is set to the position
where the hand is located.ticksIntoMovement - This parameter must be greater than or equal to
zero and less than or equal to the number of ticks in this hand
movement (the value passed in the 'ticks' parameter to the
constructor).void Trace(java.lang.String indent)
HandMovement
Trace in class HandMovementindent - DOCUMENT ME!int getStartTick()
int getEndTick()
int getTickLength()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||