|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjp.crestmuse.cmx.filewrappers.NodeInterface
jp.crestmuse.cmx.filewrappers.MusicXMLWrapper.MusicData
jp.crestmuse.cmx.filewrappers.MusicXMLWrapper.Backup
public class MusicXMLWrapper.Backup
backup要素から情報を取り出すためのメソッドを提供します. backup要素は時刻を巻き戻すために使用されます. MusicXMLWrapperではbackup要素は声部の切り替えであると判断し, PartwiseなTreeViewを生成する際に, backup要素に出会うと枝を切り替えます.
メソッドの概要 | |
---|---|
double |
actualDuration()
|
int |
actualDuration(int ticksPerBeat)
|
int |
duration()
|
protected java.lang.String |
getSupportedNodeName()
Returns "backup". |
int |
subordinal()
|
クラス jp.crestmuse.cmx.filewrappers.MusicXMLWrapper.MusicData から継承されたメソッド |
---|
duration, measure, offset, onset, onsetWithinMeasure, ordinal |
クラス jp.crestmuse.cmx.filewrappers.NodeInterface から継承されたメソッド |
---|
getAttribute, getAttribute, getAttributeDouble, getAttributeDouble, getAttributeInt, getAttributeInt, getAttributeNS, getChildByTagName, getChildByTagNameNS, getChildNodes, getChildText, getChildTextDouble, getChildTextInt, getFirstChild, getLastChild, getNodeName, getText, getText, getTextDouble, getTextInt, hasAttribute, hasAttribute, hasChild, node |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
メソッドの詳細 |
---|
protected final java.lang.String getSupportedNodeName()
Returns "backup".
MusicXMLWrapper.MusicData
内の getSupportedNodeName
public final int duration()
MusicXMLWrapper.MusicData
内の duration
public double actualDuration()
MusicXMLWrapper.MusicData
内の actualDuration
public int actualDuration(int ticksPerBeat)
MusicXMLWrapper.MusicData
内の actualDuration
public int subordinal()
Ordered
内の subordinal
MusicXMLWrapper.MusicData
内の subordinal
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |