Package com.inet.pdfc.presenter
Class ReportPDFPresenter
java.lang.Object
com.inet.pdfc.presenter.BasePresenter
com.inet.pdfc.presenter.ReportPresenter
com.inet.pdfc.presenter.ReportPDFPresenter
- All Implemented Interfaces:
NamedExtension
Deprecated.
Generates a statistical report of the comparison which contains diagrams of the difference types and their
distribution along the pages. The export format of this presenter is PDF by default.
An active 'reporting' plugin is required to use this filter!
An active 'reporting' plugin is required to use this filter!
- Since:
- i-net PDFC 21.4
-
Nested Class Summary
Nested classes/interfaces inherited from class com.inet.pdfc.presenter.BasePresenter
BasePresenter.ERROR_SOURCE
-
Field Summary
Fields inherited from class com.inet.pdfc.presenter.ReportPresenter
FORMAT_ODS, FORMAT_PDF, FORMAT_RTF, FORMAT_XLS, FORMAT_XLSX
Fields inherited from class com.inet.pdfc.presenter.BasePresenter
LOGGER, MAX_FILENAME_LENGTH
-
Constructor Summary
ConstructorDescriptionReportPDFPresenter
(boolean detailed, boolean appendSettings, File rootFolder) Deprecated.As of i-net PDFC 21.4 - use the super class insteadReportPDFPresenter
(boolean detailed, boolean appendSettings, File target, boolean isFolder) Deprecated.As of i-net PDFC 21.4 - use the super class insteadReportPDFPresenter
(boolean detailed, boolean appendSettings, String exportFormat, File target, boolean isFolder) Deprecated.As of i-net PDFC 5.0 - use the super class instead -
Method Summary
Methods inherited from class com.inet.pdfc.presenter.ReportPresenter
detachFromModel, executeImmediately, getExportStream, getExtensionName, getModel, onClear, onComparisonDone, onDataUpdate, onError, onFilterChange, onFinish, onInit, onProgressUpdate, setExportFormat, setModel, setPassword, spawn
Methods inherited from class com.inet.pdfc.presenter.BasePresenter
canInformUserOnErrors, configure, createExportFilename, getDefaultExportName, getLastPresenterException, getParent, getPresenterExceptions, setParent
-
Constructor Details
-
ReportPDFPresenter
Deprecated.As of i-net PDFC 21.4 - use the super class insteadCreates the exporter with format PDF.- Parameters:
detailed
- set to true when additional the list of errors must be renderedappendSettings
- true when settings must be appendedrootFolder
- the root folder to write the results to, will be ignored ifReportPresenter.getExportStream()
is overwritten- Throws:
IllegalStateException
- in case the presenter is used without the reporting plugin- Since:
- i-net PDFC 3.0
-
ReportPDFPresenter
@Deprecated public ReportPDFPresenter(boolean detailed, boolean appendSettings, File target, boolean isFolder) Deprecated.As of i-net PDFC 21.4 - use the super class insteadCreates the exporter with format PDF.- Parameters:
detailed
- set to true when additional the list of errors must be renderedappendSettings
- true when settings must be appendedtarget
- the folder or file to write the results to, will be ignored ifReportPresenter.getExportStream()
is overwrittenisFolder
- if the target is a folder or a file- Throws:
IllegalStateException
- in case the presenter is used without the reporting plugin- Since:
- i-net PDFC 4.3
-
ReportPDFPresenter
@Deprecated public ReportPDFPresenter(boolean detailed, boolean appendSettings, String exportFormat, File target, boolean isFolder) Deprecated.As of i-net PDFC 5.0 - use the super class insteadCreates the exporter with a custom format.- Parameters:
detailed
- set to true when additional the list of errors must be renderedappendSettings
- true when settings must be appendedexportFormat
- defines the format of the exported report. Valid values are 'pdf', 'xls', 'xlsx', 'ods' and 'rtf'.target
- the folder or file to write the results to, will be ignored ifReportPresenter.getExportStream()
is overwrittenisFolder
- if the target is a folder or a file- Throws:
IllegalStateException
- in case the presenter is used without the reporting plugin- Since:
- i-net PDFC 4.3
-
ReportPresenter(boolean, boolean, String, OutputStream)
instead