parsedtree
Class Figure

java.lang.Object
  extended byparsedtree.Movement
      extended byparsedtree.Figure

public class Figure
extends Movement


Field Summary
 boolean chirality
           
 double[] cutShortBars
          Number of bars, for each participant, that the figure is cut short.
 FigureDefinition figureDefinition
           
 java.lang.String figureName
           
 int orientation
           
 ParticipatingParticipants participatingParticipants
           
(package private)  java.lang.String placementParameters
           
 Position point1
           
 Position point2
           
 
Constructor Summary
Figure()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

figureName

public java.lang.String figureName

figureDefinition

public FigureDefinition figureDefinition

participatingParticipants

public ParticipatingParticipants participatingParticipants

cutShortBars

public double[] cutShortBars
Number of bars, for each participant, that the figure is cut short. When dancing figures, the figure is not always completed by all participants but sometimes some participants cut out of the figure early so they can get to their next position on time. For most figure usages, however, the entries in this array will be zero.


placementParameters

java.lang.String placementParameters

point1

public Position point1

point2

public Position point2

orientation

public int orientation

chirality

public boolean chirality
Constructor Detail

Figure

public Figure()


Copyright © 2003 Nigel Westbury