|
JClass DesktopViews 6.3.0 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.EventObject | +--com.klg.jclass.higrid.HiGridPrintEvent
Event object for HiGridPrintEvent
, a subclass of
HiGridEvent
containing information about the particular
type of event.
The event posted for each page during printing.
Field Summary | |
protected int |
eventType
|
protected Graphics |
gc
|
protected int |
numPages
|
protected PageFormat |
pageFormat
|
protected int |
pageIndex
|
static int |
PRINT_END
|
static int |
PRINT_FOOTER
|
static int |
PRINT_HEADER
|
protected com.klg.jclass.higrid.PrintGrid |
printGrid
|
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
HiGridPrintEvent(com.klg.jclass.higrid.HiGrid grid,
int eventType,
com.klg.jclass.higrid.PrintGrid printGrid,
Graphics gc,
PageFormat pageFormat,
int pageIndex,
int numPages)
Default constructor |
Method Summary | |
int |
getEventType()
Retrieves the type of this event. |
Graphics |
getGraphics()
Gets the graphics for the current page. |
int |
getNumPages()
Gets the number of pages. |
PageFormat |
getPageFormat()
Gets the page format. |
int |
getPageIndex()
Gets the page index. |
com.klg.jclass.higrid.PrintGrid |
getPrintGrid()
Gets the print grid. |
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final int PRINT_HEADER
public static final int PRINT_FOOTER
public static final int PRINT_END
protected int eventType
protected com.klg.jclass.higrid.PrintGrid printGrid
protected Graphics gc
protected int pageIndex
protected int numPages
protected PageFormat pageFormat
Constructor Detail |
public HiGridPrintEvent(com.klg.jclass.higrid.HiGrid grid, int eventType, com.klg.jclass.higrid.PrintGrid printGrid, Graphics gc, PageFormat pageFormat, int pageIndex, int numPages)
Method Detail |
public int getEventType()
public com.klg.jclass.higrid.PrintGrid getPrintGrid()
public Graphics getGraphics()
public PageFormat getPageFormat()
public int getPageIndex()
public int getNumPages()
|
Copyright © 2004 Quest Software Inc.. All rights reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |