public class SimpleGraphics2DReportConfiguration extends SimpleReportExportConfiguration implements Graphics2DReportConfiguration
MINIMIZE_PRINTER_JOB_SIZEPROPERTY_IGNORE_PAGE_MARGINSPROPERTY_EXPORT_CONFIGURATION_OVERRIDE_REPORT_HINTS| Constructor and Description |
|---|
SimpleGraphics2DReportConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
Float |
getZoomRatio()
The zoom ratio used for the export.
|
Boolean |
isIgnoreMissingFont() |
Boolean |
isMinimizePrinterJobSize()
Flag to control the use of an AWT rendering fix which causes the printer job size to be reduced when
the exporter draws onto a printer graphic context.
|
void |
setIgnoreMissingFont(Boolean isIgnoreMissingFont) |
void |
setMinimizePrinterJobSize(Boolean isMinimizePrinterJobSize) |
void |
setZoomRatio(Float zoomRatio) |
getEndPageIndex, getExporterFilter, getHyperlinkProducerFactory, getOffsetX, getOffsetY, getPageIndex, getProgressMonitor, getStartPageIndex, setEndPageIndex, setExporterFilter, setHyperlinkProducerFactory, setOffsetX, setOffsetY, setPageIndex, setProgressMonitor, setStartPageIndexisOverrideHints, setOverrideHintsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetEndPageIndex, getExporterFilter, getHyperlinkProducerFactory, getOffsetX, getOffsetY, getPageIndex, getProgressMonitor, getStartPageIndexisOverrideHintspublic Float getZoomRatio()
Graphics2DReportConfigurationgetZoomRatio in interface Graphics2DReportConfigurationpublic void setZoomRatio(Float zoomRatio)
public Boolean isMinimizePrinterJobSize()
Graphics2DReportConfigurationisMinimizePrinterJobSize in interface Graphics2DReportConfigurationGraphics2DReportConfiguration.MINIMIZE_PRINTER_JOB_SIZEpublic void setMinimizePrinterJobSize(Boolean isMinimizePrinterJobSize)
public Boolean isIgnoreMissingFont()
isIgnoreMissingFont in interface Graphics2DReportConfigurationpublic void setIgnoreMissingFont(Boolean isIgnoreMissingFont)
Copyright © 2017. All rights reserved.