Uses of Class
parsedtree.Figure

Packages that use Figure
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 Figure in movements
 

Fields in movements declared as Figure
private  Figure MovementGenerator.FigurePlacement.figure
           
 

Constructors in movements with parameters of type Figure
MovementGenerator.FigurePlacement(Figure figure, Position point1, Position point2, MovementGenerator.FigurePlacement outerFigurePlacement)
          Constructs a figure placement object where the figure is fixed using two points.
MovementGenerator.FigurePlacement(Figure figure, Position point1, double orientation, MovementGenerator.FigurePlacement outerFigurePlacement)
          Constructs a figure placement object where the figure is fixed using a point and an orientation.
 

Uses of Figure in parsedtree
 

Fields in parsedtree declared as Figure
private  Figure XMLParser.FigureProcessor.figure
           
 

Constructors in parsedtree with parameters of type Figure
XMLParser.FigureProcessor(XMLParser.SAXEventProcessor parent, Figure figure, ParticipantsInScope participants)
          Creates a new FigureProcessor object.
 



Copyright © 2003 Nigel Westbury