Class CompiledPNGReportImpl
java.lang.Object
net.datenwerke.rs.core.service.reportmanager.engine.basereports.CompiledPNGReportImpl
- All Implemented Interfaces:
Serializable,CompiledPngReport,CompiledReport
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns a file extension for files of this typeReturns the mime type of this report.Returns the actual report.booleanhasData()Returns true if this object contains reporting data.booleanReturns true if the report is String based (in contrast to binary)
-
Constructor Details
-
CompiledPNGReportImpl
-
-
Method Details
-
getMimeType
Description copied from interface:CompiledReportReturns the mime type of this report.- Specified by:
getMimeTypein interfaceCompiledReport
-
getFileExtension
Description copied from interface:CompiledReportReturns a file extension for files of this type- Specified by:
getFileExtensionin interfaceCompiledReport
-
hasData
public boolean hasData()Description copied from interface:CompiledReportReturns true if this object contains reporting data.- Specified by:
hasDatain interfaceCompiledReport
-
isStringReport
public boolean isStringReport()Description copied from interface:CompiledReportReturns true if the report is String based (in contrast to binary)- Specified by:
isStringReportin interfaceCompiledReport
-
getReport
Description copied from interface:CompiledReportReturns the actual report.- Specified by:
getReportin interfaceCompiledPngReport- Specified by:
getReportin interfaceCompiledReport
-