org.niffty
Class StaffSystemHeader

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

public class StaffSystemHeader
extends java.lang.Object

A StaffSystemHeader has optional tags: absolute or logical placement, width and height.


Constructor Summary
StaffSystemHeader(Tags tags)
          Creates a new StaffSystemHeader with the given tags.
 
Method Summary
 Tags tags()
          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

StaffSystemHeader

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

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

tags

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


toString

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