Interface GenericElementXmlHandler

All Superinterfaces:
GenericElementHandler
All Known Implementing Classes:
IconLabelElementXmlHandler

public interface GenericElementXmlHandler extends GenericElementHandler
A generic print element XML export handler.
Author:
Teodor Danciu (teodord@users.sourceforge.net)
  • Method Details

    • exportElement

      void exportElement(JRXmlExporterContext exporterContext, JRGenericPrintElement element)
      Exports a generic element.

      Access to the exporter output and environment is provided via the JRXmlExporterContext argument.

      Parameters:
      exporterContext - the exporter context
      element - the generic element to export