| Package | Description |
|---|---|
| net.sf.jasperreports.components.spiderchart |
Contains classes for the built-in Spider Chart component.
|
| net.sf.jasperreports.components.spiderchart.type |
Contains
enum types used by the built-in Spider Chart component. |
| Modifier and Type | Field and Description |
|---|---|
protected TableOrderEnum |
StandardSpiderPlot.tableOrder |
| Modifier and Type | Method and Description |
|---|---|
TableOrderEnum |
StandardSpiderPlot.getTableOrder() |
TableOrderEnum |
FillSpiderPlot.getTableOrder() |
TableOrderEnum |
SpiderPlot.getTableOrder() |
| Modifier and Type | Method and Description |
|---|---|
void |
StandardSpiderPlot.setTableOrder(TableOrderEnum tableOrder) |
| Modifier and Type | Method and Description |
|---|---|
static TableOrderEnum |
TableOrderEnum.getByName(String name) |
static TableOrderEnum |
TableOrderEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TableOrderEnum[] |
TableOrderEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2017. All rights reserved.