Class ScoreSection

java.lang.Object
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

    Fields
    Modifier and Type Field Description
    static java.lang.String copyright  
  • Constructor Summary

    Constructors
    Constructor Description
    ScoreSection()  
  • Method Summary

    Modifier and Type Method Description
    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 Details

  • Constructor Details

    • ScoreSection

      public ScoreSection()
  • Method Details

    • 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