Uses of Class
net.sf.jasperreports.engine.JRExporterParameter

Packages that use JRExporterParameter
net.sf.jasperreports.engine Provides access to the library's main functionality through façade classes for compiling, filling and exporting reports and also publishes the library's main interfaces and classes. 
net.sf.jasperreports.engine.export Provides utility classes for exporting reports to various popular formats. 
net.sf.jasperreports.engine.export.ooxml   
 

Uses of JRExporterParameter in net.sf.jasperreports.engine
 

Fields in net.sf.jasperreports.engine declared as JRExporterParameter
static JRExporterParameter JRExporterParameter.CHARACTER_ENCODING
          The character encoding used for export.
static JRExporterParameter JRExporterParameter.CLASS_LOADER
          Deprecated. Replaced by JasperReportsContext.
static JRExporterParameter JRExporterParameter.END_PAGE_INDEX
          An integer value representing the end index of the page range to be exported.
static JRExporterParameter JRExporterParameter.FILE_RESOLVER
          Deprecated. Replaced by JasperReportsContext.
static JRExporterParameter JRExporterParameter.FILTER
          Instance of the ExporterFilter interface to be used by the exporter to filter the elements to be exported.
static JRExporterParameter JRExporterParameter.FONT_MAP
          Deprecated. Replaced by FontFamily.getExportFont(String).
static JRExporterParameter JRExporterParameter.HYPERLINK_PRODUCER_FACTORY
          A JRHyperlinkProducerFactory which should be used for custom hyperlink types during export.
static JRExporterParameter JRExporterParameter.IGNORE_PAGE_MARGINS
          Indicates whether page margins should be ignored when the report is exported using a grid-based exporter The type of the parameter is java.lang.Boolean.
static JRExporterParameter JRExporterParameter.INPUT_FILE
          A java.io.File pointing to a file representing the serialized form of the JasperPrint object.
static JRExporterParameter JRExporterParameter.INPUT_FILE_NAME
          A file representing the serialized form of the JasperPrint object.
static JRExporterParameter JRExporterParameter.INPUT_STREAM
          The input stream that the exported JasperPrint object will be read from.
static JRExporterParameter JRExporterParameter.INPUT_URL
          The URL that the JasperPrint object will be read from.
static JRExporterParameter JRExporterParameter.JASPER_PRINT
          The JasperPrint object that will be exported.
static JRExporterParameter JRExporterParameter.JASPER_PRINT_LIST
          A list of JasperPrint objects to be exported.
static JRExporterParameter JRExporterParameter.OFFSET_X
          A parameter that allows users to move the entire content of each page horizontally.
static JRExporterParameter JRExporterParameter.OFFSET_Y
          A parameter that allows users to move the entire content of each page vertically.
static JRExporterParameter JRExporterParameter.OUTPUT_FILE
          The java.io.File instance that will be used to specify the file name of the exported report.
static JRExporterParameter JRExporterParameter.OUTPUT_FILE_NAME
          The file name of the exported report.
static JRExporterParameter JRExporterParameter.OUTPUT_STREAM
          The java.io.OutputStream instance that will be used to send the export output to.
static JRExporterParameter JRExporterParameter.OUTPUT_STRING_BUFFER
          The string buffer to send the export output to.
static JRExporterParameter JRExporterParameter.OUTPUT_WRITER
          The java.io.Writer instance that will be used to send the export output to.
static JRExporterParameter JRExporterParameter.PAGE_INDEX
          An integer value representing the index of the page to be exported.
static JRExporterParameter JRExporterParameter.PARAMETERS_OVERRIDE_REPORT_HINTS
          Export parameter that can override the PROPERTY_EXPORT_PARAMETERS_OVERRIDE_REPORT_HINTS property.
static JRExporterParameter JRExporterParameter.PROGRESS_MONITOR
          A JRExportProgressMonitor instance for monitoring export status.
static JRExporterParameter JRExporterParameter.START_PAGE_INDEX
          An integer value representing the start index of the page range to be exported.
static JRExporterParameter JRExporterParameter.URL_HANDLER_FACTORY
          Deprecated. Replaced by JasperReportsContext.
 

