Package net.sf.jasperreports.export
Class SimplePrintServiceReportConfiguration
java.lang.Object
net.sf.jasperreports.export.SimpleCommonExportConfiguration
net.sf.jasperreports.export.SimpleReportExportConfiguration
net.sf.jasperreports.export.SimpleGraphics2DReportConfiguration
net.sf.jasperreports.export.SimplePrintServiceReportConfiguration
- All Implemented Interfaces:
CommonExportConfiguration,Graphics2DReportConfiguration,PrintServiceReportConfiguration,ReportExportConfiguration
public class SimplePrintServiceReportConfiguration
extends SimpleGraphics2DReportConfiguration
implements PrintServiceReportConfiguration
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
Field Summary
Fields inherited from interface net.sf.jasperreports.export.CommonExportConfiguration
PROPERTY_EXPORT_CONFIGURATION_OVERRIDE_REPORT_HINTSFields inherited from interface net.sf.jasperreports.export.Graphics2DReportConfiguration
MINIMIZE_PRINTER_JOB_SIZE, PROPERTY_WHITE_PAGE_BACKGROUNDFields inherited from interface net.sf.jasperreports.export.ReportExportConfiguration
PROPERTY_IGNORE_PAGE_MARGINS -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.sf.jasperreports.export.SimpleGraphics2DReportConfiguration
getZoomRatio, isIgnoreMissingFont, isMinimizePrinterJobSize, isWhitePageBackground, setIgnoreMissingFont, setMinimizePrinterJobSize, setWhitePageBackground, setZoomRatioMethods inherited from class net.sf.jasperreports.export.SimpleReportExportConfiguration
getEndPageIndex, getExporterFilter, getHyperlinkProducerFactory, getOffsetX, getOffsetY, getPageIndex, getProgressMonitor, getStartPageIndex, setEndPageIndex, setExporterFilter, setHyperlinkProducerFactory, setOffsetX, setOffsetY, setPageIndex, setProgressMonitor, setStartPageIndexMethods inherited from class net.sf.jasperreports.export.SimpleCommonExportConfiguration
isOverrideHints, setOverrideHintsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.sf.jasperreports.export.CommonExportConfiguration
isOverrideHintsMethods inherited from interface net.sf.jasperreports.export.Graphics2DReportConfiguration
getZoomRatio, isIgnoreMissingFont, isMinimizePrinterJobSize, isWhitePageBackgroundMethods inherited from interface net.sf.jasperreports.export.ReportExportConfiguration
getEndPageIndex, getExporterFilter, getHyperlinkProducerFactory, getOffsetX, getOffsetY, getPageIndex, getProgressMonitor, getStartPageIndex
-
Constructor Details
-
SimplePrintServiceReportConfiguration
public SimplePrintServiceReportConfiguration()
-