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

java.lang.Object
  上位を拡張 jp.crestmuse.cmx.filewrappers.NodeInterface
      上位を拡張 jp.crestmuse.cmx.filewrappers.SCCXMLWrapper.Annotation
すべての実装されたインタフェース:
SCC.Annotation
含まれているクラス:
SCCXMLWrapper

public class SCCXMLWrapper.Annotation
extends NodeInterface
implements SCC.Annotation


メソッドの概要
 java.lang.String content()
           
protected  java.lang.String getSupportedNodeName()
          Returns the node name supported by the class.
 int offset()
           
 int offset(int ticksPerBeat)
           
 int onset()
           
 int onset(int ticksPerBeat)
           
 java.lang.String type()
           
 
クラス 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
 

メソッドの詳細

content

public final java.lang.String content()
定義:
インタフェース SCC.Annotation 内の content

getSupportedNodeName

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

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

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

定義:
クラス NodeInterface 内の getSupportedNodeName

offset

public final int offset()

offset

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

onset

public final int onset()

onset

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

type

public final java.lang.String type()
定義:
インタフェース SCC.Annotation 内の type