parsedtree
Class Movement

java.lang.Object
  extended byparsedtree.Movement
Direct Known Subclasses:
CollisionAvoider, DisbandUnit, Figure, Finishing, FormUnit, HandHoldOutsideAUnit, Move, Rotate, Shift, Transition, Wait

public class Movement
extends java.lang.Object

The base class for everything in the list that makes up the movements. A movement could be the movement of a single person or unit, or it could be a figure. A movement could also be an event such as the formation or disbanding of a unit, or transition instructions. In fact, every element in the XML dance specification that is not defining something has a Movement object.

The objects that can go in the list are so varied that there are no fields or methods common to all of them, hence this class is empty!


Constructor Summary
Movement()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Movement

public Movement()


Copyright © 2003 Nigel Westbury