Uses of Package
net.charlesames.utility.contour

Packages that use net.charlesames.utility.contour
net.charlesames.music.ensemble Classes in package music.ensemble define the structure of scores. 
net.charlesames.music.score Classes in the {code net.charlesames.music.score} package represent musical scores and the components which comprise musical scores. 
net.charlesames.utility.contour   
 

Classes in net.charlesames.utility.contour used by net.charlesames.music.ensemble
CalculationMode
          The CalculationMode determines how given an ordinate within a segment, the value of the contour is calculated using the segments left bound, right bound, origin, and goal.
 

Classes in net.charlesames.utility.contour used by net.charlesames.music.score
ContourFromRational
          Instances of the ContourFromRational class map a continuous ordinate (e.g.
RationalSegment
          Base class defining a segment of a ContourFromRational collection.
 

Classes in net.charlesames.utility.contour used by net.charlesames.utility.contour
CalculationMode
          The CalculationMode determines how given an ordinate within a segment, the value of the contour is calculated using the segments left bound, right bound, origin, and goal.
ContourTest.TestContour
           
ContourFromRational
          Instances of the ContourFromRational class map a continuous ordinate (e.g.
RationalSegment
          Base class defining a segment of a ContourFromRational collection.
ContourFromReal
          Instances of the ContourFromReal class map a continuous ordinate (e.g.
RealSegment
          Base class defining a segment of a ContourFromReal collection.