public class MusicXMLWrapper.Attributes extends MusicXMLWrapper.MusicData
Attributes要素から情報を取り出すためのメソッドを提供します. 現バージョンでは, divisions, key, time要素に対応しています.
修飾子とタイプ | メソッドと説明 |
---|---|
int |
beats()
拍子の分子(8分の6拍子なら6)を返します.
|
int |
beatType()
拍子の分母(8分の6拍子なら8)を返します.
|
int |
divisions()
音長表記における分母の値を返します.
|
int |
fifths() |
protected java.lang.String |
getSupportedNodeName()
Returns "attributes".
|
java.lang.String |
mode() |
java.lang.String |
timeSymbol() |
actualDuration, actualDuration, duration, duration, measure, offet, onset, onsetWithinMeasure, ordinal, subordinal
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 int beats()
拍子の分子(8分の6拍子なら6)を返します.
public int beatType()
拍子の分母(8分の6拍子なら8)を返します.
public int divisions()
音長表記における分母の値を返します. 詳しくはNote.duration()を ご覧ください.
public int fifths()
protected final java.lang.String getSupportedNodeName()
Returns "attributes".
getSupportedNodeName
クラス内 MusicXMLWrapper.MusicData
public java.lang.String mode()
public java.lang.String timeSymbol()