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

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

public class SCCXMLWrapper.Part
extends NodeInterface
implements SCC.Part


メソッドの概要
 byte channel()
           
 void eachnote(groovy.lang.Closure closure)
           
 SCCXMLWrapper.Note[] getNoteList()
           
 SCCXMLWrapper.Note[] getNoteOnlyList()
           
 SCCXMLWrapper.Note[] getSortedNoteList()
           
 SCCXMLWrapper.Note[] getSortedNoteList(int range)
           
 SCCXMLWrapper.Note[] getSortedNoteOnlyList()
           
 SCCXMLWrapper.Note[] getSortedNoteOnlyList(int range)
           
protected  java.lang.String getSupportedNodeName()
          Returns the node name supported by the class.
 java.lang.String getXPathExpression()
           
 java.lang.String name()
           
 int panpot()
           
 int prognum()
           
 int serial()
           
 MIDIEventList toMIDIEventList()
           
 int volume()
           
 
クラス 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
 

メソッドの詳細

channel

public final byte channel()
定義:
インタフェース SCC.Part 内の channel

eachnote

public void eachnote(groovy.lang.Closure closure)
              throws javax.xml.transform.TransformerException
定義:
インタフェース SCC.Part 内の eachnote
例外:
javax.xml.transform.TransformerException

getNoteList

public SCCXMLWrapper.Note[] getNoteList()
定義:
インタフェース SCC.Part 内の getNoteList

getNoteOnlyList

public SCCXMLWrapper.Note[] getNoteOnlyList()
定義:
インタフェース SCC.Part 内の getNoteOnlyList

getSortedNoteList

public SCCXMLWrapper.Note[] getSortedNoteList()
定義:
インタフェース SCC.Part 内の getSortedNoteList

getSortedNoteList

public SCCXMLWrapper.Note[] getSortedNoteList(int range)

getSortedNoteOnlyList

public SCCXMLWrapper.Note[] getSortedNoteOnlyList()
定義:
インタフェース SCC.Part 内の getSortedNoteOnlyList

getSortedNoteOnlyList

public SCCXMLWrapper.Note[] getSortedNoteOnlyList(int range)

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

getXPathExpression

public final java.lang.String getXPathExpression()

name

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

panpot

public final int panpot()
定義:
インタフェース SCC.Part 内の panpot

prognum

public final int prognum()
定義:
インタフェース SCC.Part 内の prognum

serial

public final int serial()
定義:
インタフェース SCC.Part 内の serial

toMIDIEventList

public MIDIEventList toMIDIEventList()

volume

public final int volume()
定義:
インタフェース SCC.Part 内の volume