movements
Class ParticipantMovements
java.lang.Object
movements.ParticipantMovements
- All Implemented Interfaces:
- java.io.Serializable
- class ParticipantMovements
- extends java.lang.Object
- implements java.io.Serializable
Contains all the information about a person that can be obtained from the XML
dance specification.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
public java.lang.String name
female
public boolean female
index
public int index
movement
PersonMovement movement
ParticipantMovements
ParticipantMovements(java.lang.String name,
PersonMovement movement,
boolean female)
- Construct an empty list of movements.
An empty list is not a valid ParticipantMovement object
so the user must call the AddMovement method at least once
before calling any of the ParticipantMovement abstract methods.
getPosition
void getPosition(ParticipantPosition position,
int tick)
getPosition
ParticipantPosition getPosition(int tick)
Copyright © 2003 Nigel Westbury