Uses of Class
net.charlesames.utility.contour.CalculationMode

Packages that use CalculationMode
net.charlesames.music.ensemble Classes in package music.ensemble define the structure of scores. 
net.charlesames.utility.contour   
 

Uses of CalculationMode in net.charlesames.music.ensemble
 

Methods in net.charlesames.music.ensemble that return CalculationMode
 CalculationMode EnsembleContour.getCalculationMode()
          Get the value of the CalculationMode property.
 

Methods in net.charlesames.music.ensemble with parameters of type CalculationMode
 EnsembleContour EnsembleChoir.createContour(java.lang.String name, int id, CalculationMode calculationMode)
          Add a new contour specification to a choir.
 

Constructors in net.charlesames.music.ensemble with parameters of type CalculationMode
EnsembleContour(EnsembleEntity container, java.lang.String name, int id, CalculationMode calculationMode)
          Constructor for EnsembleContour instances.
 

Uses of CalculationMode in net.charlesames.utility.contour
 

Methods in net.charlesames.utility.contour that return CalculationMode
 CalculationMode ContourFromReal.getCalculationMode()
          Get the value of the CalculationMode property.
 CalculationMode ContourFromRational.getCalculationMode()
          Get the value of the CalculationMode property.
static CalculationMode CalculationMode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static CalculationMode[] CalculationMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.charlesames.utility.contour with parameters of type CalculationMode
 void ContourFromReal.setCalculationMode(CalculationMode calculationMode)
          Set the value of the CalculationMode property.
 void ContourFromRational.setCalculationMode(CalculationMode calculationMode)
          Set the value of the CalculationMode property.