|
|||||||||
| 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 NoteModifier

- public interface NoteModifier
An object that represents a modifier on a note (such as sharp or flat).
| Method Summary | |
java.lang.String |
generateLongString()
Generate the long string representation |
java.lang.String |
generateString()
Generate the short (symbolic) string representation |
NotationFactory |
getNotationFactory()
Get the NotationFactory that created this object |
| Method Detail |
getNotationFactory
public NotationFactory getNotationFactory()
- Get the NotationFactory that created this object
generateLongString
public java.lang.String generateLongString()
- Generate the long string representation
generateString
public java.lang.String generateString()
- Generate the short (symbolic) 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