|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use AnimationException | |
| movements | Implements a class that converts the dance specification into lists of person and hand movements. |
| Uses of AnimationException in movements |
| Methods in movements that throw AnimationException | |
DanceData |
MovementGenerator.buildDanceDataFromXML(org.xml.sax.InputSource source,
int ticksPerBar)
Creates a DanceData object from a dance specification given in XML format. |
private DanceData |
MovementGenerator.generateMovements(DanceDefinition danceDefinition,
int ticksPerBar)
DOCUMENT ME! |
private PersonMovement[] |
MovementGenerator.calculateMovementsInFigure(FigureDefinition figureDefinition,
MovementGenerator.FigurePlacement figurePlacement,
MovementGenerator.ParticipantData[] participantsData,
int figureStartTick)
|
private void |
MovementGenerator.AddHandMovementsStep1()
When hands are taken, that means hands are to be taken only if the people taking hands are 'in range'. |
private void |
MovementGenerator.AddHandMovementsStep2()
When a hand is involved in two different hand holds then there is a transition period of at least half a bar. |
private void |
MovementGenerator.AddHandMovements()
Calculates the actual hand movements. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||