|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JRException | |
---|---|
net.sf.jasperreports.charts.design | Contains design time implementations for chart related interfaces. |
net.sf.jasperreports.charts.xml | Contains classes for loading chart related tags from report templates XML files. |
net.sf.jasperreports.compilers | |
net.sf.jasperreports.crosstabs.design | |
net.sf.jasperreports.crosstabs.fill | |
net.sf.jasperreports.crosstabs.fill.calculation | |
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.base | Contains base implementations for the library's main interfaces. |
net.sf.jasperreports.engine.data | Provides various report data source implementations and allows creating custom data sources. |
net.sf.jasperreports.engine.design | Contains design time implementations for the library's main interfaces as well as report compiling tools. |
net.sf.jasperreports.engine.export | Provides utility classes for exporting reports to various popular formats. |
net.sf.jasperreports.engine.export.data | |
net.sf.jasperreports.engine.export.draw | |
net.sf.jasperreports.engine.export.oasis | |
net.sf.jasperreports.engine.fill | Contains fill time implementations for the library's main interfaces and the entire engine used in the filling process (the actual core of JasperReports). |
net.sf.jasperreports.engine.print | Provides printing support. |
net.sf.jasperreports.engine.query | |
net.sf.jasperreports.engine.util | Utility classes. |
net.sf.jasperreports.engine.util.xml | |
net.sf.jasperreports.engine.xml | Contains classes for loading report templates from XML files. |
net.sf.jasperreports.olap | |
net.sf.jasperreports.olap.xmla | |
net.sf.jasperreports.renderers | Contains image renderer implementations. |
net.sf.jasperreports.view | Contains the Jasper viewer implementation. |
net.sf.jasperreports.view.save | Contains classes for saving reports inside the Jasper viewer. |
Uses of JRException in net.sf.jasperreports.charts.design |
---|
Methods in net.sf.jasperreports.charts.design that throw JRException | |
---|---|
void |
JRDesignMeterPlot.setDataRange(JRDataRange dataRange)
Sets the range of values that the meter can display. |
void |
JRDesignMeterPlot.setShape(byte shape)
Sets the shape of the meter. |
Uses of JRException in net.sf.jasperreports.charts.xml |
---|
Methods in net.sf.jasperreports.charts.xml that throw JRException | |
---|---|
java.lang.Object |
JRThermometerPlotFactory.createObject(org.xml.sax.Attributes atts)
|
java.lang.Object |
JRMultiAxisPlotFactory.createObject(org.xml.sax.Attributes atts)
|
java.lang.Object |
JRMeterPlotFactory.createObject(org.xml.sax.Attributes atts)
|
java.lang.Object |
JRChartAxisFactory.createObject(org.xml.sax.Attributes atts)
|
Uses of JRException in net.sf.jasperreports.compilers |
---|
Methods in net.sf.jasperreports.compilers that throw JRException | |
---|---|
protected void |
JRGroovyCompiler.checkLanguage(java.lang.String language)
|
protected void |
JRBshCompiler.checkLanguage(java.lang.String language)
|
protected java.lang.String |
JRGroovyCompiler.compileUnits(JRCompilationUnit[] units,
java.lang.String classpath,
java.io.File tempDirFile)
|
protected java.lang.String |
JRBshCompiler.compileUnits(JRCompilationUnit[] units,
java.lang.String classpath,
java.io.File tempDirFile)
|
protected void |
JRBshEvaluator.customizedInit(java.util.Map pars,
java.util.Map fldsm,
java.util.Map varsm)
|
protected java.lang.String |
JRGroovyGenerator.generateClass()
|
static java.lang.String |
JRGroovyGenerator.generateClass(JRSourceCompileTask sourceTask)
|
protected void |
JRGroovyGenerator.generateInitFieldsMethod(java.lang.StringBuffer sb)
|
protected void |
JRGroovyGenerator.generateInitParamsMethod(java.lang.StringBuffer sb)
|
protected void |
JRGroovyGenerator.generateInitVarsMethod(java.lang.StringBuffer sb)
|
protected java.lang.String |
JRGroovyGenerator.generateMethod(byte evaluationType,
java.util.List expressionsList)
|
protected JRCompilationSourceCode |
JRGroovyCompiler.generateSourceCode(JRSourceCompileTask sourceTask)
|
protected JRCompilationSourceCode |
JRBshCompiler.generateSourceCode(JRSourceCompileTask sourceTask)
|
protected JREvaluator |
JRBshCompiler.loadEvaluator(java.io.Serializable compileData,
java.lang.String unitName)
|
void |
JRBshEvaluator.verify(java.util.Collection expressions)
|
Constructors in net.sf.jasperreports.compilers that throw JRException | |
---|---|
JRBshEvaluator(java.lang.String bshScript)
|
Uses of JRException in net.sf.jasperreports.crosstabs.design |
---|
Methods in net.sf.jasperreports.crosstabs.design that throw JRException | |
---|---|
void |
JRDesignCrosstab.addCell(JRDesignCrosstabCell cell)
Adds a data cell to the crosstab. |
void |
JRDesignCrosstab.addColumnGroup(JRDesignCrosstabColumnGroup group)
Adds a column group. |
void |
JRDesignCrosstab.addMeasure(JRDesignCrosstabMeasure measure)
Adds a measure to the crosstab. |
void |
JRDesignCrosstab.addParameter(JRCrosstabParameter parameter)
Adds a parameter to the crosstab. |
void |
JRDesignCrosstab.addRowGroup(JRDesignCrosstabRowGroup group)
Adds a row group. |
Uses of JRException in net.sf.jasperreports.crosstabs.fill |
---|
Methods in net.sf.jasperreports.crosstabs.fill that throw JRException | |
---|---|
java.lang.Object |
JRCrosstabExpressionEvaluator.evaluate(JRExpression expression,
byte evaluationType)
|
void |
JRCrosstabExpressionEvaluator.init(java.util.Map parametersMap,
java.util.Map variablesMap,
byte whenResourceMissingType)
|
Uses of JRException in net.sf.jasperreports.crosstabs.fill.calculation |
---|
Methods in net.sf.jasperreports.crosstabs.fill.calculation that throw JRException | |
---|---|
void |
BucketingService.addData(java.lang.Object[] bucketValues,
java.lang.Object[] measureValues)
Feeds data to the engine. |
void |
MeasureDefinition.MeasureValue.addValue(MeasureDefinition.MeasureValue measureValue)
Accumulates another measure value. |
void |
MeasureDefinition.MeasureValue.addValue(java.lang.Object addValue)
Accumulates a value. |
protected void |
BucketingService.collectCols(BucketingService.BucketListMap collectedCols,
BucketingService.BucketMap bucketMap)
|
protected void |
BucketingService.computeColumnTotal(BucketingService.BucketMap bucketMap)
|
protected void |
BucketingService.computeRowTotals(BucketingService.BucketMap bucketMap)
|
protected void |
BucketingService.computeTotals(BucketingService.BucketMap bucketMap)
|
protected void |
BucketingService.createCrosstab()
|
void |
BucketingService.processData()
Processes the data which was fed to the engine. |
protected void |
BucketingService.sumVals(MeasureDefinition.MeasureValue[] totals,
MeasureDefinition.MeasureValue[] vals)
|
Constructors in net.sf.jasperreports.crosstabs.fill.calculation that throw JRException | |
---|---|
BucketDefinition(java.lang.Class valueClass,
java.util.Comparator comparator,
byte order,
byte totalPosition)
Creates a bucket. |
Uses of JRException in net.sf.jasperreports.engine |
---|
Subclasses of JRException in net.sf.jasperreports.engine | |
---|---|
class |
JRScriptletException
|
Methods in net.sf.jasperreports.engine that throw JRException | |
---|---|
void |
JasperPrint.addFont(JRReportFont reportFont)
Deprecated. |
void |
JasperPrint.addFont(JRReportFont reportFont,
boolean isIgnoreDuplicate)
Deprecated. |
void |
JRSimpleTemplate.addStyle(JRStyle style)
Adds a style to the template. |
void |
JasperPrint.addStyle(JRStyle style)
Adds a new style to the report styles. |
void |
JasperPrint.addStyle(JRStyle style,
boolean isIgnoreDuplicate)
Adds a new style to the report styles. |
protected void |
JRSimpleTemplate.checkExistingName(java.lang.String name)
|
protected java.lang.String |
JRResultSetDataSource.clobToString(java.sql.Clob clob)
|
static JasperReport |
JasperManager.compileReport(java.io.InputStream inputStream)
Deprecated. Replaced by JasperCompileManager.compileReport(InputStream) . |
static JasperReport |
JasperCompileManager.compileReport(java.io.InputStream inputStream)
Compiles the serialized report design object read from the supplied input stream and returns the generated compiled report design object. |
static JasperReport |
JasperManager.compileReport(JasperDesign jasperDesign)
Deprecated. Replaced by JasperCompileManager.compileReport(JasperDesign) . |
static JasperReport |
JasperCompileManager.compileReport(JasperDesign jasperDesign)
Compiles the report design object received as parameter and returns the generated compiled report design object. |
static JasperReport |
JasperManager.compileReport(java.lang.String sourceFileName)
Deprecated. Replaced by JasperCompileManager.compileReport(String) . |
static JasperReport |
JasperCompileManager.compileReport(java.lang.String sourceFileName)
Compiles the XML report design file received as parameter, and returns the compiled report design object. |
static void |
JasperManager.compileReportToFile(JasperDesign jasperDesign,
java.lang.String destFileName)
Deprecated. Replaced by JasperCompileManager.compileReportToFile(JasperDesign, String) . |
static void |
JasperCompileManager.compileReportToFile(JasperDesign jasperDesign,
java.lang.String destFileName)
Compiles the report design object received as the first parameter, placing the result in the file specified by the second parameter. |
static java.lang.String |
JasperManager.compileReportToFile(java.lang.String sourceFileName)
Deprecated. Replaced by JasperCompileManager.compileReportToFile(String) . |
static java.lang.String |
JasperCompileManager.compileReportToFile(java.lang.String sourceFileName)
Compiles the XML report design file specified by the parameter. |
static void |
JasperManager.compileReportToFile(java.lang.String sourceFileName,
java.lang.String destFileName)
Deprecated. Replaced by JasperCompileManager.compileReportToFile(String, String) . |
static void |
JasperCompileManager.compileReportToFile(java.lang.String sourceFileName,
java.lang.String destFileName)
Compiles the XML report design file received as the first parameter, placing the result in the file specified by the second parameter. |
static void |
JasperManager.compileReportToStream(java.io.InputStream inputStream,
java.io.OutputStream outputStream)
Deprecated. Replaced by JasperCompileManager.compileReportToStream(InputStream, OutputStream) . |
static void |
JasperCompileManager.compileReportToStream(java.io.InputStream inputStream,
java.io.OutputStream outputStream)
Compiles the XML representation of the report design read from the supplied input stream and writes the generated compiled report design object to the output stream specified by the second parameter. |
static void |
JasperManager.compileReportToStream(JasperDesign jasperDesign,
java.io.OutputStream outputStream)
Deprecated. Replaced by JasperCompileManager.compileReportToStream(JasperDesign, OutputStream) . |
static void |
JasperCompileManager.compileReportToStream(JasperDesign jasperDesign,
java.io.OutputStream outputStream)
Compiles the report design object represented by the first parameter and writes the generated compiled report design object to the output stream specified by the second parameter. |
JRDataSource |
JRDataSourceProvider.create(JasperReport report)
Creates and returns a new instance of the provided data source. |
void |
JRDataSourceProvider.dispose(JRDataSource dataSource)
Disposes the data source previously obtained using the create method. |
void |
JRExporter.exportReport()
Actually starts the export process. |
abstract void |
JRAbstractExporter.exportReport()
|
static void |
JasperExportManager.exportReportToHtmlFile(JasperPrint jasperPrint,
java.lang.String destFileName)
Exports the generated report object received as parameter into HTML format, placing the result into the second file parameter. |
static java.lang.String |
JasperExportManager.exportReportToHtmlFile(java.lang.String sourceFileName)
Exports the generated report file specified by the parameter into HTML format. |
static void |
JasperExportManager.exportReportToHtmlFile(java.lang.String sourceFileName,
java.lang.String destFileName)
Exports the generated report file specified by the first parameter into HTML format, placing the result into the second file parameter. |
static byte[] |
JasperExportManager.exportReportToPdf(JasperPrint jasperPrint)
Exports the generated report object received as parameter into PDF format and returns the binary content as a byte array. |
static void |
JasperExportManager.exportReportToPdfFile(JasperPrint jasperPrint,
java.lang.String destFileName)
Exports the generated report file specified by the first parameter into PDF format, the result being placed in the second file parameter. |
static java.lang.String |
JasperExportManager.exportReportToPdfFile(java.lang.String sourceFileName)
Exports the generated report file specified by the parameter into PDF format. |
static void |
JasperExportManager.exportReportToPdfFile(java.lang.String sourceFileName,
java.lang.String destFileName)
Exports the generated report file specified by the first parameter into PDF format, the result being placed in the second file parameter. |
static void |
JasperExportManager.exportReportToPdfStream(java.io.InputStream inputStream,
java.io.OutputStream outputStream)
Exports the generated report read from the supplied input stream into PDF format and writes the results to the output stream specified by the second parameter. |
static void |
JasperExportManager.exportReportToPdfStream(JasperPrint jasperPrint,
java.io.OutputStream outputStream)
Exports the generated report object received as first parameter into PDF format and writes the results to the output stream specified by the second parameter. |
static java.lang.String |
JasperExportManager.exportReportToXml(JasperPrint jasperPrint)
Exports the generated report object supplied as parameter into XML format and returs the result as String. |
static void |
JasperExportManager.exportReportToXmlFile(JasperPrint jasperPrint,
java.lang.String destFileName,
boolean isEmbeddingImages)
Exports the generated report object received as parameter into XML format, placing the result into the second file parameter. |
static java.lang.String |
JasperExportManager.exportReportToXmlFile(java.lang.String sourceFileName,
boolean isEmbeddingImages)
Exports the generated report file specified by the parameter into XML format. |
static void |
JasperExportManager.exportReportToXmlFile(java.lang.String sourceFileName,
java.lang.String destFileName,
boolean isEmbeddingImages)
Exports the generated report file specified by the first parameter into XML format, placing the result into the second file parameter. |
static void |
JasperExportManager.exportReportToXmlStream(java.io.InputStream inputStream,
java.io.OutputStream outputStream)
Exports the generated report object read from the supplied input stream into XML format, and writes the result to the output stream specified by the second parameter. |
static void |
JasperExportManager.exportReportToXmlStream(JasperPrint jasperPrint,
java.io.OutputStream outputStream)
Exports the generated report object supplied as the first parameter into XML format, and writes the result to the output stream specified by the second parameter. |
static JasperPrint |
JasperFillManager.fillReport(java.io.InputStream inputStream,
java.util.Map parameters)
Fills the compiled report design loaded from the supplied input stream and returns the generated report object. |
static JasperPrint |
JasperManager.fillReport(java.io.InputStream inputStream,
java.util.Map parameters,
java.sql.Connection conn)
Deprecated. Replaced by JasperFillManager.fillReport(InputStream, Map, Connection) . |
static JasperPrint |
JasperFillManager.fillReport(java.io.InputStream inputStream,
java.util.Map parameters,
java.sql.Connection connection)
Fills the compiled report design loaded from the supplied input stream and returns the generated report object. |
static JasperPrint |
JasperManager.fillReport(java.io.InputStream inputStream,
java.util.Map parameters,
JRDataSource jrDataSource)
Deprecated. Replaced by JasperFillManager.fillReport(InputStream, Map, JRDataSource) . |
static JasperPrint |
JasperFillManager.fillReport(java.io.InputStream inputStream,
java.util.Map parameters,
JRDataSource dataSource)
Fills the compiled report design loaded from the supplied input stream and returns the generated report object. |
static JasperPrint |
JasperFillManager.fillReport(JasperReport jasperReport,
java.util.Map parameters)
Fills the compiled report design supplied as the first parameter and returns the generated report object. |
static JasperPrint |
JasperManager.fillReport(JasperReport jasperReport,
java.util.Map parameters,
java.sql.Connection conn)
Deprecated. Replaced by JasperFillManager.fillReport(JasperReport, Map, Connection) . |
static JasperPrint |
JasperFillManager.fillReport(JasperReport jasperReport,
java.util.Map parameters,
java.sql.Connection connection)
Fills the compiled report design supplied as the first parameter and returns the generated report object. |
static JasperPrint |
JasperManager.fillReport(JasperReport jasperReport,
java.util.Map parameters,
JRDataSource jrDataSource)
Deprecated. Replaced by JasperFillManager.fillReport(JasperReport, Map, JRDataSource) . |
static JasperPrint |
JasperFillManager.fillReport(JasperReport jasperReport,
java.util.Map parameters,
JRDataSource dataSource)
Fills the compiled report design supplied as the first parameter and returns the generated report object. |
static JasperPrint |
JasperFillManager.fillReport(java.lang.String sourceFileName,
java.util.Map parameters)
Fills the compiled report design loaded from the specified file and returns the generated report object. |
static JasperPrint |
JasperManager.fillReport(java.lang.String sourceFileName,
java.util.Map parameters,
java.sql.Connection conn)
Deprecated. Replaced by JasperFillManager.fillReport(String, Map, Connection) . |
static JasperPrint |
JasperFillManager.fillReport(java.lang.String sourceFileName,
java.util.Map parameters,
java.sql.Connection connection)
Fills the compiled report design loaded from the specified file and returns the generated report object. |
static JasperPrint |
JasperManager.fillReport(java.lang.String sourceFileName,
java.util.Map parameters,
JRDataSource jrDataSource)
Deprecated. Replaced by JasperFillManager.fillReport(String, Map, JRDataSource) . |
static JasperPrint |
JasperFillManager.fillReport(java.lang.String sourceFileName,
java.util.Map parameters,
JRDataSource dataSource)
Fills the compiled report design loaded from the specified file and returns the generated report object. |
static void |
JasperFillManager.fillReportToFile(JasperReport jasperReport,
java.lang.String destFileName,
java.util.Map parameters)
Fills the compiled report design received as the first parameter and places the result in the file specified by the second parameter. |
static void |
JasperManager.fillReportToFile(JasperReport jasperReport,
java.lang.String destFileName,
java.util.Map parameters,
java.sql.Connection conn)
Deprecated. Replaced by JasperFillManager.fillReportToFile(JasperReport, String, Map, Connection) . |
static void |
JasperFillManager.fillReportToFile(JasperReport jasperReport,
java.lang.String destFileName,
java.util.Map parameters,
java.sql.Connection connection)
Fills the compiled report design received as the first parameter and places the result in the file specified by the second parameter. |
static void |
JasperManager.fillReportToFile(JasperReport jasperReport,
java.lang.String destFileName,
java.util.Map parameters,
JRDataSource jrDataSource)
Deprecated. Replaced by JasperFillManager.fillReportToFile(JasperReport, String, Map, JRDataSource) . |
static void |
JasperFillManager.fillReportToFile(JasperReport jasperReport,
java.lang.String destFileName,
java.util.Map parameters,
JRDataSource dataSource)
Fills the compiled report design received as the first parameter and places the result in the file specified by the second parameter. |
static java.lang.String |
JasperFillManager.fillReportToFile(java.lang.String sourceFileName,
java.util.Map parameters)
Fills the compiled report design loaded from the specified file. |
static java.lang.String |
JasperManager.fillReportToFile(java.lang.String sourceFileName,
java.util.Map parameters,
java.sql.Connection conn)
Deprecated. Replaced by JasperFillManager.fillReportToFile(String, Map, Connection) . |
static java.lang.String |
JasperFillManager.fillReportToFile(java.lang.String sourceFileName,
java.util.Map parameters,
java.sql.Connection connection)
Fills the compiled report design loaded from the specified file. |
static java.lang.String |
JasperManager.fillReportToFile(java.lang.String sourceFileName,
java.util.Map parameters,
JRDataSource jrDataSource)
Deprecated. Replaced by JasperFillManager.fillReportToFile(String, Map, JRDataSource) . |
static java.lang.String |
JasperFillManager.fillReportToFile(java.lang.String sourceFileName,
java.util.Map parameters,
JRDataSource dataSource)
Fills the compiled report design loaded from the specified file. |
static void |
JasperFillManager.fillReportToFile(java.lang.String sourceFileName,
java.lang.String destFileName,
java.util.Map parameters)
Fills the compiled report design loaded from the file received as the first parameter and places the result in the file specified by the second parameter. |
static void |
JasperManager.fillReportToFile(java.lang.String sourceFileName,
java.lang.String destFileName,
java.util.Map parameters,
java.sql.Connection conn)
Deprecated. Replaced by JasperFillManager.fillReportToFile(String, String, Map, Connection) . |
static void |
JasperFillManager.fillReportToFile(java.lang.String sourceFileName,
java.lang.String destFileName,
java.util.Map parameters,
java.sql.Connection connection)
Fills the compiled report design loaded from the file received as the first parameter and places the result in the file specified by the second parameter. |
static void |
JasperManager.fillReportToFile(java.lang.String sourceFileName,
java.lang.String destFileName,
java.util.Map parameters,
JRDataSource jrDataSource)
Deprecated. Replaced by JasperFillManager.fillReportToFile(String, String, Map, JRDataSource) . |
static void |
JasperFillManager.fillReportToFile(java.lang.String sourceFileName,
java.lang.String destFileName,
java.util.Map parameters,
JRDataSource dataSource)
Fills the compiled report design loaded from the file received as the first parameter and places the result in the file specified by the second parameter. |
static void |
JasperFillManager.fillReportToStream(java.io.InputStream inputStream,
java.io.OutputStream outputStream,
java.util.Map parameters)
Fills the compiled report design loaded from the supplied input stream and writes the generated report object to the output stream specified by the second parameter. |
static void |
JasperManager.fillReportToStream(java.io.InputStream inputStream,
java.io.OutputStream outputStream,
java.util.Map parameters,
java.sql.Connection conn)
Deprecated. Replaced by JasperFillManager.fillReportToStream(InputStream, OutputStream, Map, Connection) . |
static void |
JasperFillManager.fillReportToStream(java.io.InputStream inputStream,
java.io.OutputStream outputStream,
java.util.Map parameters,
java.sql.Connection connection)
Fills the compiled report design loaded from the supplied input stream and writes the generated report object to the output stream specified by the second parameter. |
static void |
JasperManager.fillReportToStream(java.io.InputStream inputStream,
java.io.OutputStream outputStream,
java.util.Map parameters,
JRDataSource jrDataSource)
Deprecated. Replaced by JasperFillManager.fillReportToStream(InputStream, OutputStream, Map, JRDataSource) . |
static void |
JasperFillManager.fillReportToStream(java.io.InputStream inputStream,
java.io.OutputStream outputStream,
java.util.Map parameters,
JRDataSource dataSource)
Fills the compiled report design loaded from the supplied input stream and writes the generated report object to the output stream specified by the second parameter. |
static void |
JasperFillManager.fillReportToStream(JasperReport jasperReport,
java.io.OutputStream outputStream,
java.util.Map parameters)
Fills the compiled report design supplied as the first parameter and writes the generated report object to the output stream specified by the second parameter. |
static void |
JasperManager.fillReportToStream(JasperReport jasperReport,
java.io.OutputStream outputStream,
java.util.Map parameters,
java.sql.Connection conn)
Deprecated. Replaced by JasperFillManager.fillReportToStream(JasperReport, OutputStream, Map, Connection) . |
static void |
JasperFillManager.fillReportToStream(JasperReport jasperReport,
java.io.OutputStream outputStream,
java.util.Map parameters,
java.sql.Connection connection)
Fills the compiled report design supplied as the first parameter and writes the generated report object to the output stream specified by the second parameter. |
static void |
JasperManager.fillReportToStream(JasperReport jasperReport,
java.io.OutputStream outputStream,
java.util.Map parameters,
JRDataSource jrDataSource)
Deprecated. Replaced by JasperFillManager.fillReportToStream(JasperReport, OutputStream, Map, JRDataSource) . |
static void |
JasperFillManager.fillReportToStream(JasperReport jasperReport,
java.io.OutputStream outputStream,
java.util.Map parameters,
JRDataSource dataSource)
Fills the compiled report design supplied as the first parameter and writes the generated report object to the output stream specified by the second parameter. |
java.awt.geom.Dimension2D |
JRRenderable.getDimension()
|
java.awt.geom.Dimension2D |
JRImageRenderer.getDimension()
|
JRField[] |
JRDataSourceProvider.getFields(JasperReport report)
Returns the fields that are available from the data source. |
java.lang.Object |
JRResultSetDataSource.getFieldValue(JRField field)
|
java.lang.Object |
JRDataSource.getFieldValue(JRField jrField)
Gets the field value for the current position. |
java.awt.Image |
JRImageRenderer.getImage()
|
java.util.List |
JRImageMapRenderer.getImageAreaHyperlinks(java.awt.geom.Rectangle2D renderingArea)
Returns the list of image map areas . |
byte[] |
JRRenderable.getImageData()
|
byte[] |
JRImageRenderer.getImageData()
|
byte[] |
JRAbstractSvgRenderer.getImageData()
|
static JRRenderable |
JRImageRenderer.getInstance(java.io.File file,
byte onErrorType)
|
static JRRenderable |
JRImageRenderer.getInstance(java.awt.Image img,
byte onErrorType)
|
static JRRenderable |
JRImageRenderer.getInstance(java.awt.Image image,
byte imageType,
byte onErrorType)
Creates and returns an instance of the JRImageRenderer class after encoding the image object using an image encoder that supports the supplied image type. |
static JRRenderable |
JRImageRenderer.getInstance(java.io.InputStream is,
byte onErrorType)
|
static JRRenderable |
JRImageRenderer.getInstance(java.lang.String imageLocation)
|
static JRRenderable |
JRImageRenderer.getInstance(java.lang.String imageLocation,
byte onErrorType)
|
static JRRenderable |
JRImageRenderer.getInstance(java.lang.String imageLocation,
byte onErrorType,
boolean isLazy)
|
static JRRenderable |
JRImageRenderer.getInstance(java.lang.String imageLocation,
byte onErrorType,
boolean isLazy,
java.lang.ClassLoader classLoader,
java.net.URLStreamHandlerFactory urlHandlerFactory)
|
static JRRenderable |
JRImageRenderer.getInstance(java.net.URL url,
byte onErrorType)
|
static JRRenderable |
JRImageRenderer.getOnErrorRendererForDimension(JRRenderable renderer,
byte onErrorType)
|
static JRImageRenderer |
JRImageRenderer.getOnErrorRendererForImage(JRImageRenderer renderer,
byte onErrorType)
|
static JRRenderable |
JRImageRenderer.getOnErrorRendererForImageData(JRRenderable renderer,
byte onErrorType)
|
static JasperDesign |
JasperManager.loadDesign(java.io.InputStream inputStream)
Deprecated. Use JRLoader.loadObject(InputStream) with the appropriate cast. |
static JasperDesign |
JasperManager.loadDesign(java.lang.String fileName)
Deprecated. Use JRLoader.loadObject(String) with the appropriate cast. |
static JREvaluator |
JasperCompileManager.loadEvaluator(JasperReport jasperReport)
|
static JREvaluator |
JasperCompileManager.loadEvaluator(JasperReport jasperReport,
JRCrosstab crosstab)
|
static JREvaluator |
JasperCompileManager.loadEvaluator(JasperReport jasperReport,
JRDataset dataset)
|
static JasperPrint |
JasperManager.loadPrint(java.io.InputStream inputStream)
Deprecated. Use JRLoader.loadObject(InputStream) with the appropriate cast. |
static JasperPrint |
JasperManager.loadPrint(java.lang.String fileName)
Deprecated. Use JRLoader.loadObject(String) with the appropriate cast. |
static JasperReport |
JasperManager.loadReport(java.io.InputStream inputStream)
Deprecated. Use JRLoader.loadObject(InputStream) with the appropriate cast. |
static JasperReport |
JasperManager.loadReport(java.lang.String fileName)
Deprecated. Use JRLoader.loadObject(String) with the appropriate cast. |
static JasperDesign |
JasperManager.loadXmlDesign(java.io.InputStream inputStream)
Deprecated. Use JRXmlLoader.load(InputStream) instead. |
static JasperDesign |
JasperManager.loadXmlDesign(java.lang.String fileName)
Deprecated. Use JRXmlLoader.load(String) instead. |
void |
JRRewindableDataSource.moveFirst()
Moves back to the first element in the data source. |
boolean |
JRResultSetDataSource.next()
|
boolean |
JRDataSource.next()
Tries to position the cursor on the next element in the data source. |
static boolean |
JasperPrintManager.printPage(java.io.InputStream inputStream,
int pageIndex,
boolean withPrintDialog)
|
static boolean |
JasperManager.printPage(java.io.InputStream inputStream,
int pageIndex,
boolean withPrintDialog)
Deprecated. Replaced by JasperPrintManager.printPage(InputStream, int, boolean) . |
static boolean |
JasperPrintManager.printPage(JasperPrint jasperPrint,
int pageIndex,
boolean withPrintDialog)
|
static boolean |
JasperManager.printPage(JasperPrint jasperPrint,
int pageIndex,
boolean withPrintDialog)
Deprecated. Replaced by JasperPrintManager.printPage(JasperPrint, int, boolean) . |
static boolean |
JasperPrintManager.printPage(java.lang.String sourceFileName,
int pageIndex,
boolean withPrintDialog)
|
static boolean |
JasperManager.printPage(java.lang.String sourceFileName,
int pageIndex,
boolean withPrintDialog)
Deprecated. Replaced by JasperPrintManager.printPage(String, int, boolean) . |
static boolean |
JasperPrintManager.printPages(java.io.InputStream inputStream,
int firstPageIndex,
int lastPageIndex,
boolean withPrintDialog)
|
static boolean |
JasperManager.printPages(java.io.InputStream inputStream,
int firstPageIndex,
int lastPageIndex,
boolean withPrintDialog)
Deprecated. Replaced by JasperPrintManager.printPages(InputStream, int, int, boolean) . |
static boolean |
JasperPrintManager.printPages(JasperPrint jasperPrint,
int firstPageIndex,
int lastPageIndex,
boolean withPrintDialog)
|
static boolean |
JasperManager.printPages(JasperPrint jasperPrint,
int firstPageIndex,
int lastPageIndex,
boolean withPrintDialog)
Deprecated. Replaced by JasperPrintManager.printPages(JasperPrint, int, int, boolean) . |
static boolean |
JasperPrintManager.printPages(java.lang.String sourceFileName,
int firstPageIndex,
int lastPageIndex,
boolean withPrintDialog)
|
static boolean |
JasperManager.printPages(java.lang.String sourceFileName,
int firstPageIndex,
int lastPageIndex,
boolean withPrintDialog)
Deprecated. Replaced by JasperPrintManager.printPages(String, int, int, boolean) . |
static java.awt.Image |
JasperPrintManager.printPageToImage(java.io.InputStream inputStream,
int pageIndex,
float zoom)
|
static java.awt.Image |
JasperManager.printPageToImage(java.io.InputStream inputStream,
int pageIndex,
float zoom)
Deprecated. Replaced by JasperPrintManager.printPageToImage(InputStream, int, float) . |
static java.awt.Image |
JasperPrintManager.printPageToImage(JasperPrint jasperPrint,
int pageIndex,
float zoom)
|
static java.awt.Image |
JasperManager.printPageToImage(JasperPrint jasperPrint,
int pageIndex,
float zoom)
Deprecated. Replaced by JasperPrintManager.printPageToImage(JasperPrint, int, float) . |
static java.awt.Image |
JasperPrintManager.printPageToImage(java.lang.String sourceFileName,
int pageIndex,
float zoom)
|
static java.awt.Image |
JasperManager.printPageToImage(java.lang.String sourceFileName,
int pageIndex,
float zoom)
Deprecated. Replaced by JasperPrintManager.printPageToImage(String, int, float) . |
static boolean |
JasperPrintManager.printReport(java.io.InputStream inputStream,
boolean withPrintDialog)
|
static boolean |
JasperManager.printReport(java.io.InputStream inputStream,
boolean withPrintDialog)
Deprecated. Replaced by JasperPrintManager.printReport(InputStream, boolean) . |
static boolean |
JasperPrintManager.printReport(JasperPrint jasperPrint,
boolean withPrintDialog)
|
static boolean |
JasperManager.printReport(JasperPrint jasperPrint,
boolean withPrintDialog)
Deprecated. Replaced by JasperPrintManager.printReport(JasperPrint, boolean) . |
static boolean |
JasperPrintManager.printReport(java.lang.String sourceFileName,
boolean withPrintDialog)
|
static boolean |
JasperManager.printReport(java.lang.String sourceFileName,
boolean withPrintDialog)
Deprecated. Replaced by JasperPrintManager.printReport(String, boolean) . |
static byte[] |
JasperPrintManager.printReportToPdf(JasperPrint jasperPrint)
Deprecated. Replaced by JasperExportManager.exportReportToPdf(JasperPrint) . |
static byte[] |
JasperManager.printReportToPdf(JasperPrint jasperPrint)
Deprecated. Replaced by JasperExportManager.exportReportToPdf(JasperPrint) . |
static void |
JasperPrintManager.printReportToPdfFile(JasperPrint jasperPrint,
java.lang.String destFileName)
Deprecated. Replaced by JasperExportManager.exportReportToPdfFile(JasperPrint, String) . |
static void |
JasperManager.printReportToPdfFile(JasperPrint jasperPrint,
java.lang.String destFileName)
Deprecated. Replaced by JasperExportManager.exportReportToPdfFile(JasperPrint, String) . |
static java.lang.String |
JasperPrintManager.printReportToPdfFile(java.lang.String sourceFileName)
Deprecated. Replaced by JasperExportManager.exportReportToPdfFile(String) . |
static java.lang.String |
JasperManager.printReportToPdfFile(java.lang.String sourceFileName)
Deprecated. Replaced by JasperExportManager.exportReportToPdfFile(String) . |
static void |
JasperPrintManager.printReportToPdfFile(java.lang.String sourceFileName,
java.lang.String destFileName)
Deprecated. Replaced by JasperExportManager.exportReportToPdfFile(String, String) . |
static void |
JasperManager.printReportToPdfFile(java.lang.String sourceFileName,
java.lang.String destFileName)
Deprecated. Replaced by JasperExportManager.exportReportToPdfFile(String, String) . |
static void |
JasperPrintManager.printReportToPdfStream(java.io.InputStream inputStream,
java.io.OutputStream outputStream)
Deprecated. Replaced by JasperExportManager.exportReportToPdfStream(InputStream, OutputStream) . |
static void |
JasperManager.printReportToPdfStream(java.io.InputStream inputStream,
java.io.OutputStream outputStream)
Deprecated. Replaced by JasperExportManager.exportReportToPdfStream(InputStream, OutputStream) . |
static void |
JasperPrintManager.printReportToPdfStream(JasperPrint jasperPrint,
java.io.OutputStream outputStream)
Deprecated. Replaced by JasperExportManager.exportReportToPdfStream(JasperPrint, OutputStream) . |
static void |
JasperManager.printReportToPdfStream(JasperPrint jasperPrint,
java.io.OutputStream outputStream)
Deprecated. Replaced by JasperExportManager.exportReportToPdfStream(JasperPrint, OutputStream) . |
static java.lang.String |
JasperPrintManager.printReportToXml(JasperPrint jasperPrint)
Deprecated. Replaced by JasperExportManager.exportReportToXml(JasperPrint) . |
static void |
JasperPrintManager.printReportToXmlFile(JasperPrint jasperPrint,
java.lang.String destFileName,
boolean isEmbeddingImages)
Deprecated. Replaced by JasperExportManager.exportReportToXmlFile(JasperPrint, String, boolean) . |
static java.lang.String |
JasperPrintManager.printReportToXmlFile(java.lang.String sourceFileName,
boolean isEmbeddingImages)
Deprecated. Replaced by JasperExportManager.exportReportToXmlFile(String, boolean) . |
static void |
JasperPrintManager.printReportToXmlFile(java.lang.String sourceFileName,
java.lang.String destFileName,
boolean isEmbeddingImages)
Deprecated. Replaced by JasperExportManager.exportReportToXmlFile(String, String, boolean) . |
static void |
JasperPrintManager.printReportToXmlStream(java.io.InputStream inputStream,
java.io.OutputStream outputStream)
Deprecated. Replaced by JasperExportManager.exportReportToXmlStream(InputStream, OutputStream) . |
static void |
JasperPrintManager.printReportToXmlStream(JasperPrint jasperPrint,
java.io.OutputStream outputStream)
Deprecated. Replaced by JasperExportManager.exportReportToXmlStream(JasperPrint, OutputStream) . |
void |
JRWrappingSvgRenderer.render(java.awt.Graphics2D grx,
java.awt.geom.Rectangle2D rectangle)
|
void |
JRRenderable.render(java.awt.Graphics2D grx,
java.awt.geom.Rectangle2D rectangle)
|
void |
JRImageRenderer.render(java.awt.Graphics2D grx,
java.awt.geom.Rectangle2D rectanle)
|
static java.lang.String |
JasperRunManager.runReportToHtmlFile(java.lang.String sourceFileName,
java.util.Map parameters)
Fills a report and saves it directly into a HTML file. |
static java.lang.String |
JasperRunManager.runReportToHtmlFile(java.lang.String sourceFileName,
java.util.Map parameters,
java.sql.Connection conn)
Fills a report and saves it directly into a HTML file. |
static java.lang.String |
JasperRunManager.runReportToHtmlFile(java.lang.String sourceFileName,
java.util.Map parameters,
JRDataSource jrDataSource)
Fills a report and saves it directly into a HTML file. |
static void |
JasperRunManager.runReportToHtmlFile(java.lang.String sourceFileName,
java.lang.String destFileName,
java.util.Map parameters)
Fills a report and saves it directly into a HTML file. |
static void |
JasperRunManager.runReportToHtmlFile(java.lang.String sourceFileName,
java.lang.String destFileName,
java.util.Map parameters,
java.sql.Connection conn)
Fills a report and saves it directly into a HTML file. |
static void |
JasperRunManager.runReportToHtmlFile(java.lang.String sourceFileName,
java.lang.String destFileName,
java.util.Map parameters,
JRDataSource jrDataSource)
Fills a report and saves it directly into a HTML file. |
static byte[] |
JasperRunManager.runReportToPdf(java.io.InputStream inputStream,
java.util.Map parameters)
Fills a report and returns byte array object containing the report in PDF format. |
static byte[] |
JasperRunManager.runReportToPdf(java.io.InputStream inputStream,
java.util.Map parameters,
java.sql.Connection conn)
Fills a report and returns byte array object containing the report in PDF format. |
static byte[] |
JasperManager.runReportToPdf(java.io.InputStream inputStream,
java.util.Map parameters,
java.sql.Connection conn)
Deprecated. Replaced by JasperRunManager.runReportToPdf(InputStream, Map, Connection) . |
static byte[] |
JasperRunManager.runReportToPdf(java.io.InputStream inputStream,
java.util.Map parameters,
JRDataSource jrDataSource)
Fills a report and returns byte array object containing the report in PDF format. |
static byte[] |
JasperManager.runReportToPdf(java.io.InputStream inputStream,
java.util.Map parameters,
JRDataSource jrDataSource)
Deprecated. Replaced by JasperRunManager.runReportToPdf(InputStream, Map, JRDataSource) . |
static byte[] |
JasperRunManager.runReportToPdf(JasperReport jasperReport,
java.util.Map parameters)
Fills a report and returns byte array object containing the report in PDF format. |
static byte[] |
JasperRunManager.runReportToPdf(JasperReport jasperReport,
java.util.Map parameters,
java.sql.Connection conn)
Fills a report and returns byte array object containing the report in PDF format. |
static byte[] |
JasperManager.runReportToPdf(JasperReport jasperReport,
java.util.Map parameters,
java.sql.Connection conn)
Deprecated. Replaced by JasperRunManager.runReportToPdf(JasperReport, Map, Connection) . |
static byte[] |
JasperRunManager.runReportToPdf(JasperReport jasperReport,
java.util.Map parameters,
JRDataSource jrDataSource)
Fills a report and returns byte array object containing the report in PDF format. |
static byte[] |
JasperManager.runReportToPdf(JasperReport jasperReport,
java.util.Map parameters,
JRDataSource jrDataSource)
Deprecated. Replaced by JasperRunManager.runReportToPdf(JasperReport, Map, JRDataSource) . |
static byte[] |
JasperRunManager.runReportToPdf(java.lang.String sourceFileName,
java.util.Map parameters)
Fills a report and returns byte array object containing the report in PDF format. |
static byte[] |
JasperRunManager.runReportToPdf(java.lang.String sourceFileName,
java.util.Map parameters,
java.sql.Connection conn)
Fills a report and returns byte array object containing the report in PDF format. |
static byte[] |
JasperManager.runReportToPdf(java.lang.String sourceFileName,
java.util.Map parameters,
java.sql.Connection conn)
Deprecated. Replaced by JasperRunManager.runReportToPdf(String, Map, Connection) . |
static byte[] |
JasperRunManager.runReportToPdf(java.lang.String sourceFileName,
java.util.Map parameters,
JRDataSource jrDataSource)
Fills a report and sends it to an output stream in PDF format. |
static byte[] |
JasperManager.runReportToPdf(java.lang.String sourceFileName,
java.util.Map parameters,
JRDataSource jrDataSource)
Deprecated. Replaced by JasperRunManager.runReportToPdf(String, Map, JRDataSource) . |
static java.lang.String |
JasperRunManager.runReportToPdfFile(java.lang.String sourceFileName,
java.util.Map parameters)
Fills a report and saves it directly into a PDF file. |
static java.lang.String |
JasperRunManager.runReportToPdfFile(java.lang.String sourceFileName,
java.util.Map parameters,
java.sql.Connection conn)
Fills a report and saves it directly into a PDF file. |
static void |
JasperManager.runReportToPdfFile(java.lang.String sourceFileName,
java.util.Map parameters,
java.sql.Connection conn)
Deprecated. Replaced by JasperRunManager.runReportToPdfFile(String, Map, Connection) . |
static java.lang.String |
JasperRunManager.runReportToPdfFile(java.lang.String sourceFileName,
java.util.Map parameters,
JRDataSource jrDataSource)
Fills a report and saves it directly into a PDF file. |
static void |
JasperManager.runReportToPdfFile(java.lang.String sourceFileName,
java.util.Map parameters,
JRDataSource jrDataSource)
Deprecated. Replaced by JasperRunManager.runReportToPdfFile(String, Map, JRDataSource) . |
static void |
JasperRunManager.runReportToPdfFile(java.lang.String sourceFileName,
java.lang.String destFileName,
java.util.Map parameters)
Fills a report and saves it directly into a PDF file. |
static void |
JasperRunManager.runReportToPdfFile(java.lang.String sourceFileName,
java.lang.String destFileName,
java.util.Map parameters,
java.sql.Connection conn)
Fills a report and saves it directly into a PDF file. |
static void |
JasperManager.runReportToPdfFile(java.lang.String sourceFileName,
java.lang.String destFileName,
java.util.Map parameters,
java.sql.Connection conn)
Deprecated. Replaced by JasperRunManager.runReportToPdfFile(String, String, Map, Connection) . |
static void |
JasperRunManager.runReportToPdfFile(java.lang.String sourceFileName,
java.lang.String destFileName,
java.util.Map parameters,
JRDataSource jrDataSource)
Fills a report and saves it directly into a PDF file. |
static void |
JasperManager.runReportToPdfFile(java.lang.String sourceFileName,
java.lang.String destFileName,
java.util.Map parameters,
JRDataSource jrDataSource)
Deprecated. Replaced by JasperRunManager.runReportToPdfFile(String, String, Map, JRDataSource) . |
static void |
JasperRunManager.runReportToPdfStream(java.io.InputStream inputStream,
java.io.OutputStream outputStream,
java.util.Map parameters)
Fills a report and sends it directly to an OutputStream in PDF format. |
static void |
JasperRunManager.runReportToPdfStream(java.io.InputStream inputStream,
java.io.OutputStream outputStream,
java.util.Map parameters,
java.sql.Connection conn)
Fills a report and sends it directly to an OutputStream in PDF format. |
static void |
JasperManager.runReportToPdfStream(java.io.InputStream inputStream,
java.io.OutputStream outputStream,
java.util.Map parameters,
java.sql.Connection conn)
Deprecated. Replaced by JasperRunManager.runReportToPdfStream(InputStream, OutputStream, Map, Connection) . |
static void |
JasperRunManager.runReportToPdfStream(java.io.InputStream inputStream,
java.io.OutputStream outputStream,
java.util.Map parameters,
JRDataSource jrDataSource)
Fills a report and sends it directly to an OutputStream in PDF format. |
static void |
JasperManager.runReportToPdfStream(java.io.InputStream inputStream,
java.io.OutputStream outputStream,
java.util.Map parameters,
JRDataSource jrDataSource)
Deprecated. Replaced by JasperRunManager.runReportToPdfStream(InputStream, OutputStream, Map, JRDataSource) . |
protected void |
JRAbstractExporter.setInput()
|
protected void |
JRAbstractExporter.setPageRange()
|
static void |
JasperCompileManager.writeReportToXmlFile(JRReport report,
java.lang.String destFileName)
Generates the XML representation of the report design supplied as the first parameter and place it in the file specified by the second parameter. |
static java.lang.String |
JasperCompileManager.writeReportToXmlFile(java.lang.String sourceFileName)
Generates the XML representation of the report design loaded from the specified filename. |
static void |
JasperCompileManager.writeReportToXmlFile(java.lang.String sourceFileName,
java.lang.String destFileName)
Generates the XML representation of the report design loaded from the first file parameter and place it in the file specified by the second parameter. |
static void |
JasperCompileManager.writeReportToXmlStream(java.io.InputStream inputStream,
java.io.OutputStream outputStream)
Generates the XML representation of the serialized report design object read from the supplied input stream abd writes it to the specified output stream, using the "UTF-8" encoding. |
static void |
JasperCompileManager.writeReportToXmlStream(JRReport report,
java.io.OutputStream outputStream)
Generates the XML representation of the report design object supplied as parameter and writes it to the specified output stream, using the "UTF-8" encoding. |
Uses of JRException in net.sf.jasperreports.engine.base |
---|
Methods in net.sf.jasperreports.engine.base that throw JRException | |
---|---|
java.awt.geom.Dimension2D |
JRVirtualPrintPage.JRIdHolderRenderer.getDimension()
|
byte[] |
JRVirtualPrintPage.JRIdHolderRenderer.getImageData()
|
void |
JRVirtualPrintPage.JRIdHolderRenderer.render(java.awt.Graphics2D grx,
java.awt.geom.Rectangle2D rectanle)
|
Uses of JRException in net.sf.jasperreports.engine.data |
---|
Methods in net.sf.jasperreports.engine.data that throw JRException | |
---|---|
protected java.lang.Object |
JRXmlDataSource.convertNumber(java.lang.Number number,
java.lang.Class valueClass)
|
JRDataSource |
JRCsvDataSourceProvider.create(JasperReport report)
|
JRXmlDataSource |
JRXmlDataSource.dataSource()
Creates a sub data source using as root document the document used by "this" data source. |
JRXmlDataSource |
JRXmlDataSource.dataSource(java.lang.String selectExpr)
Creates a sub data source using as root document the document used by "this" data source. |
void |
JRCsvDataSourceProvider.dispose(JRDataSource dataSource)
|
protected static java.lang.Object |
JRAbstractBeanDataSource.getBeanProperty(java.lang.Object bean,
java.lang.String propertyName)
|
JRField[] |
JRCsvDataSourceProvider.getFields(JasperReport report)
|
JRField[] |
JRAbstractBeanDataSourceProvider.getFields(JasperReport report)
|
java.lang.Object |
JRXmlDataSource.getFieldValue(JRField jrField)
|
java.lang.Object |
JRTableModelDataSource.getFieldValue(JRField jrField)
|
java.lang.Object |
JRJpaDataSource.getFieldValue(JRField field)
|
java.lang.Object |
JRHibernateAbstractDataSource.getFieldValue(JRField jrField)
|
java.lang.Object |
JRCsvDataSource.getFieldValue(JRField jrField)
|
java.lang.Object |
JRBeanCollectionDataSource.getFieldValue(JRField field)
|
java.lang.Object |
JRBeanArrayDataSource.getFieldValue(JRField field)
|
java.lang.Object |
JRHibernateAbstractDataSource.FieldReader.getFieldValue(java.lang.Object resultValue)
|
java.lang.Object |
JRHibernateAbstractDataSource.PropertyFieldReader.getFieldValue(java.lang.Object resultValue)
|
java.lang.Object |
JRHibernateAbstractDataSource.IndexPropertyFieldReader.getFieldValue(java.lang.Object resultValue)
|
protected java.lang.Object |
JRAbstractBeanDataSource.getFieldValue(java.lang.Object bean,
JRField field)
|
java.lang.Object |
JRJpaDataSource.FieldValueReader.getValue()
|
java.lang.Object |
JRJpaDataSource.PropertyReader.getValue()
|
java.lang.Object |
JRJpaDataSource.IndexReader.getValue()
|
java.lang.Object |
JRJpaDataSource.IndexPropertyReader.getValue()
|
void |
JRXmlDataSource.moveFirst()
|
boolean |
JRHibernateScrollDataSource.next()
|
boolean |
JRHibernateIterateDataSource.next()
|
boolean |
JRCsvDataSource.next()
|
JRXmlDataSource |
JRXmlDataSource.subDataSource()
Creates a sub data source using the current node (record) as the root of the document. |
JRXmlDataSource |
JRXmlDataSource.subDataSource(java.lang.String selectExpr)
Creates a sub data source using the current node (record) as the root of the document. |
org.w3c.dom.Document |
JRXmlDataSource.subDocument()
Creates a document using the current node as root. |
Constructors in net.sf.jasperreports.engine.data that throw JRException | |
---|---|
JRSortableDataSource(JRDataSource ds,
JRField[] fields,
JRSortField[] sortFields,
java.util.Locale locale)
|
|
JRXmlDataSource(org.w3c.dom.Document document)
Creates the data source by parsing the xml document from the given file. |
|
JRXmlDataSource(org.w3c.dom.Document document,
java.lang.String selectExpression)
Creates the data source by parsing the xml document from the given file. |
|
JRXmlDataSource(java.io.File file)
Creates the data source by parsing the xml document from the given file. |
|
JRXmlDataSource(java.io.File file,
java.lang.String selectExpression)
Creates the data source by parsing the xml document from the given file. |
|
JRXmlDataSource(java.io.InputStream in)
Creates the data source by parsing the xml document from the given input stream. |
|
JRXmlDataSource(java.io.InputStream in,
java.lang.String selectExpression)
Creates the data source by parsing the xml document from the given input stream. |
|
JRXmlDataSource(java.lang.String uri)
Creates the data source by parsing the xml document from the given system identifier (URI). |
|
JRXmlDataSource(java.lang.String uri,
java.lang.String selectExpression)
Creates the data source by parsing the xml document from the given system identifier (URI). |
Uses of JRException in net.sf.jasperreports.engine.design |
---|
Subclasses of JRException in net.sf.jasperreports.engine.design | |
---|---|
class |
JRValidationException
An exception that contains a list of report validation faults . |
Methods in net.sf.jasperreports.engine.design that throw JRException | |
---|---|
void |
JasperDesign.addDataset(JRDesignDataset dataset)
Adds a sub dataset to the report. |
void |
JRDesignDataset.addField(JRField field)
Adds a field to the dataset. |
void |
JasperDesign.addField(JRField field)
|
void |
JasperDesign.addFont(JRReportFont reportFont)
Deprecated. |
void |
JRDesignDataset.addGroup(JRDesignGroup group)
Adds a group to the dataset. |
void |
JasperDesign.addGroup(JRDesignGroup group)
Gets a map of report groups. |
void |
JRDesignDatasetRun.addParameter(JRDatasetParameter parameter)
Adds a parameter value. |
void |
JRDesignDataset.addParameter(JRParameter parameter)
Adds a parameter to the dataset. |
void |
JasperDesign.addParameter(JRParameter parameter)
Adds a report parameter. |
void |
JRDesignSubreport.addParameter(JRSubreportParameter subreportParameter)
|
void |
JRDesignDataset.addSortField(JRSortField sortField)
Adds a sort field to the dataset. |
void |
JasperDesign.addSortField(JRSortField sortField)
|
void |
JasperDesign.addStyle(JRStyle style)
Adds a report style, that can be referenced by report elements. |
void |
JRDesignDataset.addVariable(JRDesignVariable variable)
Adds a variable to the dataset. |
void |
JasperDesign.addVariable(JRDesignVariable variable)
|
protected void |
JRDesignDataset.addVariable(JRDesignVariable variable,
boolean system)
Adds a variable to the dataset. |
protected void |
JRJdtCompiler.checkLanguage(java.lang.String language)
|
protected abstract void |
JRAbstractCompiler.checkLanguage(java.lang.String language)
Checks that the report language is supported by the compiler. |
protected void |
JRAbstractClassCompiler.checkLanguage(java.lang.String language)
|
java.lang.String |
JRClassCompiler.compileClass(java.io.File sourceFile,
java.lang.String classpath)
|
java.lang.String |
JRAbstractMultiClassCompiler.compileClass(java.io.File sourceFile,
java.lang.String classpath)
|
java.lang.String |
JRMultiClassCompiler.compileClasses(java.io.File[] sourceFiles,
java.lang.String classpath)
Compile a set of source files. |
java.lang.String |
JRJikesCompiler.compileClasses(java.io.File[] sourceFiles,
java.lang.String classpath)
|
java.lang.String |
JRJdk13Compiler.compileClasses(java.io.File[] sourceFiles,
java.lang.String classpath)
|
java.lang.String |
JRJdk12Compiler.compileClasses(java.io.File[] sourceFiles,
java.lang.String classpath)
|
java.lang.String |
JRJavacCompiler.compileClasses(java.io.File[] sourceFiles,
java.lang.String classpath)
|
java.lang.String |
JRAbstractSingleClassCompiler.compileClasses(java.io.File[] sourceFiles,
java.lang.String classpath)
|
JasperReport |
JRDefaultCompiler.compileReport(JasperDesign jasperDesign)
Deprecated. Replaced by JasperCompileManager.compileReport(JasperDesign) . |
JasperReport |
JRCompiler.compileReport(JasperDesign jasperDesign)
Compiles a report design. |
JasperReport |
JRAbstractCompiler.compileReport(JasperDesign jasperDesign)
|
protected abstract java.lang.String |
JRAbstractCompiler.compileUnits(JRCompilationUnit[] units,
java.lang.String classpath,
java.io.File tempDirFile)
Compiles several expression evaluator units. |
protected java.lang.String |
JRAbstractClassCompiler.compileUnits(JRCompilationUnit[] units,
java.lang.String classpath,
java.io.File tempDirFile)
|
protected JRCompilationSourceCode |
JRClassGenerator.generateClass()
|
static JRCompilationSourceCode |
JRClassGenerator.generateClass(JRSourceCompileTask sourceTask)
Generates Java source code for evaluating the expressions of a report/dataset/crosstab. |
protected void |
JRClassGenerator.generateInitFieldsMethod(java.lang.StringBuffer sb)
|
protected void |
JRClassGenerator.generateInitParamsMethod(java.lang.StringBuffer sb)
|
protected void |
JRClassGenerator.generateInitVarsMethod(java.lang.StringBuffer sb)
|
protected java.lang.String |
JRClassGenerator.generateMethod(byte evaluationType,
java.util.List expressionsList)
|
protected JRCompilationSourceCode |
JRJdtCompiler.generateSourceCode(JRSourceCompileTask sourceTask)
|
protected abstract JRCompilationSourceCode |
JRAbstractCompiler.generateSourceCode(JRSourceCompileTask sourceTask)
Generates expression evaluator code. |
protected JRCompilationSourceCode |
JRAbstractClassCompiler.generateSourceCode(JRSourceCompileTask sourceTask)
|
java.io.Serializable |
JRReportCompileData.getCrosstabCompileData(JRCrosstab crosstab)
Returns the compile data for a crosstab. |
java.io.Serializable |
JRReportCompileData.getDatasetCompileData(JRDataset dataset)
Returns the compile data for a dataset. |
JREvaluator |
JRDefaultCompiler.loadEvaluator(JasperReport jasperReport)
Deprecated. Replaced by JasperCompileManager.loadEvaluator(JasperReport) . |
JREvaluator |
JRCompiler.loadEvaluator(JasperReport jasperReport)
Loads the evaluator for a report's main dataset. |
JREvaluator |
JRAbstractCompiler.loadEvaluator(JasperReport jasperReport)
|
JREvaluator |
JRDefaultCompiler.loadEvaluator(JasperReport jasperReport,
JRCrosstab crosstab)
Deprecated. Replaced by JasperCompileManager.loadEvaluator(JasperReport, JRCrosstab) . |
JREvaluator |
JRCompiler.loadEvaluator(JasperReport jasperReport,
JRCrosstab crosstab)
Loads a expression evaluator class for a crosstab of a report. |
JREvaluator |
JRAbstractCompiler.loadEvaluator(JasperReport jasperReport,
JRCrosstab crosstab)
|
JREvaluator |
JRDefaultCompiler.loadEvaluator(JasperReport jasperReport,
JRDataset dataset)
Deprecated. Replaced by JasperCompileManager.loadEvaluator(JasperReport, JRDataset) . |
JREvaluator |
JRCompiler.loadEvaluator(JasperReport jasperReport,
JRDataset dataset)
Loads a expression evaluator class for a dataset of a report. |
JREvaluator |
JRAbstractCompiler.loadEvaluator(JasperReport jasperReport,
JRDataset dataset)
|
protected JREvaluator |
JRAbstractJavaCompiler.loadEvaluator(java.io.Serializable compileData,
java.lang.String className)
|
protected abstract JREvaluator |
JRAbstractCompiler.loadEvaluator(java.io.Serializable compileData,
java.lang.String unitName)
Creates an expression evaluator instance from data saved when the report was compiled. |
Uses of JRException in net.sf.jasperreports.engine.export |
---|
Methods in net.sf.jasperreports.engine.export that throw JRException | |
---|---|
protected abstract void |
JRXlsAbstractExporter.addBlankCell(JRExporterGridCell gridCell,
int colIndex,
int rowIndex)
|
protected void |
JExcelApiExporter.addBlankCell(JRExporterGridCell gridCell,
int colIndex,
int rowIndex)
|
protected void |
JExcelApiExporter.addCell(int x,
int y,
JRPrintText text,
java.lang.String textStr,
JExcelApiExporter.StyleInfo baseStyle)
|
protected void |
JExcelApiExporter.addMergeRegion(JRExporterGridCell gridCell,
int x,
int y)
|
protected void |
JRXlsExporter.closeWorkbook(java.io.OutputStream os)
|
protected abstract void |
JRXlsAbstractExporter.closeWorkbook(java.io.OutputStream os)
|
protected void |
JExcelApiExporter.closeWorkbook(java.io.OutputStream os)
|
protected void |
JRRtfExporter.createColorAndFontEntries()
Create color and font entries for the header of .rtf file. |
protected void |
JRXlsExporter.createTextCell(JRPrintText textElement,
JRExporterGridCell gridCell,
int colIndex,
int rowIndex,
JRStyledText styledText,
JRXlsExporter.StyleInfo baseStyle)
|
protected void |
JRXmlExporter.exportElements(java.util.Collection elements)
|
protected void |
JRRtfExporter.exportElements(java.util.Collection elements)
|
protected void |
JRPdfExporter.exportElements(java.util.Collection elements)
|
protected void |
JRXmlExporter.exportFrame(JRPrintFrame frame)
|
protected void |
JRRtfExporter.exportFrame(JRPrintFrame frame)
|
protected void |
JRPdfExporter.exportFrame(JRPrintFrame frame)
|
protected void |
JRHtmlExporter.exportFrame(JRPrintFrame frame,
JRExporterGridCell gridCell)
|
protected abstract void |
JRXlsAbstractExporter.exportFrame(JRPrintFrame frame,
JRExporterGridCell cell,
int colIndex,
int rowIndex)
|
protected void |
JExcelApiExporter.exportFrame(JRPrintFrame frame,
JRExporterGridCell gridCell,
int col,
int row)
|
protected void |
JRHtmlExporter.exportGrid(JRGridLayout gridLayout,
boolean whitePageBackground)
|
protected void |
JRXmlExporter.exportImage(JRPrintImage image)
|
protected void |
JRRtfExporter.exportImage(JRPrintImage printImage)
Export a image object |
protected void |
JRPdfExporter.exportImage(JRPrintImage printImage)
|
protected void |
JRHtmlExporter.exportImage(JRPrintImage image,
JRExporterGridCell gridCell)
|
protected abstract void |
JRXlsAbstractExporter.exportImage(JRPrintImage image,
JRExporterGridCell cell,
int colIndex,
int rowIndex,
int emptyCols)
|
protected void |
JExcelApiExporter.exportImage(JRPrintImage element,
JRExporterGridCell gridCell,
int col,
int row,
int emptyCols)
|
protected abstract void |
JRXlsAbstractExporter.exportLine(JRPrintLine line,
JRExporterGridCell cell,
int colIndex,
int rowIndex)
|
protected void |
JExcelApiExporter.exportLine(JRPrintLine line,
JRExporterGridCell gridCell,
int col,
int row)
|
protected void |
JRXmlExporter.exportPage(JRPrintPage page)
|
protected void |
JRPdfExporter.exportPage(JRPrintPage page)
|
protected void |
JRHtmlExporter.exportPage(JRPrintPage page)
|
protected void |
JRGraphics2DExporter.exportPage(JRPrintPage page)
|
protected void |
JRRtfExporter.exportPage(JRPrintPage page,
boolean lastPage)
Exports a report page |
protected int |
JRXlsAbstractExporter.exportPage(JRPrintPage page,
CutsInfo xCuts,
int startRow)
|
protected abstract void |
JRXlsAbstractExporter.exportRectangle(JRPrintGraphicElement element,
JRExporterGridCell cell,
int colIndex,
int rowIndex)
|
protected void |
JExcelApiExporter.exportRectangle(JRPrintGraphicElement element,
JRExporterGridCell gridCell,
int col,
int row)
|
void |
JRXmlExporter.exportReport()
|
void |
JRXlsAbstractExporter.exportReport()
|
void |
JRTextExporter.exportReport()
|
void |
JRRtfExporter.exportReport()
Export report in .rtf format |
void |
JRPrintServiceExporter.exportReport()
|
void |
JRPdfExporter.exportReport()
|
void |
JRHtmlExporter.exportReport()
|
void |
JRGraphics2DExporter.exportReport()
|
void |
JRCsvExporter.exportReport()
|
protected java.lang.StringBuffer |
JRXmlExporter.exportReportToBuffer()
|
protected java.lang.StringBuffer |
JRRtfExporter.exportReportToBuffer()
Export report in .rtf format |
protected void |
JRXmlExporter.exportReportToFile()
|
protected void |
JRRtfExporter.exportReportToFile()
Export report to a file in the .rtf format |
void |
JRGraphics2DExporter.exportReportToGraphics2D()
|
protected void |
JRRtfExporter.exportReportToStream()
Export report in .rtf format to a stream |
protected void |
JRXlsAbstractExporter.exportReportToStream(java.io.OutputStream os)
|
protected void |
JRPdfExporter.exportReportToStream(java.io.OutputStream os)
|
protected void |
JRXmlExporter.exportReportToStream(java.io.Writer writer)
|
protected void |
JRTextExporter.exportReportToWriter()
|
protected void |
JRHtmlExporter.exportReportToWriter()
|
protected void |
JRCsvExporter.exportReportToWriter()
|
protected void |
JRRtfExporter.exportText(JRPrintText text)
Draw a text box |
protected void |
JRXlsExporter.exportText(JRPrintText textElement,
JRExporterGridCell gridCell,
int colIndex,
int rowIndex)
|
protected abstract void |
JRXlsAbstractExporter.exportText(JRPrintText text,
JRExporterGridCell cell,
int colIndex,
int rowIndex)
|
protected void |
JExcelApiExporter.exportText(JRPrintText text,
JRExporterGridCell gridCell,
int col,
int row)
|
protected jxl.write.biff.CellValue |
JExcelApiExporter.getAutoDetectedCellValue(int x,
int y,
java.lang.String textStr,
JExcelApiExporter.StyleInfo baseStyle)
|
protected jxl.write.biff.CellValue |
JExcelApiExporter.getDetectedCellValue(int x,
int y,
JRPrintText text,
java.lang.String textStr,
JExcelApiExporter.StyleInfo baseStyle)
|
protected jxl.write.biff.CellValue |
JExcelApiExporter.getLabelCell(int x,
int y,
java.lang.String textStr,
JExcelApiExporter.StyleInfo baseStyle)
|
protected jxl.write.WritableCellFormat |
JExcelApiExporter.getLoadedCellStyle(JExcelApiExporter.StyleInfo styleKey)
|
void |
JExcelApiExporter.CellTextValueHandler.handle(BooleanTextValue textValue)
|
void |
JExcelApiExporter.CellTextValueHandler.handle(DateTextValue textValue)
|
void |
JExcelApiExporter.CellTextValueHandler.handle(NumberTextValue textValue)
|
void |
JExcelApiExporter.CellTextValueHandler.handle(StringTextValue textValue)
|
protected void |
JRHtmlExporter.loadPxImage()
|
protected abstract void |
JRXlsAbstractExporter.openWorkbook(java.io.OutputStream os)
|
protected void |
JExcelApiExporter.openWorkbook(java.io.OutputStream os)
|
protected abstract void |
JRXlsAbstractExporter.setRowHeight(int rowIndex,
int lastRowHeight)
|
protected void |
JExcelApiExporter.setRowHeight(int y,
int lastRowHeight)
|
Constructors in net.sf.jasperreports.engine.export that throw JRException | |
---|---|
JRGraphics2DExporter()
|
Uses of JRException in net.sf.jasperreports.engine.export.data |
---|
Methods in net.sf.jasperreports.engine.export.data that throw JRException | |
---|---|
void |
TextValueHandler.handle(BooleanTextValue textValue)
|
void |
TextValueHandler.handle(DateTextValue textValue)
|
void |
TextValueHandler.handle(NumberTextValue textValue)
|
void |
TextValueHandler.handle(StringTextValue textValue)
|
abstract void |
TextValue.handle(TextValueHandler handler)
|
void |
StringTextValue.handle(TextValueHandler handler)
|
void |
NumberTextValue.handle(TextValueHandler handler)
|
void |
DateTextValue.handle(TextValueHandler handler)
|
void |
BooleanTextValue.handle(TextValueHandler handler)
|
Uses of JRException in net.sf.jasperreports.engine.export.draw |
---|
Methods in net.sf.jasperreports.engine.export.draw that throw JRException | |
---|---|
void |
FrameDrawer.draw(java.awt.Graphics2D grx,
java.util.Collection elements,
int offsetX,
int offsetY)
|
void |
ImageDrawer.draw(java.awt.Graphics2D grx,
JRPrintElement element,
int offsetX,
int offsetY)
|
void |
FrameDrawer.draw(java.awt.Graphics2D grx,
JRPrintElement element,
int offsetX,
int offsetY)
|
abstract void |
ElementDrawer.draw(java.awt.Graphics2D grx,
JRPrintElement element,
int offsetX,
int offsetY)
|
void |
BoxDrawer.draw(java.awt.Graphics2D grx,
JRPrintElement element,
int offsetX,
int offsetY)
|
Uses of JRException in net.sf.jasperreports.engine.export.oasis |
---|
Uses of JRException in net.sf.jasperreports.engine.fill |
---|
Subclasses of JRException in net.sf.jasperreports.engine.fill | |
---|---|
class |
JRExpressionEvalException
|
Methods in net.sf.jasperreports.engine.fill that throw JRException | |
---|---|
protected void |
JRBaseFiller.addPrintStyle(JRStyle style)
|
protected boolean |
JRFillDataset.advanceDataSource()
|
protected boolean |
JRFillElementContainer.buildConsolidatedStyle(JRStyle style,
byte evaluation,
java.lang.StringBuffer code,
java.util.List condStylesToApply)
|
void |
JRCalculator.calculateVariables()
|
void |
JRThreadSubreportRunner.cancel()
|
void |
JRSubreportRunner.cancel()
Cancels the current fill process. |
void |
JRBaseFiller.cancelFill()
Cancells the fill process. |
void |
AsynchronousFillHandle.cancellFill()
Cancels the fill started by the handle. |
boolean |
JRFillContext.cancelRunningQuery()
Cancels the running query. |
protected void |
JRBaseFiller.collectIncludedTemplates(JRTemplate template,
java.util.List externalStyles,
java.util.Set loadedLocations)
|
protected java.util.List |
JRBaseFiller.collectStyles()
|
protected void |
JRBaseFiller.collectStyles(JRTemplate template,
java.util.List externalStyles,
java.util.Set loadedLocations)
|
protected java.util.List |
JRBaseFiller.collectTemplateStyles()
|
java.lang.Object |
JRExtendedIncrementer.combine(JRCalculable calculable,
JRCalculable calculableValue,
AbstractValueProvider valueProvider)
Combines two calculated values into one. |
java.lang.Object |
JRAbstractExtendedIncrementer.combine(JRCalculable calculable,
JRCalculable calculableValue,
AbstractValueProvider valueProvider)
This implementation calls increment(calculable, calculableValue.getValue(), valueProvider) . |
protected org.jfree.chart.plot.MeterInterval |
JRFillChart.convertInterval(JRMeterInterval interval,
byte evaluation)
Converts a JasperReports meter interval to one that JFreeChart understands. |
protected org.jfree.data.Range |
JRFillChart.convertRange(JRDataRange dataRange,
byte evaluation)
Converts a JasperReport data range into one understood by JFreeChart. |
protected void |
JRFillDataset.createCalculator(JasperReport jasperReport)
Creates the calculator |
protected static JRCalculator |
JRFillDataset.createCalculator(JasperReport jasperReport,
JRDataset dataset)
|
static JRBaseFiller |
JRFiller.createFiller(JasperReport jasperReport)
|
static AsynchronousFillHandle |
AsynchronousFillHandle.createHandle(JasperReport jasperReport,
java.util.Map parameters)
Creates an asychronous filling handle. |
static AsynchronousFillHandle |
AsynchronousFillHandle.createHandle(JasperReport jasperReport,
java.util.Map parameters,
java.sql.Connection conn)
Creates an asychronous filling handle. |
static AsynchronousFillHandle |
AsynchronousFillHandle.createHandle(JasperReport jasperReport,
java.util.Map parameters,
JRDataSource dataSource)
Creates an asychronous filling handle. |
protected JRAbstractScriptlet |
JRFillDataset.createScriptlet()
Creates the scriptlet. |
protected abstract void |
JREvaluator.customizedInit(java.util.Map parametersMap,
java.util.Map fieldsMap,
java.util.Map variablesMap)
Initializes the parameters, fields and variables of the evaluator. |
protected void |
JRFillElement.delayedEvaluate(JRRecordedValuesPrintElement printElement,
JREvaluationTime evaluationTime,
byte evaluation)
|
protected void |
JRFillDatasetRun.detail()
|
void |
JRCalculator.estimateGroupRuptures()
Determines group breaks based on estimated report values. |
void |
JRCalculator.estimateVariables()
|
JRTemplate |
JRFillReportTemplate.evaluate()
|
protected void |
JRFillTextField.evaluate(byte evaluation)
|
protected void |
JRFillSubreport.evaluate(byte evaluation)
|
protected void |
JRFillStaticText.evaluate(byte evaluation)
|
protected void |
JRFillRectangle.evaluate(byte evaluation)
|
protected void |
JRFillLine.evaluate(byte evaluation)
|
protected void |
JRFillImage.evaluate(byte evaluation)
|
protected void |
JRFillFrame.evaluate(byte evaluation)
|
protected void |
JRFillEllipse.evaluate(byte evaluation)
|
protected void |
JRFillElementContainer.evaluate(byte evaluation)
|
protected abstract void |
JRFillElement.evaluate(byte evaluation)
|
protected void |
JRFillCrosstab.evaluate(byte evaluation)
|
protected void |
JRFillChart.evaluate(byte evaluation)
|
protected void |
JRFillCellContents.evaluate(byte evaluation)
|
protected void |
JRFillBreak.evaluate(byte evaluation)
|
protected void |
JRFillBand.evaluate(byte evaluation)
|
java.lang.Object |
JRFillExpressionEvaluator.evaluate(JRExpression expression,
byte evaluationType)
|
java.lang.Object |
JRCalculator.evaluate(JRExpression expression,
byte evaluationType)
|
void |
JRFillDatasetRun.evaluate(JRFillElementDataset elementDataset,
byte evaluation)
Instantiates and iterates the sub dataset for a chart dataset evaluation. |
protected JFreeChartRenderer |
JRFillChart.evaluateAreaImage(byte evaluation)
|
protected JFreeChartRenderer |
JRFillChart.evaluateBar3DImage(byte evaluation)
|
protected JFreeChartRenderer |
JRFillChart.evaluateBarImage(byte evaluation)
|
protected JFreeChartRenderer |
JRFillChart.evaluateBubbleImage(byte evaluation)
|
protected JFreeChartRenderer |
JRFillChart.evaluateCandlestickImage(byte evaluation)
|
protected JRStyle |
JRFillElementContainer.evaluateConditionalStyle(JRStyle initialStyle,
byte evaluation)
|
protected void |
JRFillElementContainer.evaluateConditionalStyles(byte evaluation)
|
void |
JRFillElementDataset.evaluateDatasetRun(byte evaluation)
|
protected java.lang.Object |
JRFillElement.evaluateExpression(JRExpression expression,
byte evaluation)
Evaluates an expression. |
protected java.lang.Object |
JRBaseFiller.evaluateExpression(JRExpression expression,
byte evaluation)
Evaluates an expression |
protected JFreeChartRenderer |
JRFillChart.evaluateHighLowImage(byte evaluation)
|
static JRPrintHyperlink |
JRFillHyperlinkHelper.evaluateHyperlink(JRHyperlink hyperlink,
JRFillExpressionEvaluator expressionEvaluator,
byte evaluationType)
Evaluate a hyperlink specification. |
static JRPrintHyperlinkParameters |
JRFillHyperlinkHelper.evaluateHyperlinkParameters(JRHyperlink hyperlink,
JRFillExpressionEvaluator expressionEvaluator,
byte evaluationType)
Evaluates a list of hyperlink parameters and produces a hyperlink paramters set that can be associated with a print element. |
protected void |
JRFillImage.evaluateImage(byte evaluation)
|
protected JFreeChartRenderer |
JRFillChart.evaluateImage(byte evaluation)
|
protected JFreeChartRenderer |
JRFillChart.evaluateLineImage(byte evaluation)
|
protected JFreeChartRenderer |
JRFillChart.evaluateMeterImage(byte evaluation)
Build and configure a meter chart. |
protected JFreeChartRenderer |
JRFillChart.evaluateMultiAxisImage(byte evaluation)
Build and configure a multiple axis chart. |
static java.util.Map |
JRParameterDefaultValuesEvaluator.evaluateParameterDefaultValues(JasperReport report,
java.util.Map initialParameters)
Evaluates the default values for the parameters of a report. |
protected JFreeChartRenderer |
JRFillChart.evaluatePie3DImage(byte evaluation)
|
protected JFreeChartRenderer |
JRFillChart.evaluatePieImage(byte evaluation)
|
protected void |
JRFillElement.evaluatePrintWhenExpression(byte evaluation)
|
protected void |
JRFillBand.evaluatePrintWhenExpression(byte evaluation)
|
protected JFreeChartRenderer |
JRFillChart.evaluateScatterImage(byte evaluation)
|
protected JFreeChartRenderer |
JRFillChart.evaluateStackedAreaImage(byte evaluation)
|
protected JFreeChartRenderer |
JRFillChart.evaluateStackedBar3DImage(byte evaluation)
|
protected JFreeChartRenderer |
JRFillChart.evaluateStackedBarImage(byte evaluation)
|
protected void |
JRFillSubreport.evaluateSubreport(byte evaluation)
|
protected void |
JRFillTextField.evaluateText(byte evaluation)
|
protected JFreeChartRenderer |
JRFillChart.evaluateThermometerImage(byte evaluation)
Build and run a thermometer chart. |
protected JFreeChartRenderer |
JRFillChart.evaluateTimeSeriesImage(byte evaluation)
|
protected JFreeChartRenderer |
JRFillChart.evaluateXyAreaImage(byte evaluation)
|
protected JFreeChartRenderer |
JRFillChart.evaluateXYBarImage(byte evaluation)
|
protected JFreeChartRenderer |
JRFillChart.evaluateXyLineImage(byte evaluation)
|
protected JRPrintElement |
JRFillTextField.fill()
|
protected JRPrintElement |
JRFillImage.fill()
|
protected JRPrintElement |
JRFillFrame.fill()
|
protected abstract JRPrintElement |
JRFillElement.fill()
|
protected JRPrintFrame |
JRFillCellContents.fill()
|
protected JRPrintBand |
JRFillBand.fill()
|
protected void |
JRFillCrosstab.CrosstabFiller.fill(int availableHeight)
|
protected JRPrintBand |
JRFillBand.fill(int availableStretchHeight)
|
protected JRPrintBand |
JRFillBand.fill(int availableStretchHeight,
boolean isOverflowAllowed)
|
JasperPrint |
JRBaseFiller.fill(java.util.Map parameterValues)
|
JasperPrint |
JRBaseFiller.fill(java.util.Map parameterValues,
java.sql.Connection conn)
|
JasperPrint |
JRBaseFiller.fill(java.util.Map parameterValues,
JRDataSource ds)
|
protected void |
JRVerticalFiller.fillColumnBand(JRFillBand band,
byte evaluation)
|
protected void |
JRHorizontalFiller.fillColumnBand(JRFillBand band,
byte evaluation)
|
protected java.util.List |
JRFillCrosstab.CrosstabFiller.fillColumnHeaders(int rowHeadersXOffset,
int availableHeight)
|
protected void |
JRFillElementContainer.fillElements(JRPrintElementContainer printContainer)
|
protected void |
JRVerticalFiller.fillFixedBand(JRFillBand band,
byte evaluation)
|
protected void |
JRHorizontalFiller.fillFixedBand(JRFillBand band,
byte evaluation)
|
protected void |
JRHorizontalFiller.fillFixedBand(JRFillBand band,
byte evaluation,
boolean allowShrinking)
|
protected void |
JRFillCrosstab.CrosstabFiller.fillNoDataCell(int availableHeight)
|
protected void |
JRVerticalFiller.fillPageBand(JRFillBand band,
byte evaluation)
|
protected void |
JRHorizontalFiller.fillPageBand(JRFillBand band,
byte evaluation)
private void fillColumnBreak( byte evalPrevPage, byte evalNextPage ) throws JRException { if (columnIndex == columnCount - 1) { fillPageBreak(false, evalPrevPage, evalNextPage); } else { fillColumnFooter(evalPrevPage); resolveGroupBoundImages(evalPrevPage, false); resolveColumnBoundImages(evalPrevPage); resolveGroupBoundTexts(evalPrevPage, false); resolveColumnBoundTexts(evalPrevPage); scriptlet.callBeforeColumnInit(); calculator.initializeVariables(JRVariable.RESET_TYPE_COLUMN); scriptlet.callAfterColumnInit(); columnIndex += 1; offsetX = leftMargin + columnIndex * (columnSpacing + columnWidth); offsetY = columnHeaderOffsetY; calculator.getColumnNumber().setValue( new Integer(((Number)calculator.getColumnNumber().getValue()).intValue() + 1) ); calculator.getColumnNumber().setOldValue( calculator.getColumnNumber().getValue() ); fillColumnHeader(evalNextPage); } } /** |
protected void |
JRVerticalFiller.fillReport()
|
protected void |
JRHorizontalFiller.fillReport()
|
protected abstract void |
JRBaseFiller.fillReport()
|
static JasperPrint |
JRFiller.fillReport(JasperReport jasperReport,
java.util.Map parameters)
Fills a report. |
static JasperPrint |
JRFiller.fillReport(JasperReport jasperReport,
java.util.Map parameters,
java.sql.Connection conn)
|
static JasperPrint |
JRFiller.fillReport(JasperReport jasperReport,
java.util.Map parameters,
JRDataSource dataSource)
|
protected int |
JRFillCrosstab.CrosstabFiller.fillRows(int xOffset,
int availableHeight)
|
protected void |
JRFillSubreport.fillSubreport()
|
protected void |
JRFillCrosstab.CrosstabFiller.fillVerticalCrosstab(int availableHeight)
|
static java.util.Map |
JRFillSubreport.getParameterValues(JRBaseFiller filler,
JRExpression parametersMapExpression,
JRDatasetParameter[] subreportParameters,
byte evaluation,
boolean ignoreNullExpressions,
boolean removeResourceBundle,
boolean removeFormatFactory)
Utility method used for constructing a parameter values map for subreports, sub datasets and crosstabs. |
protected static JRSubreportRunnerFactory |
JRFillSubreport.getRunnerFactory()
|
JRFillCellContents |
JRFillCellContents.getTransformedContents(int newWidth,
int newHeight,
byte xPosition,
byte yPosition)
|
protected void |
JRFillDatasetRun.group()
|
java.lang.Object |
JRExtendedIncrementer.increment(JRCalculable calculable,
java.lang.Object expressionValue,
AbstractValueProvider valueProvider)
Increments a calculable object with a value. |
java.lang.Object |
JRIncrementer.increment(JRFillVariable variable,
java.lang.Object expressionValue,
AbstractValueProvider valueProvider)
|
java.lang.Object |
JRAbstractExtendedIncrementer.increment(JRFillVariable variable,
java.lang.Object expressionValue,
AbstractValueProvider valueProvider)
This implementation simply calls increment(JRCalculable, Object, AbstractValueProvider) . |
protected void |
JRFillDatasetRun.init()
|
protected void |
JRCalculator.init(JRFillDataset dataset)
Initializes the calculator. |
void |
JREvaluator.init(java.util.Map parametersMap,
java.util.Map fieldsMap,
java.util.Map variablesMap,
byte resourceMissingType)
Initializes the evaluator by setting the parameter, field and variable objects. |
protected void |
JRFillDataset.initCalculator()
Initializes the calculator. |
protected void |
JRFillDataset.initDatasource()
|
protected void |
JRFillElement.initDelayedEvaluationPrint(JRRecordedValuesPrintElement printElement)
|
protected void |
JRFillCrosstab.initEvaluator(byte evaluation)
|
void |
JRCalculator.initializeVariables(byte resetType)
|
protected void |
JRFillSubreport.initSubreportFiller(JREvaluator evaluator)
|
protected void |
JRFillDatasetRun.iterate()
|
protected void |
JRBaseFiller.loadStyles()
|
protected static JRTemplate |
JRFillReportTemplate.loadTemplate(java.lang.Object source,
java.lang.Class sourceType,
JRFillContext fillContext)
|
protected boolean |
JRFillDataset.next()
Moves to the next record in the data source. |
protected boolean |
JRBaseFiller.next()
|
protected void |
JRFillCellContents.prepare(int availableStretchHeight)
|
protected boolean |
JRFillTextField.prepare(int availableStretchHeight,
boolean isOverflow)
|
protected boolean |
JRFillSubreport.prepare(int availableStretchHeight,
boolean isOverflow)
|
protected boolean |
JRFillStaticText.prepare(int availableStretchHeight,
boolean isOverflow)
|
protected boolean |
JRFillGraphicElement.prepare(int availableStretchHeight,
boolean isOverflow)
|
protected boolean |
JRFillFrame.prepare(int availableStretchHeight,
boolean isOverflow)
|
protected boolean |
JRFillElement.prepare(int availableStretchHeight,
boolean isOverflow)
|
protected boolean |
JRFillCrosstab.prepare(int availableStretchHeight,
boolean isOverflow)
|
protected boolean |
JRFillBreak.prepare(int availableStretchHeight,
boolean isOverflow)
|
protected void |
JRFillElementContainer.prepareElements(int availableStretchHeight,
boolean isOverflowAllowed)
|
protected JRPrintBand |
JRFillBand.refill(int availableStretchHeight)
|
void |
JRSubreportRunner.reset()
Resets the runner, preparing it for a new fill. |
protected void |
JRBaseFiller.resolveBandBoundElements(JRFillBand band,
byte evaluation)
Resloves elements which are to be evaluated at band level. |
protected void |
JRBaseFiller.resolveBoundElements(JREvaluationTime evaluationTime,
byte evaluation)
|
protected void |
JRBaseFiller.resolveColumnBoundElements(byte evaluation)
Resolves elements which are to be evaluated at column level. |
protected void |
JRFillTextField.resolveElement(JRPrintElement element,
byte evaluation)
|
protected void |
JRFillImage.resolveElement(JRPrintElement element,
byte evaluation)
|
protected abstract void |
JRFillElement.resolveElement(JRPrintElement element,
byte evaluation)
Resolves an element. |
protected void |
JRFillChart.resolveElement(JRPrintElement element,
byte evaluation)
|
protected void |
JRFillElement.resolveElement(JRPrintElement element,
byte evaluation,
JREvaluationTime evaluationTime)
Resolves an element. |
protected void |
JRBaseFiller.resolveGroupBoundElements(byte evaluation,
boolean isFinal)
Resolves elements which are to be evaluated at group level. |
protected void |
JRBaseFiller.resolvePageBoundElements(byte evaluation)
Resolves elements which are to be evaluated at page level. |
protected void |
JRBaseFiller.resolveReportBoundElements()
Resolves elements which are to be evaluated at report level. |
JRSubreportRunResult |
JRSubreportRunner.resume()
Resumes the filling of a subreport. |
void |
JRFillSubreport.rewind()
|
protected void |
JRFillFrame.rewind()
|
protected void |
JRFillElementContainer.rewind()
|
protected abstract void |
JRFillElement.rewind()
|
protected void |
JRFillDataset.setOldValues()
|
protected void |
JRFillDataset.setParameter(JRFillParameter parameter,
java.lang.Object value)
Sets the value of the parameter. |
protected void |
JRBaseFiller.setParameter(JRFillParameter parameter,
java.lang.Object value)
Sets a parameter's value. |
protected void |
JRFillDataset.setParameter(java.lang.String parameterName,
java.lang.Object value)
Sets the value of a parameter. |
protected void |
JRBaseFiller.setParameter(java.lang.String parameterName,
java.lang.Object value)
Sets a parameter's value. |
protected void |
JRBaseFiller.setParameters(java.util.Map parameterValues)
|
protected void |
JRFillDataset.setParameterValues(java.util.Map parameterValues)
Reads built-in parameter values from the value map. |
JRSubreportRunResult |
JRSubreportRunner.start()
Starts to fill the subreport. |
void |
JRThreadSubreportRunner.suspend()
|
void |
JRSubreportRunner.suspend()
Suspends the current fill. |
protected void |
JRBaseFiller.suspendSubreportRunner()
|
Constructors in net.sf.jasperreports.engine.fill that throw JRException | |
---|---|
AsynchronousFillHandle(JasperReport jasperReport,
java.util.Map parameters)
|
|
AsynchronousFillHandle(JasperReport jasperReport,
java.util.Map parameters,
java.sql.Connection conn)
|
|
AsynchronousFillHandle(JasperReport jasperReport,
java.util.Map parameters,
JRDataSource dataSource)
|
|
AsynchronousFillHandle(JasperReport jasperReport,
java.util.Map parameters,
JRDataSource dataSource,
java.sql.Connection conn)
|
|
JRBaseFiller(JasperReport jasperReport,
JREvaluator initEvaluator,
JRBaseFiller parentFiller)
|
|
JRHorizontalFiller(JasperReport jasperReport)
|
|
JRHorizontalFiller(JasperReport jasperReport,
JRBaseFiller parentFiller)
|
|
JRHorizontalFiller(JasperReport jasperReport,
JREvaluator evaluator,
JRBaseFiller parentFiller)
|
|
JRVerticalFiller(JasperReport jasperReport)
|
|
JRVerticalFiller(JasperReport jasperReport,
JRBaseFiller parentFiller)
|
|
JRVerticalFiller(JasperReport jasperReport,
JREvaluator evaluator,
JRBaseFiller parentFiller)
|
Uses of JRException in net.sf.jasperreports.engine.print |
---|
Methods in net.sf.jasperreports.engine.print that throw JRException | |
---|---|
static boolean |
JRPrinterAWT.printPages(JasperPrint jrPrint,
int firstPageIndex,
int lastPageIndex,
boolean withPrintDialog)
|
static java.awt.Image |
JRPrinterAWT.printPageToImage(JasperPrint jrPrint,
int pageIndex,
float zoom)
|
Constructors in net.sf.jasperreports.engine.print that throw JRException | |
---|---|
JRPrinterAWT(JasperPrint jrPrint)
|
Uses of JRException in net.sf.jasperreports.engine.query |
---|
Methods in net.sf.jasperreports.engine.query that throw JRException | |
---|---|
boolean |
JRXPathQueryExecuter.cancelQuery()
|
boolean |
JRQueryExecuter.cancelQuery()
Cancels the query if it's currently running. |
boolean |
JRJpaQueryExecuter.cancelQuery()
|
boolean |
JRJdbcQueryExecuter.cancelQuery()
|
boolean |
JRHibernateQueryExecuter.cancelQuery()
|
boolean |
JREmptyQueryExecuter.cancelQuery()
|
JRDataSource |
JRXPathQueryExecuter.createDatasource()
|
JRDataSource |
JRQueryExecuter.createDatasource()
Executes the query and creates a JRDataSource out of the result. |
JRDataSource |
JRJpaQueryExecuter.createDatasource()
|
JRDataSource |
JRJdbcQueryExecuter.createDatasource()
|
JRDataSource |
JRHibernateQueryExecuter.createDatasource()
Creates an instance of JRHibernateListDataSource ,
JRHibernateIterateDataSource or
JRHibernateScrollDataSource , depending on the |
JRDataSource |
JREmptyQueryExecuter.createDatasource()
|
JRQueryExecuter |
JRXPathQueryExecuterFactory.createQueryExecuter(JRDataset dataset,
java.util.Map parameters)
|
JRQueryExecuter |
JRQueryExecuterFactory.createQueryExecuter(JRDataset dataset,
java.util.Map parameters)
Creates a query executer. |
JRQueryExecuter |
JRJpaQueryExecuterFactory.createQueryExecuter(JRDataset dataset,
java.util.Map parameters)
|
JRQueryExecuter |
JRJdbcQueryExecuterFactory.createQueryExecuter(JRDataset dataset,
java.util.Map parameters)
|
JRQueryExecuter |
JRHibernateQueryExecuterFactory.createQueryExecuter(JRDataset dataset,
java.util.Map parameters)
|
Uses of JRException in net.sf.jasperreports.engine.util |
---|
Methods in net.sf.jasperreports.engine.util that throw JRException | |
---|---|
static org.w3c.dom.Document |
JRXmlUtils.createDocument(org.w3c.dom.Node sourceNode)
Creates a document having a node as root. |
static javax.xml.parsers.DocumentBuilder |
JRXmlUtils.createDocumentBuilder()
Creates a XML document builder. |
protected java.lang.Object |
JRSingletonCache.createInstance(java.lang.String className)
|
byte[] |
JRJdk14ImageEncoder.encode(java.awt.image.BufferedImage bi,
byte imageType)
|
byte[] |
JRDefaultImageEncoder.encode(java.awt.image.BufferedImage bi,
byte imageType)
|
abstract byte[] |
JRAbstractImageEncoder.encode(java.awt.image.BufferedImage bi,
byte imageType)
|
byte[] |
JRImageEncoder.encode(java.awt.Image image,
byte imageType)
|
byte[] |
JRAbstractImageEncoder.encode(java.awt.Image image,
byte imageType)
|
java.lang.Object |
JRSingletonCache.getCachedInstance(java.lang.String className)
Returns the singleton instance corresponding to a class. |
protected static java.util.Properties |
JRProperties.getDefaults()
Sets the default properties. |
static java.io.InputStream |
JRLoader.getFileInputStream(java.lang.String filename)
Tries to open a file for reading. |
static java.awt.Image |
JRImageLoader.getImage(byte index)
|
static java.io.InputStream |
JRLoader.getLocationInputStream(java.lang.String location)
Tries to open an input stream for a location. |
static JRQueryExecuterFactory |
JRQueryExecuterUtils.getQueryExecuterFactory(java.lang.String language)
Returns a query executer factory for a query language. |
static java.io.InputStream |
JRLoader.getURLInputStream(java.lang.String spec)
Tries to open an input stream for an URL. |
static void |
JRGraphEnvInitializer.initializeGraphEnv()
|
static byte[] |
JRLoader.loadBytes(java.io.File file)
|
static byte[] |
JRLoader.loadBytes(java.io.InputStream is)
|
static byte[] |
JRLoader.loadBytes(java.net.URL url)
|
static byte[] |
JRLoader.loadBytesFromLocation(java.lang.String location)
|
static byte[] |
JRLoader.loadBytesFromLocation(java.lang.String location,
java.lang.ClassLoader classLoader)
|
static byte[] |
JRLoader.loadBytesFromLocation(java.lang.String location,
java.lang.ClassLoader classLoader,
java.net.URLStreamHandlerFactory urlHandlerFactory)
|
static java.awt.Image |
JRImageLoader.loadImage(byte[] bytes)
|
protected static java.awt.Image |
JRImageLoader.loadImage(java.lang.String image)
Loads an image from an specified resource. |
static byte[] |
JRImageLoader.loadImageDataFromAWTImage(java.awt.image.BufferedImage bi)
Deprecated. Replaced by JRImageLoader.loadImageDataFromAWTImage(Image, byte) . |
static byte[] |
JRImageLoader.loadImageDataFromAWTImage(java.awt.Image image)
Deprecated. Replaced by JRImageLoader.loadImageDataFromAWTImage(Image, byte) . |
static byte[] |
JRImageLoader.loadImageDataFromAWTImage(java.awt.Image image,
byte imageType)
Encoding the image object using an image encoder that supports the supplied image type. |
static byte[] |
JRImageLoader.loadImageDataFromFile(java.io.File file)
Deprecated. Replaced by JRLoader.loadBytes(File) . |
static byte[] |
JRImageLoader.loadImageDataFromInputStream(java.io.InputStream is)
Deprecated. Replaced by JRLoader.loadBytes(InputStream) . |
static byte[] |
JRImageLoader.loadImageDataFromLocation(java.lang.String location)
Deprecated. Replaced by JRLoader.loadBytesFromLocation(String) . |
static byte[] |
JRImageLoader.loadImageDataFromLocation(java.lang.String location,
java.lang.ClassLoader classLoader)
Deprecated. Replaced by JRLoader.loadBytesFromLocation(String, ClassLoader) . |
static byte[] |
JRImageLoader.loadImageDataFromLocation(java.lang.String location,
java.lang.ClassLoader classLoader,
java.net.URLStreamHandlerFactory urlHandlerFactory)
Deprecated. Replaced by JRLoader.loadBytesFromLocation(String, ClassLoader, URLStreamHandlerFactory) . |
static byte[] |
JRImageLoader.loadImageDataFromURL(java.net.URL url)
Deprecated. Replaced by JRLoader.loadBytes(URL) . |
static java.lang.Object |
JRLoader.loadObject(java.io.File file)
|
static java.lang.Object |
JRLoader.loadObject(java.io.InputStream is)
|
static java.lang.Object |
JRLoader.loadObject(java.lang.String fileName)
|
static java.lang.Object |
JRLoader.loadObject(java.net.URL url)
|
static java.lang.Object |
JRLoader.loadObjectFromLocation(java.lang.String location)
|
static java.lang.Object |
JRLoader.loadObjectFromLocation(java.lang.String location,
java.lang.ClassLoader classLoader)
|
static java.lang.Object |
JRLoader.loadObjectFromLocation(java.lang.String location,
java.lang.ClassLoader classLoader,
java.net.URLStreamHandlerFactory urlHandlerFactory)
|
static java.util.Properties |
JRProperties.loadProperties(java.lang.String name,
java.util.Properties defaults)
Loads a properties file from the classpath. |
static org.w3c.dom.Document |
JRXmlUtils.parse(java.io.File file)
Parses a file into a document. |
static org.w3c.dom.Document |
JRXmlUtils.parse(org.xml.sax.InputSource is)
Parses an input source into a document. |
static org.w3c.dom.Document |
JRXmlUtils.parse(java.io.InputStream is)
Parses an input stream into a XML document. |
static org.w3c.dom.Document |
JRXmlUtils.parse(java.lang.String uri)
Parses a document specified by an URI. |
static org.w3c.dom.Document |
JRXmlUtils.parse(java.net.URL url)
Parses an URL stream as a XML document. |
java.awt.Image |
JRJdk14ImageReader.readImage(byte[] bytes)
|
java.awt.Image |
JRJdk13ImageReader.readImage(byte[] bytes)
|
java.awt.Image |
JRImageReader.readImage(byte[] bytes)
|
static void |
JRSaver.saveClassSource(java.lang.String source,
java.io.File file)
|
static void |
JRSaver.saveObject(java.lang.Object obj,
java.io.File file)
|
static void |
JRSaver.saveObject(java.lang.Object obj,
java.io.OutputStream os)
|
static void |
JRSaver.saveObject(java.lang.Object obj,
java.lang.String fileName)
|
Uses of JRException in net.sf.jasperreports.engine.util.xml |
---|
Methods in net.sf.jasperreports.engine.util.xml that throw JRException | |
---|---|
protected org.jaxen.XPath |
JaxenXPathExecuter.getXPath(java.lang.String expression)
|
static JRXPathExecuter |
JRXPathExecuterUtils.getXPathExecuter()
Produces an XPath executer instance by means of the factory
returned by getXPathExecuterFactory() . |
static JRXPathExecuterFactory |
JRXPathExecuterUtils.getXPathExecuterFactory()
Return an XPath executer factory instance. |
org.w3c.dom.NodeList |
XalanXPathExecuter.selectNodeList(org.w3c.dom.Node contextNode,
java.lang.String expression)
|
org.w3c.dom.NodeList |
JRXPathExecuter.selectNodeList(org.w3c.dom.Node contextNode,
java.lang.String expression)
Selects a node list by evaluating an XPath expression on a context node. |
org.w3c.dom.NodeList |
JaxenXPathExecuter.selectNodeList(org.w3c.dom.Node contextNode,
java.lang.String expression)
|
java.lang.Object |
XalanXPathExecuter.selectObject(org.w3c.dom.Node contextNode,
java.lang.String expression)
|
java.lang.Object |
JRXPathExecuter.selectObject(org.w3c.dom.Node contextNode,
java.lang.String expression)
Selects an object by evaluating an XPath expression on a context node. |
java.lang.Object |
JaxenXPathExecuter.selectObject(org.w3c.dom.Node contextNode,
java.lang.String expression)
|
Uses of JRException in net.sf.jasperreports.engine.xml |
---|
Methods in net.sf.jasperreports.engine.xml that throw JRException | |
---|---|
java.lang.Object |
JRChartFactory.JRChartLegendFactory.createObject(org.xml.sax.Attributes atts)
|
java.lang.Object |
JRChartFactory.JRChartAxisFormatFactory.createObject(org.xml.sax.Attributes atts)
|
static JasperDesign |
JRXmlLoader.load(java.io.File file)
|
static JasperDesign |
JRXmlLoader.load(java.io.InputStream is)
|
static JasperPrint |
JRPrintXmlLoader.load(java.io.InputStream is)
|
static JRTemplate |
JRXmlTemplateLoader.load(java.lang.String location)
Parses a template XML found at a specified location into a template object . |
static JasperDesign |
JRXmlLoader.load(java.lang.String sourceFileName)
|
static JasperPrint |
JRPrintXmlLoader.load(java.lang.String sourceFileName)
|
JasperDesign |
JRXmlLoader.loadXML(org.xml.sax.InputSource is)
|
JasperDesign |
JRXmlLoader.loadXML(java.io.InputStream is)
|
void |
JRPrintImageSourceObject.setImageSource(java.lang.String imageSource)
|
static void |
JRXmlWriter.writeReport(JRReport report,
java.io.OutputStream outputStream,
java.lang.String encoding)
|
static void |
JRXmlWriter.writeReport(JRReport report,
java.lang.String destFileName,
java.lang.String encoding)
|
Uses of JRException in net.sf.jasperreports.olap |
---|
Methods in net.sf.jasperreports.olap that throw JRException | |
---|---|
boolean |
JRMondrianQueryExecuter.cancelQuery()
|
JRDataSource |
JRMondrianQueryExecuter.createDatasource()
|
JRQueryExecuter |
JRMondrianQueryExecuterFactory.createQueryExecuter(JRDataset dataset,
java.util.Map parameters)
|
JRQueryExecuter |
JRMdxQueryExecuterFactory.createQueryExecuter(JRDataset dataset,
java.util.Map parameters)
|
java.lang.Object |
JROlapDataSource.getFieldValue(JRField jrField)
|
boolean |
JROlapDataSource.next()
|
Uses of JRException in net.sf.jasperreports.olap.xmla |
---|
Methods in net.sf.jasperreports.olap.xmla that throw JRException | |
---|---|
boolean |
JRXmlaQueryExecuter.cancelQuery()
|
JRDataSource |
JRXmlaQueryExecuter.createDatasource()
|
JRQueryExecuter |
JRXmlaQueryExecuterFactory.createQueryExecuter(JRDataset dataset,
java.util.Map parameters)
|
Uses of JRException in net.sf.jasperreports.renderers |
---|
Methods in net.sf.jasperreports.renderers that throw JRException | |
---|---|
java.util.List |
JRAbstractChartImageMapRenderer.getImageAreaHyperlinks(java.awt.geom.Rectangle2D renderingArea)
|
Uses of JRException in net.sf.jasperreports.view |
---|
Methods in net.sf.jasperreports.view that throw JRException | |
---|---|
protected JRGraphics2DExporter |
JRViewer.getGraphics2DExporter()
|
protected JRGraphics2DExporter |
JRDesignViewer.getGraphics2DExporter()
|
void |
JRHyperlinkListener.gotoHyperlink(JRPrintHyperlink hyperlink)
|
protected void |
JRViewer.loadReport(java.io.InputStream is,
boolean isXmlReport)
|
protected void |
JRDesignViewer.loadReport(java.io.InputStream is,
boolean isXmlReport)
|
protected void |
JRDesignViewer.loadReport(JRReport rep)
|
protected void |
JRViewer.loadReport(java.lang.String fileName,
boolean isXmlReport)
|
protected void |
JRDesignViewer.loadReport(java.lang.String fileName,
boolean isXmlReport)
|
abstract void |
JRSaveContributor.save(JasperPrint jasperPrint,
java.io.File file)
|
static void |
JasperViewer.viewReport(java.io.InputStream is,
boolean isXMLFile)
|
static void |
JasperViewer.viewReport(java.io.InputStream is,
boolean isXMLFile,
boolean isExitOnClose)
|
static void |
JasperViewer.viewReport(java.io.InputStream is,
boolean isXMLFile,
boolean isExitOnClose,
java.util.Locale locale)
|
static void |
JasperViewer.viewReport(java.lang.String sourceFile,
boolean isXMLFile)
|
static void |
JasperViewer.viewReport(java.lang.String sourceFile,
boolean isXMLFile,
boolean isExitOnClose)
|
static void |
JasperViewer.viewReport(java.lang.String sourceFile,
boolean isXMLFile,
boolean isExitOnClose,
java.util.Locale locale)
|
static void |
JasperDesignViewer.viewReportDesign(java.io.InputStream is,
boolean isXML)
|
static void |
JasperDesignViewer.viewReportDesign(JRReport report)
|
static void |
JasperDesignViewer.viewReportDesign(java.lang.String sourceFile,
boolean isXML)
|
Constructors in net.sf.jasperreports.view that throw JRException | |
---|---|
JasperDesignViewer(java.io.InputStream is,
boolean isXML)
Creates new form JasperDesignViewer |
|
JasperDesignViewer(JRReport report)
Creates new form JasperDesignViewer |
|
JasperDesignViewer(java.lang.String sourceFile,
boolean isXML)
Creates new form JasperDesignViewer |
|
JasperViewer(java.io.InputStream is,
boolean isXMLFile)
Creates new form JasperViewer |
|
JasperViewer(java.io.InputStream is,
boolean isXMLFile,
boolean isExitOnClose)
Creates new form JasperViewer |
|
JasperViewer(java.io.InputStream is,
boolean isXMLFile,
boolean isExitOnClose,
java.util.Locale locale)
Creates new form JasperViewer |
|
JasperViewer(java.lang.String sourceFile,
boolean isXMLFile)
Creates new form JasperViewer |
|
JasperViewer(java.lang.String sourceFile,
boolean isXMLFile,
boolean isExitOnClose)
Creates new form JasperViewer |
|
JasperViewer(java.lang.String sourceFile,
boolean isXMLFile,
boolean isExitOnClose,
java.util.Locale locale)
Creates new form JasperViewer |
|
JRDesignViewer(java.io.InputStream is,
boolean isXML)
Creates new form JRDesignViewer |
|
JRDesignViewer(JRReport report)
Creates new form JRDesignViewer |
|
JRDesignViewer(java.lang.String fileName,
boolean isXML)
Creates new form JRDesignViewer |
|
JRViewer(java.io.InputStream is,
boolean isXML)
Creates new form JRViewer |
|
JRViewer(java.io.InputStream is,
boolean isXML,
java.util.Locale locale)
Creates new form JRViewer |
|
JRViewer(java.io.InputStream is,
boolean isXML,
java.util.Locale locale,
java.util.ResourceBundle resBundle)
Creates new form JRViewer |
|
JRViewer(java.lang.String fileName,
boolean isXML)
Creates new form JRViewer |
|
JRViewer(java.lang.String fileName,
boolean isXML,
java.util.Locale locale)
Creates new form JRViewer |
|
JRViewer(java.lang.String fileName,
boolean isXML,
java.util.Locale locale,
java.util.ResourceBundle resBundle)
Creates new form JRViewer |
Uses of JRException in net.sf.jasperreports.view.save |
---|
Methods in net.sf.jasperreports.view.save that throw JRException | |
---|---|
void |
JRXmlSaveContributor.save(JasperPrint jasperPrint,
java.io.File file)
|
void |
JRSingleSheetXlsSaveContributor.save(JasperPrint jasperPrint,
java.io.File file)
|
void |
JRRtfSaveContributor.save(JasperPrint jasperPrint,
java.io.File file)
|
void |
JRPrintSaveContributor.save(JasperPrint jasperPrint,
java.io.File file)
|
void |
JRPdfSaveContributor.save(JasperPrint jasperPrint,
java.io.File file)
|
void |
JROdtSaveContributor.save(JasperPrint jasperPrint,
java.io.File file)
|
void |
JRMultipleSheetsXlsSaveContributor.save(JasperPrint jasperPrint,
java.io.File file)
|
void |
JRHtmlSaveContributor.save(JasperPrint jasperPrint,
java.io.File file)
|
void |
JREmbeddedImagesXmlSaveContributor.save(JasperPrint jasperPrint,
java.io.File file)
|
void |
JRCsvSaveContributor.save(JasperPrint jasperPrint,
java.io.File file)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |