com.softsynth.jmsl.score
Class ScoreSection

java.lang.Object
  extended by com.softsynth.jmsl.score.ScoreSection
All Implemented Interfaces:
XMLWritable

public class ScoreSection
extends java.lang.Object
implements XMLWritable

Section holds start/end measure number information to play subsections of a piece
JMSL Score project.

Author:
Nick Didkovsky, copyright 2000 Nick Didkovsky, all rights reserved

Field Summary
static java.lang.String copyright
           
 
Constructor Summary
ScoreSection()
           
 
Method Summary
static java.lang.String[] getDefaultNames()
           
 int getEnd()
           
 java.lang.String getName()
           
 int getSectionIndex()
           
 int getStart()
           
 void setName(java.lang.String n)
           
 java.lang.String toString()
           
 void writeXML(java.io.PrintWriter out)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

copyright

public static final java.lang.String copyright
See Also:
Constant Field Values
Constructor Detail

ScoreSection

public ScoreSection()
Method Detail

getDefaultNames

public static java.lang.String[] getDefaultNames()

getSectionIndex

public int getSectionIndex()

getName

public java.lang.String getName()

setName

public void setName(java.lang.String n)

getStart

public int getStart()

getEnd

public int getEnd()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

writeXML

public void writeXML(java.io.PrintWriter out)
              throws java.io.IOException
Specified by:
writeXML in interface XMLWritable
Throws:
java.io.IOException