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, ordinal
getAttribute, getAttribute, getAttributeDouble, getAttributeDouble, getAttributeInt, getAttributeInt, getAttributeKeys, getAttributeNS, getAttributes, getChildByTagName, getChildByTagNameNS, getChildNodes, getChildText, getChildTextDouble, getChildTextInt, getFirstChild, getLastChild, getNodeName, getText, getText, getTextDouble, getTextInt, hasAttribute, hasAttribute, hasChild, node
public double actualDuration()
actualDuration
クラス内 MusicXMLWrapper.MusicData
public int actualDuration(int ticksPerBeat)
actualDuration
クラス内 MusicXMLWrapper.MusicData
public final int duration()
duration
クラス内 MusicXMLWrapper.MusicData
protected final java.lang.String getSupportedNodeName()
Returns "backup".
getSupportedNodeName
クラス内 MusicXMLWrapper.MusicData
public int subordinal()
subordinal
インタフェース内 Ordered
subordinal
クラス内 MusicXMLWrapper.MusicData