Fields in net.sf.jasperreports.engine with type parameters of type JRExporterParameter
protected  java.util.Map<JRExporterParameter,java.lang.Object> JRAbstractExporter.parameters
           
 

Methods in net.sf.jasperreports.engine that return types with arguments of type JRExporterParameter
 java.util.Map<JRExporterParameter,java.lang.Object> JRAbstractExporter.BaseExporterContext.getExportParameters()
           
 java.util.Map<JRExporterParameter,java.lang.Object> JRAbstractExporter.getParameters()
           
 java.util.Map<JRExporterParameter,java.lang.Object> JRExporter.getParameters()
          Gets a map containing all export parameters.
 

Methods in net.sf.jasperreports.engine with parameters of type JRExporterParameter
 boolean JRAbstractExporter.getBooleanParameter(JRExporterParameter parameter, java.lang.String property, boolean defaultValue)
           
 boolean JRAbstractExporter.ParameterResolver.getBooleanParameter(JRExporterParameter parameter, java.lang.String property, boolean defaultValue)
           
 boolean JRAbstractExporter.ParameterOverrideResolver.getBooleanParameter(JRExporterParameter parameter, java.lang.String property, boolean defaultValue)
           
 boolean JRAbstractExporter.ParameterOverriddenResolver.getBooleanParameter(JRExporterParameter parameter, java.lang.String property, boolean defaultValue)
           
 java.lang.Character JRAbstractExporter.getCharacterParameter(JRExporterParameter parameter, java.lang.String property)
           
 java.lang.Character JRAbstractExporter.ParameterResolver.getCharacterParameter(JRExporterParameter parameter, java.lang.String property)
           
 java.lang.Character JRAbstractExporter.ParameterOverrideResolver.getCharacterParameter(JRExporterParameter parameter, java.lang.String property)
           
 java.lang.Character JRAbstractExporter.ParameterOverriddenResolver.getCharacterParameter(JRExporterParameter parameter, java.lang.String property)
           
 float JRAbstractExporter.getFloatParameter(JRExporterParameter parameter, java.lang.String property, float defaultValue)
           
 float JRAbstractExporter.ParameterResolver.getFloatParameter(JRExporterParameter parameter, java.lang.String property, float defaultValue)
           
 float JRAbstractExporter.ParameterOverrideResolver.getFloatParameter(JRExporterParameter parameter, java.lang.String property, float defaultValue)
           
 float JRAbstractExporter.ParameterOverriddenResolver.getFloatParameter(JRExporterParameter parameter, java.lang.String property, float defaultValue)
           
 int JRAbstractExporter.getIntegerParameter(JRExporterParameter parameter, java.lang.String property, int defaultValue)
           
 int JRAbstractExporter.ParameterResolver.getIntegerParameter(JRExporterParameter parameter, java.lang.String property, int defaultValue)
           
 int JRAbstractExporter.ParameterOverrideResolver.getIntegerParameter(JRExporterParameter parameter, java.lang.String property, int defaultValue)
           
 int JRAbstractExporter.ParameterOverriddenResolver.getIntegerParameter(JRExporterParameter parameter, java.lang.String property, int defaultValue)
           
 java.lang.Object JRAbstractExporter.getParameter(JRExporterParameter parameter)
           
 java.lang.Object JRExporter.getParameter(JRExporterParameter parameter)
          Gets an export parameter.
 java.lang.String[] JRAbstractExporter.getStringArrayParameter(JRExporterParameter parameter, java.lang.String property)
           
 java.lang.String[] JRAbstractExporter.ParameterResolver.getStringArrayParameter(JRExporterParameter parameter, java.lang.String propertyPrefix)
           
 java.lang.String[] JRAbstractExporter.ParameterOverrideResolver.getStringArrayParameter(JRExporterParameter parameter, java.lang.String propertyPrefix)
           
 java.lang.String[] JRAbstractExporter.ParameterOverriddenResolver.getStringArrayParameter(JRExporterParameter parameter, java.lang.String propertyPrefix)
           
 java.lang.String JRAbstractExporter.getStringParameter(JRExporterParameter parameter, java.lang.String property)
           
 java.lang.String JRAbstractExporter.ParameterResolver.getStringParameter(JRExporterParameter parameter, java.lang.String property)
           
 java.lang.String JRAbstractExporter.ParameterOverrideResolver.getStringParameter(JRExporterParameter parameter, java.lang.String property)
           
 java.lang.String JRAbstractExporter.ParameterOverriddenResolver.getStringParameter(JRExporterParameter parameter, java.lang.String property)
           
 java.lang.String JRAbstractExporter.getStringParameterOrDefault(JRExporterParameter parameter, java.lang.String property)
           
 java.lang.String JRAbstractExporter.ParameterResolver.getStringParameterOrDefault(JRExporterParameter parameter, java.lang.String property)
           
 java.lang.String JRAbstractExporter.ParameterOverrideResolver.getStringParameterOrDefault(JRExporterParameter parameter, java.lang.String property)
           
 java.lang.String JRAbstractExporter.ParameterOverriddenResolver.getStringParameterOrDefault(JRExporterParameter parameter, java.lang.String property)
           
 void JRAbstractExporter.setParameter(JRExporterParameter parameter, java.lang.Object value)
           
 void JRExporter.setParameter(JRExporterParameter parameter, java.lang.Object value)
          Sets an export parameter for advanced customization of the export process.
 

