|
||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||
java.lang.Objectjp.crestmuse.cmx.filewrappers.NodeInterface
jp.crestmuse.cmx.filewrappers.SCCXMLWrapper.Note
public class SCCXMLWrapper.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()
|
| クラス 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, wait, wait, wait |
| メソッドの詳細 |
|---|
public final int duration(int ticksPerBeat)
NoteCompatible 内の durationpublic MusicXMLWrapper.Note getMusicXMLWrapperNote()
protected java.lang.String getSupportedNodeName()
NodeInterface の記述:Returns the node name supported by the class. Please override this method in a subclass.
このオブジェクトがサポートするノード名を返します. このメソッドはサブクラスでオーバーライドしてください.
NodeInterface 内の getSupportedNodeNamepublic java.lang.String getXPathExpression()
public boolean isEqualNoteTo(SCCXMLWrapper.Note another)
public final int notenum()
NoteCompatible 内の notenumpublic final int offset()
public final int offset(int ticksPerBeat)
NoteCompatible 内の offsetpublic final int offsetInMilliSec()
NoteCompatible 内の offsetInMilliSecpublic final int offsetInMSec()
NoteCompatible 内の offsetInMSecpublic final int offVelocity()
public final int onset()
public final int onset(int ticksPerBeat)
NoteCompatible 内の onsetpublic final int onsetInMilliSec()
NoteCompatible 内の onsetInMilliSecpublic final int onsetInMSec()
NoteCompatible 内の onsetInMSecpublic final SCCXMLWrapper.Part part()
public java.lang.String toString()
java.lang.Object 内の toStringpublic final int velocity()
NoteCompatible 内の velocity
|
||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||