| Package | Description |
|---|---|
| net.sf.jasperreports.engine |
Provides access to the library's main functionality through facade classes for compiling, filling
and exporting reports and also publishes the library's main interfaces and classes.
|
| net.sf.jasperreports.engine.analytics.dataset | |
| net.sf.jasperreports.engine.base |
Contains base implementations for the library's main interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
JRExpressionCollector.collect(DataAxisLevel level,
JRExpressionCollector datasetCollector) |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseDataAxisLevel |
class |
DesignDataAxisLevel |
| Modifier and Type | Field and Description |
|---|---|
protected List<DataAxisLevel> |
BaseDataAxis.levels |
| Modifier and Type | Method and Description |
|---|---|
List<DataAxisLevel> |
DataAxis.getLevels() |
List<DataAxisLevel> |
BaseDataAxis.getLevels() |
| Modifier and Type | Method and Description |
|---|---|
void |
DesignDataAxis.addLevel(DataAxisLevel level) |
protected AxisLevel |
MultiAxisDataService.createLevel(Axis axis,
DataAxisLevel dataLevel,
byte evaluation,
int depth) |
protected BucketDefinition |
MultiAxisDataService.createServiceBucket(DataAxisLevel level,
byte evaluation) |
protected Object |
MultiAxisDataService.evaluateBucketValue(JRCalculator calculator,
DataAxisLevel level) |
void |
DesignDataAxis.removeLevel(DataAxisLevel level) |
| Constructor and Description |
|---|
BaseDataAxisLevel(DataAxisLevel level,
JRBaseObjectFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
DataAxisLevel |
JRBaseObjectFactory.getDataAxisLevel(DataAxisLevel level) |
| Modifier and Type | Method and Description |
|---|---|
DataAxisLevel |
JRBaseObjectFactory.getDataAxisLevel(DataAxisLevel level) |
Copyright © 2017. All rights reserved.