|
||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
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
内の duration
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.
このオブジェクトがサポートするノード名を返します. このメソッドはサブクラスでオーバーライドしてください.
NodeInterface
内の getSupportedNodeName
public java.lang.String getXPathExpression()
public boolean isEqualNoteTo(SCCXMLWrapper.Note another)
public final int notenum()
NoteCompatible
内の notenum
public final int offset()
public final int offset(int ticksPerBeat)
NoteCompatible
内の offset
public final int offsetInMilliSec()
NoteCompatible
内の offsetInMilliSec
public final int offsetInMSec()
NoteCompatible
内の offsetInMSec
public final int offVelocity()
public final int onset()
public final int onset(int ticksPerBeat)
NoteCompatible
内の onset
public final int onsetInMilliSec()
NoteCompatible
内の onsetInMilliSec
public final int onsetInMSec()
NoteCompatible
内の onsetInMSec
public final SCCXMLWrapper.Part part()
public java.lang.String toString()
java.lang.Object
内の toString
public final int velocity()
NoteCompatible
内の velocity
|
||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |