edu.cs.ai.kreator.ui.gui.dialogs
Class PrinterDialog

java.lang.Object
  extended by edu.cs.ai.kreator.ui.gui.dialogs.PrinterDialog

public class PrinterDialog
extends java.lang.Object

This class simulates a printer and print text contained in a KReator File It sets the layout for each page, paints the given text. The text will be split by the pageful

Author:
BiBu

Constructor Summary
PrinterDialog(java.awt.Font font, java.lang.String text)
           
 
Method Summary
 void printDialogInvoker()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrinterDialog

public PrinterDialog(java.awt.Font font,
                     java.lang.String text)
Method Detail

printDialogInvoker

public void printDialogInvoker()
                        throws java.awt.print.PrinterException
Throws:
java.awt.print.PrinterException