Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Interface
com.virtuosotechnologies.asaph.model.notation.Interval

Uses of Interval in com.virtuosotechnologies.asaph.model.notation
 

Methods in com.virtuosotechnologies.asaph.model.notation that return Interval
 Interval Note.getIntervalTo(Note note)
          Create an interval from this note to the given note
 Interval[] NotationFactory.getCommonIntervals()
          Get an array of the common intervals.
 Interval Interval.getNegated()
          Get the negation of the interval
 

Methods in com.virtuosotechnologies.asaph.model.notation with parameters of type Interval
 Note Note.getRaised(Interval interval)
          Create a note raised by an interval
 Note Note.getLowered(Interval interval)
          Create a note lowered by an interval
 Chord Chord.getRaised(Interval interval)
          Raise by an interval
 Chord Chord.getLowered(Interval interval)
          Lower by an interval