org.niffty
Class StaffHeader

java.lang.Object
  |
  +--org.niffty.StaffHeader

public class StaffHeader
extends java.lang.Object

A StaffHeader has optional tags: part ID, absolute or logical placement tags, width, height, number of staff lines, silent (used for ossias).


Constructor Summary
StaffHeader(Tags tags)
          Creates a new StaffHeader with the given tags.
 
Method Summary
 Tags getTags()
          Returns the Tags object containing the optional tags.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StaffHeader

public StaffHeader(Tags tags)
Creates a new StaffHeader with the given tags.

Parameters:
tags - the tags for this staff header. If this is null, then this uses an empty Tags object.
Method Detail

getTags

public Tags getTags()
Returns the Tags object containing the optional tags.


toString

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