|
|||||||||
| Home >> All >> com >> virtuosotechnologies >> asaph >> [ notationmanager overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.virtuosotechnologies.asaph.notationmanager
Class StandardNoteModifier

java.lang.Objectcom.virtuosotechnologies.asaph.notationmanager.StandardNoteModifier
- All Implemented Interfaces:
- com.virtuosotechnologies.asaph.model.notation.NoteModifier
- class StandardNoteModifier
- extends java.lang.Object
- implements com.virtuosotechnologies.asaph.model.notation.NoteModifier
- extends java.lang.Object
Standard implementation of NoteModifier.
| Field Summary | |
private StandardNotationFactory |
factory_
|
private int |
value_
|
| Constructor Summary | |
(package private) |
StandardNoteModifier(StandardNotationFactory factory,
int value)
|
| Method Summary | |
boolean |
equals(java.lang.Object obj)
equals |
java.lang.String |
generateLongString()
Generate the long string representation |
java.lang.String |
generateString()
Generate the short (symbolic) string representation |
com.virtuosotechnologies.asaph.model.notation.NotationFactory |
getNotationFactory()
Get the NotationFactory that created this object |
(package private) int |
getValue()
|
int |
hashCode()
hashCode |
java.lang.String |
toString()
toString |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
factory_
private StandardNotationFactory factory_
value_
private int value_
| Constructor Detail |
StandardNoteModifier
StandardNoteModifier(StandardNotationFactory factory, int value)
| Method Detail |
getValue
int getValue()
getNotationFactory
public com.virtuosotechnologies.asaph.model.notation.NotationFactory getNotationFactory()
- Get the NotationFactory that created this object
- Specified by:
getNotationFactoryin interfacecom.virtuosotechnologies.asaph.model.notation.NoteModifier
generateLongString
public java.lang.String generateLongString()
- Generate the long string representation
- Specified by:
generateLongStringin interfacecom.virtuosotechnologies.asaph.model.notation.NoteModifier
generateString
public java.lang.String generateString()
- Generate the short (symbolic) string representation
- Specified by:
generateStringin interfacecom.virtuosotechnologies.asaph.model.notation.NoteModifier
equals
public boolean equals(java.lang.Object obj)
- equals
hashCode
public int hashCode()
- hashCode
toString
public java.lang.String toString()
- toString
|
|||||||||
| Home >> All >> com >> virtuosotechnologies >> asaph >> [ notationmanager overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.virtuosotechnologies.asaph.notationmanager.StandardNoteModifier