Documentation of 'org.statcato.utils.PrintMe' Java class
PrintMe
org.statcato.utils

Class PrintMe

  • All Implemented Interfaces:
    java.awt.print.Printable


    public class PrintMe
    extends java.lang.Object
    implements java.awt.print.Printable
    Prints text components. PrintMe is a class that lets you print documents on the fly for free ;) Printing in JDK 1.2 - 1.5 is hard. With this, you just simply call it in your application and add your text component like JTextPane: new PrintMe().print(YourJTextComponent); Reminder: Just make sure there is a text on your component ;P Author : Jan Michael Soan WebSite: http://www.jmsoan.com Date : 04/17/2004 Time : 2:20 PM
    • Field Summary

      • Fields inherited from interface java.awt.print.Printable

        NO_SUCH_PAGE, PAGE_EXISTS
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      int print(java.awt.Graphics graphics, java.awt.print.PageFormat pageFormat, int pageIndex) 
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • print

        public int print(java.awt.Graphics graphics,
                         java.awt.print.PageFormat pageFormat,
                         int pageIndex)
        Specified by:
        print in interface java.awt.print.Printable

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.