Package com.softsynth.jmsl.score
Class StaffXMLHandler
java.lang.Object
com.softsynth.jmsl.score.StaffXMLHandler
- All Implemented Interfaces:
XMLCreatable
public class StaffXMLHandler extends java.lang.Object implements XMLCreatable
This is used to modify a Staff that has already been produced
- Author:
- Nick Didkovsky, copyright 2000 Nick Didkovsky, all rights reserved
-
Constructor Summary
Constructors Constructor Description StaffXMLHandler()
-
Method Summary
Modifier and Type Method Description java.lang.Object
create()
int
getExtendedLinesAbove()
int
getExtendedLinesBelow()
void
handleAttribute(java.lang.String name, java.lang.String value)
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
StaffXMLHandler
public StaffXMLHandler()
-
-
Method Details
-
getExtendedLinesAbove
public int getExtendedLinesAbove()- Returns:
- the extendedLinesAbove
-
getExtendedLinesBelow
public int getExtendedLinesBelow()- Returns:
- the extendedLinesBelow
-
handleAttribute
public void handleAttribute(java.lang.String name, java.lang.String value)- Specified by:
handleAttribute
in interfaceXMLCreatable
-
create
public java.lang.Object create()- Specified by:
create
in interfaceXMLCreatable
-