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
-
FOOTER
-
-
HEADER
-
-
PRINT
- The id for this event.
-
JCOutlinerPrintEvent(JCOutlinerInterface, Graphics, int, int)
-
-
getGraphics()
- Gets the graphics for the current page
-
getPage()
- Gets the page number.
-
getType()
-
HEADER
public static final int HEADER
FOOTER
public static final int FOOTER
PRINT
public static final int PRINT
- The id for this event.
JCOutlinerPrintEvent
public JCOutlinerPrintEvent(JCOutlinerInterface outliner,
Graphics gc,
int page,
int type)
getGraphics
public Graphics getGraphics()
- Gets the graphics for the current page
getPage
public int getPage()
- Gets the page number.
getType
public int getType()
All Packages Class Hierarchy This Package Previous Next Index