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

Quick Search    Search Deep

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


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