All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class jclass.bwt.JCOutlinerPrintEvent

java.lang.Object
   |
   +----java.util.EventObject
           |
           +----java.awt.AWTEvent
                   |
                   +----jclass.bwt.JCAWTEvent
                           |
                           +----jclass.bwt.JCOutlinerPrintEvent

public class JCOutlinerPrintEvent
extends JCAWTEvent
The event posted for each page during printing.

See Also:
JCOutlinerPrintListener

Variable Index

 o FOOTER
 o HEADER
 o PRINT
The id for this event.

Constructor Index

 o JCOutlinerPrintEvent(JCOutlinerInterface, Graphics, int, int)

Method Index

 o getGraphics()
Gets the graphics for the current page
 o getPage()
Gets the page number.
 o getType()

Variables

 o HEADER
 public static final int HEADER
 o FOOTER
 public static final int FOOTER
 o PRINT
 public static final int PRINT
The id for this event.

Constructors

 o JCOutlinerPrintEvent
 public JCOutlinerPrintEvent(JCOutlinerInterface outliner,
                             Graphics gc,
                             int page,
                             int type)

Methods

 o getGraphics
 public Graphics getGraphics()
Gets the graphics for the current page

 o getPage
 public int getPage()
Gets the page number.

 o getType
 public int getType()

All Packages  Class Hierarchy  This Package  Previous  Next  Index