de.hattrickorganizer.gui.print
Class PrintController

java.lang.Object
  extended by de.hattrickorganizer.gui.print.PrintController

public final class PrintController
extends java.lang.Object

DOCUMENT ME!

Author:
Thorsten Schmidt

Method Summary
 void add(PrintObject printObject)
          TODO Missing Method Documentation
static PrintController getInstance()
          TODO Missing Method Documentation
 java.awt.print.PageFormat getPf()
          DOCUMENT ME!
 void print()
          TODO Missing Method Documentation
 void setPf(java.awt.print.PageFormat format)
          DOCUMENT ME!
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static PrintController getInstance()
TODO Missing Method Documentation

Returns:
TODO Missing Return Method Documentation

setPf

public void setPf(java.awt.print.PageFormat format)
DOCUMENT ME!

Parameters:
format -

getPf

public java.awt.print.PageFormat getPf()
DOCUMENT ME!

Returns:

add

public void add(PrintObject printObject)
         throws java.lang.Exception
TODO Missing Method Documentation

Parameters:
printObject - TODO Missing Method Parameter Documentation
Throws:
java.lang.Exception - TODO Missing Method Exception Documentation

print

public void print()
           throws java.awt.print.PrinterException
TODO Missing Method Documentation

Throws:
java.awt.print.PrinterException - TODO Missing Method Exception Documentation