Interface JRExporterContext

    • Method Detail

      • getExporterRef

        Exporter getExporterRef()
        Returns the current exporter.
        Returns:
        current exporter
      • getExportedReport

        JasperPrint getExportedReport()
        Returns the report which is currently exported.
        Returns:
        currently exported report
      • getExportParameters

        java.util.Map<JRExporterParameter,​java.lang.Object> getExportParameters()
        Deprecated.
        To be removed.
        Returns the map of export parameters.

        The map uses JRExporterParameter instances as keys.

        Returns:
        the map of export parameters
      • getOffsetX

        int getOffsetX()
        Returns the current X-axis offset at which elements should be exported.
        Returns:
        the current X-axis offset
      • getOffsetY

        int getOffsetY()
        Returns the current Y-axis offset at which elements should be exported.
        Returns:
        the current Y-axis offset
      • getValue

        java.lang.Object getValue​(java.lang.String key)
      • setValue

        void setValue​(java.lang.String key,
                      java.lang.Object value)
      • getValues

        java.util.Map<java.lang.String,​java.lang.Object> getValues()