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_HINTS
-
Fields inherited from interface net.sf.jasperreports.export.Graphics2DReportConfiguration
MINIMIZE_PRINTER_JOB_SIZE, PROPERTY_WHITE_PAGE_BACKGROUND
-
Fields inherited from interface net.sf.jasperreports.export.ReportExportConfiguration
PROPERTY_IGNORE_PAGE_MARGINS
-
-
Constructor Summary
Constructors Constructor Description SimplePrintServiceReportConfiguration()
-
Method Summary
-
Methods inherited from class net.sf.jasperreports.export.SimpleGraphics2DReportConfiguration
getZoomRatio, isIgnoreMissingFont, isMinimizePrinterJobSize, isWhitePageBackground, setIgnoreMissingFont, setMinimizePrinterJobSize, setWhitePageBackground, setZoomRatio
-
Methods inherited from class net.sf.jasperreports.export.SimpleReportExportConfiguration
getEndPageIndex, getExporterFilter, getHyperlinkProducerFactory, getOffsetX, getOffsetY, getPageIndex, getProgressMonitor, getStartPageIndex, setEndPageIndex, setExporterFilter, setHyperlinkProducerFactory, setOffsetX, setOffsetY, setPageIndex, setProgressMonitor, setStartPageIndex
-
Methods inherited from class net.sf.jasperreports.export.SimpleCommonExportConfiguration
isOverrideHints, setOverrideHints
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.sf.jasperreports.export.CommonExportConfiguration
isOverrideHints
-
Methods inherited from interface net.sf.jasperreports.export.Graphics2DReportConfiguration
getZoomRatio, isIgnoreMissingFont, isMinimizePrinterJobSize, isWhitePageBackground
-
Methods inherited from interface net.sf.jasperreports.export.ReportExportConfiguration
getEndPageIndex, getExporterFilter, getHyperlinkProducerFactory, getOffsetX, getOffsetY, getPageIndex, getProgressMonitor, getStartPageIndex
-
-