|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
public interface NoteHandlerPartwise
The NoteHandlerPartwise interface provides a general interface
for processing each note in the partwise manner.
These methods are called by the processNotePartwise method
defined in the MusicXMLWrapper class.
NoteHandlerPartwise$B%$%s%?!<%U%'!<%9$O(B,
partwise$B$K3F%N!<%H$r=hM}$9$k$?$a$NHFMQE*$J%$%s%?!<%U%'!<%9$rDs6!$7$^$9(B.
$B$3$l$i$N%a%=%C%I$O(B, MusicXMLWrapper$B%/%i%9Fb$GDj5A$5$l$F$$$k(B
processNotePartwise$B%a%=%C%I$+$i8F=P$5$l$^$9(B.
メソッドの概要 | |
---|---|
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. |
メソッドの詳細 |
---|
void beginPart(MusicXMLWrapper.Part part, MusicXMLWrapper wrapper)
void endPart(MusicXMLWrapper.Part part, MusicXMLWrapper wrapper)
void beginMeasure(MusicXMLWrapper.Measure measure, MusicXMLWrapper wrapper)
void endMeasure(MusicXMLWrapper.Measure measure, MusicXMLWrapper wrapper)
void processMusicData(MusicXMLWrapper.MusicData md, MusicXMLWrapper wrapper)
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |