|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use DanceDefinition | |
| movements | Implements a class that converts the dance specification into lists of person and hand movements. |
| parsedtree | Implements a SAXEventProcessor interface that produces a tree that represents the dance animation data. |
| Uses of DanceDefinition in movements |
| Fields in movements declared as DanceDefinition | |
private DanceDefinition |
MovementGenerator.danceDefinition
The XML tree returned by the XML parser. |
| Methods in movements with parameters of type DanceDefinition | |
private DanceData |
MovementGenerator.generateMovements(DanceDefinition danceDefinition,
int ticksPerBar)
DOCUMENT ME! |
| Uses of DanceDefinition in parsedtree |
| Fields in parsedtree declared as DanceDefinition | |
private DanceDefinition |
XMLParser.danceDefinition
|
| Methods in parsedtree that return DanceDefinition | |
DanceDefinition |
XMLParser.parse(org.xml.sax.InputSource source)
DOCUMENT ME! |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||