com.developmentontheedge.print
Class PrintManager

java.lang.Object
  extended bycom.developmentontheedge.print.PrintManager

public class PrintManager
extends java.lang.Object


Field Summary
protected static org.apache.log4j.Category log
           
 
Method Summary
 java.awt.print.PageFormat getPageFormat()
           
static PrintManager getPrintManager()
           
 void preview(javax.swing.JComponent comp)
           
 boolean print(javax.swing.JComponent comp)
          retrun true on succes
 void setPageFormat(java.awt.print.PageFormat pageFormat)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected static org.apache.log4j.Category log
Method Detail

getPrintManager

public static PrintManager getPrintManager()

print

public boolean print(javax.swing.JComponent comp)
retrun true on succes


preview

public void preview(javax.swing.JComponent comp)

setPageFormat

public void setPageFormat(java.awt.print.PageFormat pageFormat)

getPageFormat

public java.awt.print.PageFormat getPageFormat()


Copyright © 2001-2003 Biosof.Ru. All Rights Reserved.