Class DefaultReportDecorator
java.lang.Object
com.itextpdf.pdfoptimizer.report.decorator.DefaultMessageDecorator
com.itextpdf.pdfoptimizer.report.decorator.DefaultReportDecorator
- All Implemented Interfaces:
-
IMessageDecorator
,IReportDecorator
This is the default implementation of the
IReportDecorator
.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.itextpdf.pdfoptimizer.report.decorator.DefaultMessageDecorator
decorateMessage
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.itextpdf.pdfoptimizer.report.decorator.IMessageDecorator
decorateMessage
-
Constructor Details
-
DefaultReportDecorator
public DefaultReportDecorator()
-
-
Method Details
-
getHeader
Creates an empty header.- Specified by:
-
getHeader
in interfaceIReportDecorator
- Returns:
- the header of the optimization report, may be null
-
getSeparator
Uses \r\n as a separator.- Specified by:
-
getSeparator
in interfaceIReportDecorator
- Returns:
- the separator
-