DixShtix

com.dixshtix.niff
Class SetupSection

java.lang.Object
  |
  +--com.dixshtix.niff.SetupSection

public class SetupSection
extends java.lang.Object

Contains general information that applies to the whole score.

The only required items in the SetupSection are

Optional items in the Setup Section are The required and optional components of each list must appear in the order listed, unless "in any order" is specified in the list description.
NameTypeContainerID
Setup SectionLIST ChunkNIFF formsetp
ContentsRequiredIn Any OrderDescription
NIFF InformationYESNOZZZZ
Chunk Length TableYESNOZZZZ
Parts ListYESNOZZZZ
Info ListNONORIFF standard "INFO" list
String TableNONOZZZZ
Staff Groupings ListNONOZZZZ
Default ValuesNONOZZZZ
Font Descriptions ListNONOZZZZ
Custom Graphics ListNONOZZZZ


Field Summary
static FourByteConstant listType
           
 
Constructor Summary
SetupSection()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

listType

public static final FourByteConstant listType
Constructor Detail

SetupSection

public SetupSection()

DixShtix