org.niffty
Class PageHeader

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

public class PageHeader
extends java.lang.Object

A PageHeader has optional tags: width and height.


Constructor Summary
PageHeader(Tags tags)
          Creates a new PageHeader 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

PageHeader

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

Parameters:
tags - the tags for this page 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