DixShtix

com.dixshtix.niff
Class Form

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

public class Form
extends java.lang.Object

Top-level RIFX Form for NIFF files. A NIFF file is divided into two sections - the SetupSection, containing general information that applies to the whole score, and the DataSection, containing the music symbols and layout information.


Field Summary
(package private)  DataSection dataSection
           
static FourByteConstant formType
           
(package private)  SetupSection setupSection
           
 
Constructor Summary
Form()
           
 
Method Summary
(package private)  java.lang.Object readHandler(FourByteConstant riffTag)
           
(package private)  java.lang.Object readHandler(FourByteConstant riffTag, FourByteConstant listType)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

formType

public static final FourByteConstant formType

dataSection

DataSection dataSection

setupSection

SetupSection setupSection
Constructor Detail

Form

public Form()
Method Detail

readHandler

java.lang.Object readHandler(FourByteConstant riffTag)

readHandler

java.lang.Object readHandler(FourByteConstant riffTag,
                             FourByteConstant listType)

DixShtix