| Package | Description |
|---|---|
| net.sf.jasperreports.charts.type | |
| net.sf.jasperreports.components.charts | |
| net.sf.jasperreports.components.spiderchart | |
| 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.design |
Contains design time implementations for the library's main interfaces as well as report compiling tools.
|
| 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).
|
| Modifier and Type | Method and Description |
|---|---|
static EdgeEnum |
EdgeEnum.getByName(String name) |
static EdgeEnum |
EdgeEnum.getByValue(byte value) |
static EdgeEnum |
EdgeEnum.getByValue(Byte value) |
static EdgeEnum |
EdgeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EdgeEnum[] |
EdgeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
EdgeEnum |
ChartSettings.getLegendPosition() |
EdgeEnum |
FillChartSettings.getLegendPosition() |
EdgeEnum |
ChartSettings.getTitlePosition() |
EdgeEnum |
FillChartSettings.getTitlePosition() |
| Modifier and Type | Field and Description |
|---|---|
protected EdgeEnum |
StandardChartSettings.legendPosition |
protected EdgeEnum |
StandardChartSettings.titlePosition |
| Modifier and Type | Method and Description |
|---|---|
EdgeEnum |
StandardChartSettings.getLegendPosition() |
EdgeEnum |
StandardChartSettings.getTitlePosition() |
| Modifier and Type | Method and Description |
|---|---|
void |
StandardChartSettings.setLegendPosition(EdgeEnum legendPosition) |
void |
StandardChartSettings.setTitlePosition(EdgeEnum titlePosition) |
| Modifier and Type | Method and Description |
|---|---|
EdgeEnum |
JRChart.getLegendPositionValue() |
EdgeEnum |
JRChart.getTitlePositionValue()
Gets the title position relative to the chart.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JRChart.setLegendPosition(EdgeEnum legendPosition) |
void |
JRChart.setTitlePosition(EdgeEnum titlePosition)
Sets the title position relative to the chart.
|
| Modifier and Type | Field and Description |
|---|---|
protected EdgeEnum |
JRBaseChart.legendPositionValue |
protected EdgeEnum |
JRBaseChart.titlePositionValue |
| Modifier and Type | Method and Description |
|---|---|
EdgeEnum |
JRBaseChart.getLegendPositionValue() |
EdgeEnum |
JRBaseChart.getTitlePositionValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
JRBaseChart.setLegendPosition(EdgeEnum legendPositionValue) |
void |
JRBaseChart.setTitlePosition(EdgeEnum titlePositionValue) |
| Modifier and Type | Field and Description |
|---|---|
protected EdgeEnum |
JRDesignChart.legendPositionValue |
protected EdgeEnum |
JRDesignChart.titlePositionValue |
| Modifier and Type | Method and Description |
|---|---|
EdgeEnum |
JRDesignChart.getLegendPositionValue() |
EdgeEnum |
JRDesignChart.getTitlePositionValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
JRDesignChart.setLegendPosition(EdgeEnum legendPositionValue) |
void |
JRDesignChart.setTitlePosition(EdgeEnum titlePositionValue) |
| Modifier and Type | Method and Description |
|---|---|
EdgeEnum |
JRFillChart.getLegendPositionValue() |
EdgeEnum |
JRFillChart.getTitlePositionValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
JRFillChart.setLegendPosition(EdgeEnum legendPosition) |
void |
JRFillChart.setTitlePosition(EdgeEnum titlePosition) |
Copyright © 2014. All rights reserved.