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.


Constructor Summary
ScoreSetup(NIFFInfo niffInfo, ChunkLengthTable chunkLengthTable, PartsList partsList)
          Creates a new ScoreSetup with the given values.
 
Method Summary
 ChunkLengthTable getChunkLengthTable()
           
 NIFFInfo getNIFFInfo()
           
 PartsList getPartsList()
           
 void print(java.lang.String indent, java.io.PrintStream output)
          This prints the score setup info.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScoreSetup

public ScoreSetup(NIFFInfo niffInfo,
                  ChunkLengthTable chunkLengthTable,
                  PartsList partsList)
Creates a new ScoreSetup with the given values.

Method Detail

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 line
output - the PrintStream to print to, such as System.out