public class SimpleGraphics2DReportConfiguration extends SimpleReportExportConfiguration implements Graphics2DReportConfiguration
MINIMIZE_PRINTER_JOB_SIZE
PROPERTY_IGNORE_PAGE_MARGINS
PROPERTY_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, setStartPageIndex
isOverrideHints, setOverrideHints
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getEndPageIndex, getExporterFilter, getHyperlinkProducerFactory, getOffsetX, getOffsetY, getPageIndex, getProgressMonitor, getStartPageIndex
isOverrideHints
public Float getZoomRatio()
Graphics2DReportConfiguration
getZoomRatio
in interface Graphics2DReportConfiguration
public void setZoomRatio(Float zoomRatio)
public Boolean isMinimizePrinterJobSize()
Graphics2DReportConfiguration
isMinimizePrinterJobSize
in interface Graphics2DReportConfiguration
Graphics2DReportConfiguration.MINIMIZE_PRINTER_JOB_SIZE
public void setMinimizePrinterJobSize(Boolean isMinimizePrinterJobSize)
public Boolean isIgnoreMissingFont()
isIgnoreMissingFont
in interface Graphics2DReportConfiguration
public void setIgnoreMissingFont(Boolean isIgnoreMissingFont)
Copyright © 2017. All rights reserved.