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


メソッドの概要
 int duration(int ticksPerBeat)
           
 MusicXMLWrapper.Note getMusicXMLWrapperNote()
           
protected  java.lang.String getSupportedNodeName()
          Returns the node name supported by the class.
 boolean isEqualNoteTo(SCCXMLWrapper.Note another)
           
 int notenum()
           
 int offset()
           
 int offset(int ticksPerBeat)
           
 int offVelocity()
           
 int onset()
           
 int onset(int ticksPerBeat)
           
 SCCXMLWrapper.Part part()
           
 int velocity()
           
 
クラス jp.crestmuse.cmx.filewrappers.NodeInterface から継承されたメソッド
getAttribute, getAttribute, getAttributeDouble, getAttributeDouble, getAttributeInt, getAttributeInt, getChildByTagName, getChildByTagName, getChildNodes, getChildText, getChildTextDouble, getChildTextInt, getFirstChild, getLastChild, getNodeName, getText, getText, getTextDouble, getTextInt, hasAttribute, hasAttribute, hasChild, 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()

getMusicXMLWrapperNote

public MusicXMLWrapper.Note getMusicXMLWrapperNote()

isEqualNoteTo

public boolean isEqualNoteTo(SCCXMLWrapper.Note another)