public class MusicXMLWrapper.Backup extends MusicXMLWrapper.MusicData
backup要素から情報を取り出すためのメソッドを提供します. backup要素は時刻を巻き戻すために使用されます. MusicXMLWrapperではbackup要素は声部の切り替えであると判断し, PartwiseなTreeViewを生成する際に, backup要素に出会うと枝を切り替えます.
| 修飾子とタイプ | メソッドと説明 |
|---|---|
double |
actualDuration() |
int |
actualDuration(int ticksPerBeat) |
int |
duration() |
protected java.lang.String |
getSupportedNodeName()
Returns "backup".
|
int |
subordinal() |
duration, measure, offet, onset, onsetWithinMeasure, ordinalgetAttribute, getAttribute, getAttributeDouble, getAttributeDouble, getAttributeInt, getAttributeInt, getAttributeKeys, getAttributeNS, getAttributes, getChildByTagName, getChildByTagNameNS, getChildNodes, getChildText, getChildTextDouble, getChildTextInt, getFirstChild, getLastChild, getNodeName, getText, getText, getTextDouble, getTextInt, hasAttribute, hasAttribute, hasChild, nodepublic double actualDuration()
actualDuration クラス内 MusicXMLWrapper.MusicDatapublic int actualDuration(int ticksPerBeat)
actualDuration クラス内 MusicXMLWrapper.MusicDatapublic final int duration()
duration クラス内 MusicXMLWrapper.MusicDataprotected final java.lang.String getSupportedNodeName()
Returns "backup".
getSupportedNodeName クラス内 MusicXMLWrapper.MusicDatapublic int subordinal()
subordinal インタフェース内 Orderedsubordinal クラス内 MusicXMLWrapper.MusicData