public class MIDIXMLWrapper.MIDIEvent extends NodeInterface
修飾子とタイプ | メソッドと説明 |
---|---|
byte |
channel() |
int |
deltaTime() |
protected java.lang.String |
getSupportedNodeName()
Returns the node name supported by the class.
|
boolean |
isChannelMessage() |
boolean |
isMetaEvent() |
java.lang.String |
messageType() |
byte[] |
tempoValues() |
int |
value(int i) |
int[] |
values() |
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 final byte channel()
public final int deltaTime()
protected final java.lang.String getSupportedNodeName()
NodeInterface
Returns the node name supported by the class. Please override this method in a subclass.
このオブジェクトがサポートするノード名を返します. このメソッドはサブクラスでオーバーライドしてください.getSupportedNodeName
クラス内 NodeInterface
public final boolean isChannelMessage()
public final boolean isMetaEvent()
public final java.lang.String messageType()
public final byte[] tempoValues()
public final int value(int i)
public final int[] values()