Package com.stimulsoft.report.print
Class StiPagePrintable
java.lang.Object
com.stimulsoft.report.print.StiPagePrintable
- All Implemented Interfaces:
Printable
Printable object that print page to printer
Copyright Stimulsoft
-
Field Summary
Fields inherited from interface java.awt.print.Printable
NO_SUCH_PAGE, PAGE_EXISTS -
Constructor Summary
ConstructorsConstructorDescriptionStiPagePrintable(StiPage page) ConstructorStiPageStiPagePrintable(StiPage page, int segmentX, int segmentY, double pageWidth, double pageHeight) Constructor -
Method Summary
Modifier and TypeMethodDescriptionintprint(Graphics graphics, PageFormat pageFormat, int pageIndex) Print component on the printer
-
Constructor Details
-
StiPagePrintable
ConstructorStiPage- Parameters:
page-
-
StiPagePrintable
public StiPagePrintable(StiPage page, int segmentX, int segmentY, double pageWidth, double pageHeight) Constructor- Parameters:
page-StiPagesegmentX- x-axis segment of segmented pagesegmentY- y-axis segment of segmented page
-
-
Method Details
-
print
Print component on the printer- Specified by:
printin interfacePrintable- Throws:
PrinterException
-