|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectmovements.DanceData
DOCUMENT ME!
| Method Summary | |
double |
getDirection(int personIndex,
int tick)
DOCUMENT ME! |
double |
getHandPositionAcross(int personIndex,
int handIndex,
int tick)
DOCUMENT ME! |
double |
getHandPositionDown(int personIndex,
int handIndex,
int tick)
DOCUMENT ME! |
java.lang.String |
getName(int personIndex)
Get the name of a person. |
int |
getNumberOfParticipants()
DOCUMENT ME! |
long |
getNumberOfTicksInDance()
DOCUMENT ME! |
double |
getPositionAcross(int personIndex,
int tick)
DOCUMENT ME! |
double |
getPositionDown(int personIndex,
int tick)
DOCUMENT ME! |
int |
getTicksPerBar()
DOCUMENT ME! |
void |
playNote(int tick)
If a note starts on the given tick then this method will play the note. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public int getTicksPerBar()
public java.lang.String getName(int personIndex)
personIndex - The index of the person, where the first person
has an index of zero.
public double getPositionDown(int personIndex,
int tick)
personIndex - DOCUMENT ME!tick - DOCUMENT ME!
public double getPositionAcross(int personIndex,
int tick)
personIndex - DOCUMENT ME!tick - DOCUMENT ME!
public double getDirection(int personIndex,
int tick)
personIndex - DOCUMENT ME!tick - DOCUMENT ME!
public double getHandPositionDown(int personIndex,
int handIndex,
int tick)
personIndex - DOCUMENT ME!handIndex - DOCUMENT ME!tick - DOCUMENT ME!
public double getHandPositionAcross(int personIndex,
int handIndex,
int tick)
personIndex - DOCUMENT ME!handIndex - DOCUMENT ME!tick - DOCUMENT ME!
public int getNumberOfParticipants()
public long getNumberOfTicksInDance()
public void playNote(int tick)
tick - DOCUMENT ME!
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||