jp.crestmuse.cmx.filewrappers
クラス SCCXMLWrapper.Note

java.lang.Object
  上位を拡張 jp.crestmuse.cmx.filewrappers.NodeInterface
      上位を拡張 jp.crestmuse.cmx.filewrappers.SCCXMLWrapper.Note
すべての実装されたインタフェース:
NoteCompatible
直系の既知のサブクラス:
SCCXMLWrapper.ControlChange, SCCXMLWrapper.PitchBend
含まれているクラス:
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.
 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
 

メソッドの詳細

duration

public final int duration(int ticksPerBeat)
定義:
インタフェース NoteCompatible 内の duration

getMusicXMLWrapperNote

public MusicXMLWrapper.Note getMusicXMLWrapperNote()

getSupportedNodeName

protected java.lang.String getSupportedNodeName()
クラス NodeInterface の記述:

Returns the node name supported by the class. Please override this method in a subclass.

このオブジェクトがサポートするノード名を返します. このメソッドはサブクラスでオーバーライドしてください.

定義:
クラス NodeInterface 内の getSupportedNodeName

getXPathExpression

public java.lang.String getXPathExpression()

isEqualNoteTo

public boolean isEqualNoteTo(SCCXMLWrapper.Note another)

notenum

public final int notenum()
定義:
インタフェース NoteCompatible 内の notenum

offset

public final int offset()

offset

public final int offset(int ticksPerBeat)
定義:
インタフェース NoteCompatible 内の offset

offsetInMilliSec

public final int offsetInMilliSec()
定義:
インタフェース NoteCompatible 内の offsetInMilliSec

offsetInMSec

public final int offsetInMSec()
Obsolete. use offsetInMilliSec() instead.

定義:
インタフェース NoteCompatible 内の offsetInMSec

offVelocity

public final int offVelocity()

onset

public final int onset()

onset

public final int onset(int ticksPerBeat)
定義:
インタフェース NoteCompatible 内の onset

onsetInMilliSec

public final int onsetInMilliSec()
定義:
インタフェース NoteCompatible 内の onsetInMilliSec

onsetInMSec

public final int onsetInMSec()
Obsolete. use onsetInMilliSec() instead.

定義:
インタフェース NoteCompatible 内の onsetInMSec

part

public final SCCXMLWrapper.Part part()

toString

public java.lang.String toString()
オーバーライド:
クラス java.lang.Object 内の toString

velocity

public final int velocity()
定義:
インタフェース NoteCompatible 内の velocity