Class JasperReportImageOutputFormat

    • Field Detail

      • IMAGE_TYPES

        public static final java.util.Map<java.lang.String,​java.lang.Integer> IMAGE_TYPES
    • Constructor Detail

      • JasperReportImageOutputFormat

        public JasperReportImageOutputFormat()
    • Method Detail

      • getContentType

        public java.lang.String getContentType()
        Description copied from interface: OutputFormat
        The content type of the output.
        Specified by:
        getContentType in interface OutputFormat
      • getFileSuffix

        public java.lang.String getFileSuffix()
        Description copied from interface: OutputFormat
        The file suffix to use when writing to a file.
        Specified by:
        getFileSuffix in interface OutputFormat
      • setFileSuffix

        public void setFileSuffix​(java.lang.String fileSuffix)