|
|||||||||
| Home >> All >> com >> virtuosotechnologies >> asaph >> model >> [ notation overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.virtuosotechnologies.asaph.model.notation
Interface Interval

- 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
|
|||||||||
| Home >> All >> com >> virtuosotechnologies >> asaph >> model >> [ notation overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC