public class MutableAnnotation extends MutableMusicEvent implements SCC.Annotation
| コンストラクタと説明 |
|---|
MutableAnnotation(int onset,
int offset,
java.lang.String type,
java.lang.String content,
int ticksPerBeat) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
java.lang.String |
content() |
boolean |
equals(MutableAnnotation another) |
void |
setContent(java.lang.String content) |
java.lang.String |
toString() |
java.lang.String |
type() |
compareTo, duration, equals, getAttribute, getAttributeDouble, getAttributeInt, getAttributeKeys, getAttributes, getMusicXMLObject, hasAttribute, hashCode, notenum, offset, offset, offsetInMilliSec, offVelocity, onset, onset, onsetInMilliSec, removeAttribute, setAttribute, setAttribute, setAttribute, setMusicXMLObject, setOffset, setOnset, ticksPerBeat, velocityoffset, onsetpublic MutableAnnotation(int onset,
int offset,
java.lang.String type,
java.lang.String content,
int ticksPerBeat)
public java.lang.String content()
content インタフェース内 SCC.Annotationpublic boolean equals(MutableAnnotation another)
public void setContent(java.lang.String content)
public java.lang.String toString()
toString クラス内 java.lang.Objectpublic java.lang.String type()
type インタフェース内 SCC.Annotation