jp.crestmuse.cmx.filewrappers
クラス SCCXMLWrapper.Note
java.lang.Object
jp.crestmuse.cmx.filewrappers.NodeInterface
jp.crestmuse.cmx.filewrappers.SCCXMLWrapper.Note
- すべての実装されたインタフェース:
- NoteCompatible
- 直系の既知のサブクラス:
- SCCXMLWrapper.ControlChange
- 含まれているクラス:
- SCCXMLWrapper
public class SCCXMLWrapper.Note
- extends NodeInterface
- implements NoteCompatible
クラス 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, toString, wait, wait, wait |
getSupportedNodeName
protected java.lang.String getSupportedNodeName()
- クラス
NodeInterface
の記述:
Returns the node name supported by the class.
Please override this method in a subclass.
このオブジェクトがサポートするノード名を返します.
このメソッドはサブクラスでオーバーライドしてください.
- 定義:
- クラス
NodeInterface
内の getSupportedNodeName
onset
public final int onset()
onset
public final int onset(int ticksPerBeat)
- 定義:
- インタフェース
NoteCompatible
内の onset
offset
public final int offset()
offset
public final int offset(int ticksPerBeat)
- 定義:
- インタフェース
NoteCompatible
内の offset
duration
public final int duration(int ticksPerBeat)
- 定義:
- インタフェース
NoteCompatible
内の duration
notenum
public final int notenum()
- 定義:
- インタフェース
NoteCompatible
内の notenum
velocity
public final int velocity()
- 定義:
- インタフェース
NoteCompatible
内の velocity
offVelocity
public final int offVelocity()
part
public final SCCXMLWrapper.Part part()
onsetInMSec
public final int onsetInMSec()
- 定義:
- インタフェース
NoteCompatible
内の onsetInMSec
offsetInMSec
public final int offsetInMSec()
- 定義:
- インタフェース
NoteCompatible
内の offsetInMSec
getMusicXMLWrapperNote
public MusicXMLWrapper.Note getMusicXMLWrapperNote()
isEqualNoteTo
public boolean isEqualNoteTo(SCCXMLWrapper.Note another)