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

Quick Search    Search Deep

com.virtuosotechnologies.asaph.model.notation
Interface Interval  view Interval download Interval.java


public interface Interval

An object that represents an interval between two notes.


Method Summary
 java.lang.String generateLongString()
          Generate the long string representation
 java.lang.String generateString()
          Generate the short string representation
 Interval getNegated()
          Get the negation of the interval
 NotationFactory getNotationFactory()
          Get the NotationFactory that created this object
 

Method Detail

getNotationFactory

public NotationFactory getNotationFactory()
Get the NotationFactory that created this object


getNegated

public Interval getNegated()
Get the negation of the interval


generateLongString

public java.lang.String generateLongString()
Generate the long string representation


generateString

public java.lang.String generateString()
Generate the short string representation