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.
|
public void beginMeasure(MusicXMLWrapper.Measure measure, MusicXMLWrapper wrapper)
NoteHandlerPartwise
beginMeasure
インタフェース内 NoteHandlerPartwise
public void beginPart(MusicXMLWrapper.Part part, MusicXMLWrapper wrapper)
NoteHandlerPartwise
beginPart
インタフェース内 NoteHandlerPartwise
public void endMeasure(MusicXMLWrapper.Measure measure, MusicXMLWrapper wrapper)
NoteHandlerPartwise
endMeasure
インタフェース内 NoteHandlerPartwise
public void endPart(MusicXMLWrapper.Part part, MusicXMLWrapper wrapper)
NoteHandlerPartwise
endPart
インタフェース内 NoteHandlerPartwise
public void processMusicData(MusicXMLWrapper.MusicData md, MusicXMLWrapper wrapper)
NoteHandlerPartwise
processMusicData
インタフェース内 NoteHandlerPartwise