org.niffty
Class ScoreSetup
java.lang.Object
|
+--org.niffty.ScoreSetup
- public class ScoreSetup
- extends java.lang.Object
A ScoreSetup has a NIFF info, chunk length table and parts list.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ScoreSetup
public ScoreSetup(NIFFInfo niffInfo,
ChunkLengthTable chunkLengthTable,
PartsList partsList)
- Creates a new ScoreSetup with the given values.
getNIFFInfo
public NIFFInfo getNIFFInfo()
getChunkLengthTable
public ChunkLengthTable getChunkLengthTable()
getPartsList
public PartsList getPartsList()
print
public void print(java.lang.String indent,
java.io.PrintStream output)
- This prints the score setup info.
- Parameters:
indent
- A string such as " " to print at the beginning of the lineoutput
- the PrintStream to print to, such as System.out