|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjp.crestmuse.cmx.filewrappers.NodeInterface
jp.crestmuse.cmx.filewrappers.DeviationInstanceWrapper.ExtraNote
public class DeviationInstanceWrapper.ExtraNote
メソッドの概要 | |
---|---|
double |
beat()
|
double |
duration()
|
double |
dynamics()
|
double |
endDynamics()
|
protected java.lang.String |
getSupportedNodeName()
Returns the node name supported by the class. |
int |
measure()
ExtraNoteが位置する小節を返します |
int |
notenum()
音高をノートナンバー形式で返します. |
int |
ordinal()
|
int |
pitchAlter()
|
int |
pitchOctave()
|
java.lang.String |
pitchStep()
|
int |
subordinal()
|
int |
timestamp(int ticksPerBeat)
|
クラス 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()
NodeInterface
の記述: Returns the node name supported by the class. Please override this method in a subclass.
このオブジェクトがサポートするノード名を返します. このメソッドはサブクラスでオーバーライドしてください.
NodeInterface
内の getSupportedNodeName
public final int measure()
public final double beat()
public final java.lang.String pitchStep()
public final int pitchAlter()
public final int pitchOctave()
public int notenum()
音高をノートナンバー形式で返します.
public final double duration()
public final double dynamics()
public final double endDynamics()
public final int ordinal()
Ordered
内の ordinal
public final int subordinal()
Ordered
内の subordinal
public final int timestamp(int ticksPerBeat) throws java.io.IOException
java.io.IOException
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |