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)
           
 
メソッドの概要
 java.lang.String content()
           
 void setContent(java.lang.String content)
           
 java.lang.String toString()
           
 java.lang.String type()
           
 
クラス 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
 
インタフェース jp.crestmuse.cmx.filewrappers.SCC.Annotation から継承されたメソッド
offset, onset
 

コンストラクタの詳細

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