public class SCCXMLWrapper.Note extends NodeInterface implements SCC.Note
修飾子とタイプ | メソッドと説明 |
---|---|
int |
duration(int ticksPerBeat) |
MusicXMLWrapper.Note |
getMusicXMLWrapperNote() |
protected java.lang.String |
getSupportedNodeName()
Returns the node name supported by the class.
|
java.lang.String |
getXPathExpression() |
boolean |
isEqualNoteTo(SCCXMLWrapper.Note another) |
int |
notenum() |
int |
offset() |
int |
offset(int ticksPerBeat) |
int |
offsetInMilliSec() |
int |
offsetInMSec()
Obsolete. use offsetInMilliSec() instead.
|
int |
offVelocity() |
int |
onset() |
int |
onset(int ticksPerBeat) |
int |
onsetInMilliSec() |
int |
onsetInMSec()
Obsolete. use onsetInMilliSec() instead.
|
SCCXMLWrapper.Part |
part() |
java.lang.String |
toString() |
int |
velocity() |
java.lang.String |
word() |
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getAttribute, getAttributeDouble, getAttributeInt, getAttributeKeys, getAttributes, hasAttribute
public MusicXMLWrapper.Note getMusicXMLWrapperNote()
protected java.lang.String getSupportedNodeName()
NodeInterface
Returns the node name supported by the class. Please override this method in a subclass.
このオブジェクトがサポートするノード名を返します. このメソッドはサブクラスでオーバーライドしてください.getSupportedNodeName
クラス内 NodeInterface
public java.lang.String getXPathExpression()
public boolean isEqualNoteTo(SCCXMLWrapper.Note another)
public final int offset()
public final int offsetInMilliSec()
offsetInMilliSec
インタフェース内 SCC.Note
public final int offsetInMSec()
public final int offVelocity()
offVelocity
インタフェース内 SCC.Note
public final int onset()
public final int onsetInMilliSec()
onsetInMilliSec
インタフェース内 SCC.Note
public final int onsetInMSec()
public final SCCXMLWrapper.Part part()
public java.lang.String toString()
toString
クラス内 java.lang.Object