|
||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
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()
|
java.lang.String |
word()
|
クラス 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)
SCC.Note
内の 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()
SCC.Note
内の notenum
public final int offset()
public final int offset(int ticksPerBeat)
SCC.Note
内の offset
public final int offsetInMilliSec()
SCC.Note
内の offsetInMilliSec
public final int offsetInMSec()
public final int offVelocity()
SCC.Note
内の offVelocity
public final int onset()
public final int onset(int ticksPerBeat)
SCC.Note
内の onset
public final int onsetInMilliSec()
SCC.Note
内の onsetInMilliSec
public final int onsetInMSec()
public final SCCXMLWrapper.Part part()
public java.lang.String toString()
java.lang.Object
内の toString
public final int velocity()
SCC.Note
内の velocity
public java.lang.String word()
SCC.Note
内の word
|
||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |