jp.crestmuse.cmx.filewrappers
クラス DeviationInstanceWrapper.Control

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

public class DeviationInstanceWrapper.Control
extends NodeInterface
implements Ordered


メソッドの概要
 double beat()
           
 boolean containsAttributeInChild(java.lang.String key)
           
 java.lang.String getChildAttribute(java.lang.String key)
           
 double getChildAttributeDouble(java.lang.String key)
           
 int getChildAttributeInt(java.lang.String key)
           
protected  java.lang.String getSupportedNodeName()
          Returns the node name supported by the class.
 int measure()
           
 int ordinal()
           
 int subordinal()
           
 int timestamp(int ticksPerBeat)
           
 java.lang.String toString()
           
 java.lang.String type()
           
 double value()
           
 
クラス 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
 

メソッドの詳細

getSupportedNodeName

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

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

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

定義:
クラス NodeInterface 内の getSupportedNodeName

measure

public final int measure()

beat

public final double beat()

type

public final java.lang.String type()

value

public final double value()

ordinal

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

subordinal

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

toString

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

timestamp

public final int timestamp(int ticksPerBeat)
                    throws java.io.IOException
例外:
java.io.IOException

getChildAttribute

public final java.lang.String getChildAttribute(java.lang.String key)

getChildAttributeInt

public final int getChildAttributeInt(java.lang.String key)

getChildAttributeDouble

public final double getChildAttributeDouble(java.lang.String key)

containsAttributeInChild

public final boolean containsAttributeInChild(java.lang.String key)