jp.crestmuse.cmx.filewrappers
クラス MusicXMLWrapper.Forward

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

public class MusicXMLWrapper.Forward
extends MusicXMLWrapper.MusicData

forward要素から情報を取り出すためのメソッドを提供します. forward要素は時刻を空回しするときに使用されます.


メソッドの概要
 int duration()
           
protected  java.lang.String getSupportedNodeName()
          Returns "note|backup|forward|direction|attributes|harmony|figured-bass|print|sound|barline|grouping|link|bookmark".
 
クラス jp.crestmuse.cmx.filewrappers.MusicXMLWrapper.MusicData から継承されたメソッド
actualDuration, actualDuration, duration, measure, offset, onset, onsetWithinMeasure, ordinal, subordinal
 
クラス 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 final java.lang.String getSupportedNodeName()
クラス MusicXMLWrapper.MusicData の記述:

Returns "note|backup|forward|direction|attributes|harmony|figured-bass|print|sound|barline|grouping|link|bookmark".

オーバーライド:
クラス MusicXMLWrapper.MusicData 内の getSupportedNodeName

duration

public final int duration()
オーバーライド:
クラス MusicXMLWrapper.MusicData 内の duration