jp.crestmuse.cmx.handlers
クラス NoteHandlerAdapterPartwise

java.lang.Object
  上位を拡張 jp.crestmuse.cmx.handlers.NoteHandlerAdapterPartwise
すべての実装されたインタフェース:
NoteHandlerPartwise

public class NoteHandlerAdapterPartwise
extends java.lang.Object
implements NoteHandlerPartwise


コンストラクタの概要
NoteHandlerAdapterPartwise()
           
 
メソッドの概要
 void beginMeasure(MusicXMLWrapper.Measure measure, MusicXMLWrapper wrapper)
          This method is called when the MusicXMLWrapper.processNotePartwise method begins to process a measure node.
 void beginPart(MusicXMLWrapper.Part part, MusicXMLWrapper wrapper)
          This method is called when the MusicXMLWrapper.processNotePartwise method begins to process a part node.
 void endMeasure(MusicXMLWrapper.Measure measure, MusicXMLWrapper wrapper)
          This method is called when the MusicXMLWrapper.processNotePartwise method ends to process a measure node.
 void endPart(MusicXMLWrapper.Part part, MusicXMLWrapper wrapper)
          This method is called when the MusicXMLWrapper.processNotePartwise method ends to process a part node.
 void processMusicData(MusicXMLWrapper.MusicData md, MusicXMLWrapper wrapper)
          This method is called when the MusicXMLWrapper.processNotePartwise method finds a note node.
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

NoteHandlerAdapterPartwise

public NoteHandlerAdapterPartwise()
メソッドの詳細

beginPart

public void beginPart(MusicXMLWrapper.Part part,
                      MusicXMLWrapper wrapper)
インタフェース NoteHandlerPartwise の記述:
This method is called when the MusicXMLWrapper.processNotePartwise method begins to process a part node.
$B$3$N%a%=%C%I$O(B, MusicXMLWrapper.processNotePartwise$B%a%=%C%I$,(B part$B%N!<%I$N=hM}$r;O$a$k;~$K8F=P$5$l$^$9(B.

定義:
インタフェース NoteHandlerPartwise 内の beginPart

endPart

public void endPart(MusicXMLWrapper.Part part,
                    MusicXMLWrapper wrapper)
インタフェース NoteHandlerPartwise の記述:
This method is called when the MusicXMLWrapper.processNotePartwise method ends to process a part node.
$B$3$N%a%=%C%I$O(B, MusicXMLWrapper.processNotePartwise$B%a%=%C%I$,(B part$B%N!<%I$N=hM}$r=*$($k;~$K8F=P$5$l$^$9(B.

定義:
インタフェース NoteHandlerPartwise 内の endPart

beginMeasure

public void beginMeasure(MusicXMLWrapper.Measure measure,
                         MusicXMLWrapper wrapper)
インタフェース NoteHandlerPartwise の記述:
This method is called when the MusicXMLWrapper.processNotePartwise method begins to process a measure node.
$B$3$N%a%=%C%I$O(B, MusicXMLWrapper.processNotePartwise$B%a%=%C%I$,(B measure$B%N!<%I$N=hM}$r;O$a$k;~$K8F=P$5$l$^$9(B.

定義:
インタフェース NoteHandlerPartwise 内の beginMeasure

endMeasure

public void endMeasure(MusicXMLWrapper.Measure measure,
                       MusicXMLWrapper wrapper)
インタフェース NoteHandlerPartwise の記述:
This method is called when the MusicXMLWrapper.processNotePartwise method ends to process a measure node.
$B$3$N%a%=%C%I$O(B, MusicXMLWrapper.processNotePartwise$B%a%=%C%I$,(B measure$B%N!<%I$N=hM}$r=*$($k;~$K8F=P$5$l$^$9(B.

定義:
インタフェース NoteHandlerPartwise 内の endMeasure

processMusicData

public void processMusicData(MusicXMLWrapper.MusicData md,
                             MusicXMLWrapper wrapper)
インタフェース NoteHandlerPartwise の記述:
This method is called when the MusicXMLWrapper.processNotePartwise method finds a note node. Please implement the processing for each note in this method. $B$3$N%a%=%C%I$O(B, MusicXMLWrapper.processNotePartwise$B%a%=%C%I$,(B note$B%N!<%I$r8+$D$1$?$H$-$K8F=P$5$l$^$9(B. $B$3$N%a%=%C%I$K3F(Bnote$B$KBP$7$F9T$&=hM}$r
定義:
インタフェース NoteHandlerPartwise 内の processMusicData