jp.crestmuse.cmx.elements
クラス MutableAnnotation
java.lang.Object
jp.crestmuse.cmx.elements.MutableMusicEvent
jp.crestmuse.cmx.elements.MutableAnnotation
- すべての実装されたインタフェース:
- java.lang.Comparable<MutableMusicEvent>, NoteCompatible, SCC.Annotation, SCC.Note
public class MutableAnnotation
- extends MutableMusicEvent
- implements SCC.Annotation
コンストラクタの概要 |
MutableAnnotation(int onset,
int offset,
java.lang.String type,
java.lang.String content,
int ticksPerBeat)
|
クラス jp.crestmuse.cmx.elements.MutableMusicEvent から継承されたメソッド |
compareTo, duration, equals, hashCode, notenum, offset, offset, offsetInMilliSec, offVelocity, onset, onset, onsetInMilliSec, setOffset, setOnset, ticksPerBeat, velocity, word |
クラス java.lang.Object から継承されたメソッド |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
MutableAnnotation
public MutableAnnotation(int onset,
int offset,
java.lang.String type,
java.lang.String content,
int ticksPerBeat)
content
public java.lang.String content()
- 定義:
- インタフェース
SCC.Annotation
内の content
setContent
public void setContent(java.lang.String content)
toString
public java.lang.String toString()
- オーバーライド:
- クラス
java.lang.Object
内の toString
type
public java.lang.String type()
- 定義:
- インタフェース
SCC.Annotation
内の type