Method parameters in net.sf.jasperreports.engine with type arguments of type JRExporterParameter
 void JRAbstractExporter.setParameters(java.util.Map<JRExporterParameter,java.lang.Object> parameters)
           
 void JRExporter.setParameters(java.util.Map<JRExporterParameter,java.lang.Object> parameters)
          Sets export parameters from a specified map.
 

Uses of JRExporterParameter in net.sf.jasperreports.engine.export
 

Subclasses of JRExporterParameter in net.sf.jasperreports.engine.export
 class JExcelApiExporterParameter
           
 class JRCsvExporterParameter
          Contains parameters useful for export in CSV format.
 class JRCsvMetadataExporterParameter
          Contains parameters useful for export in CSV format based on metadata.
 class JRGraphics2DExporterParameter
          Contains parameters useful for export to an AWT Graphics2D object.
 class JRHtmlExporterParameter
          Contains parameters useful for export in HTML format.
 class JRPdfExporterParameter
          Contains parameters useful for export in PDF format.
 class JRPrintServiceExporterParameter
           
 class JRTextExporterParameter
          Contains parameters useful for export in plain text format.
 class JRXlsAbstractExporterParameter
          Contains parameters useful for export in XLS format.
 class JRXlsAbstractMetadataExporterParameter
          Contains parameters useful for export to XLS format based on metadata.
 class JRXlsExporterParameter
          Contains parameters useful for export in XLS format using apache.poi.hssf APIs.
 class JRXmlExporterParameter
          Contains parameters useful for export in XML format.
 

Fields in net.sf.jasperreports.engine.export declared as JRExporterParameter
static JRExporterParameter JRXlsAbstractExporterParameter.CREATE_CUSTOM_PALETTE
          A boolean value specifying whether the standard color palette should be customized so that the XLS result uses the original report colors.
static JRExporterParameter JRXlsAbstractExporterParameter.FORMAT_PATTERNS_MAP
          This export parameter should be used when converting java format patterns to equivalent proprietary format patterns.
static JRExporterParameter JRXlsAbstractExporterParameter.MAXIMUM_ROWS_PER_SHEET
          An integer value specifying the maximum number of rows allowed to be shown in a sheet.
 

Methods in net.sf.jasperreports.engine.export that return types with arguments of type JRExporterParameter
 java.util.Map<JRExporterParameter,java.lang.Object> JRXhtmlExporter.getExportParameters()
           
 java.util.Map<JRExporterParameter,java.lang.Object> JRExporterContext.getExportParameters()
          Returns the map of export parameters.
 java.util.Map<JRExporterParameter,java.lang.Object> JRHtmlExporter.getExportParameters()
           
 

Uses of JRExporterParameter in net.sf.jasperreports.engine.export.ooxml
 

Subclasses of JRExporterParameter in net.sf.jasperreports.engine.export.ooxml
 class JRDocxExporterParameter
          Contains parameters useful for export in DOCX format.
 



© 2001-2010 Jaspersoft Corporation www.jaspersoft.com