jp.crestmuse.cmx.filewrappers
インタフェース SCC

既知の実装クラスの一覧:
SCCDataSet, SCCXMLWrapper

public interface SCC


入れ子のクラスの概要
static interface SCC.Annotation
           
static interface SCC.HeaderElement
           
static interface SCC.Note
           
static interface SCC.Part
           
 
メソッドの概要
 void eachchord(groovy.lang.Closure c)
           
 void eachnote(groovy.lang.Closure c)
           
 void eachpart(groovy.lang.Closure c)
           
 SCC.Annotation[] getAnnotationList()
           
 SCC.Annotation[] getBarlineList()
           
 SCC.Annotation[] getChordList()
           
 int getDivision()
           
 SCC.HeaderElement[] getHeaderElementList()
           
 SCC.Part[] getPartList()
           
 SCCDataSet toDataSet()
           
 SCCXMLWrapper toWrapper()
           
 

メソッドの詳細

eachchord

void eachchord(groovy.lang.Closure c)
               throws javax.xml.transform.TransformerException
例外:
javax.xml.transform.TransformerException

eachnote

void eachnote(groovy.lang.Closure c)
              throws javax.xml.transform.TransformerException
例外:
javax.xml.transform.TransformerException

eachpart

void eachpart(groovy.lang.Closure c)
              throws javax.xml.transform.TransformerException
例外:
javax.xml.transform.TransformerException

getAnnotationList

SCC.Annotation[] getAnnotationList()

getBarlineList

SCC.Annotation[] getBarlineList()

getChordList

SCC.Annotation[] getChordList()

getDivision

int getDivision()

getHeaderElementList

SCC.HeaderElement[] getHeaderElementList()

getPartList

SCC.Part[] getPartList()
                       throws javax.xml.transform.TransformerException
例外:
javax.xml.transform.TransformerException

toDataSet

SCCDataSet toDataSet()
                     throws javax.xml.transform.TransformerException
例外:
javax.xml.transform.TransformerException

toWrapper

SCCXMLWrapper toWrapper()
                        throws javax.xml.transform.TransformerException
例外:
javax.xml.transform.TransformerException