| Package | Description |
|---|---|
| net.sf.jasperreports.charts |
Contains interfaces for chart plots and chart datasets.
|
| net.sf.jasperreports.charts.base |
Contains base implementations for chart related interfaces.
|
| net.sf.jasperreports.charts.fill |
Contains fill time implementations for chart related interfaces.
|
| net.sf.jasperreports.charts.type |
Contains
enum types used by the built-in chart component. |
| Modifier and Type | Method and Description |
|---|---|
ScaleTypeEnum |
JRBubblePlot.getScaleTypeValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
JRBubblePlot.setScaleType(ScaleTypeEnum scaleType)
Sets the scale type.
|
| Modifier and Type | Field and Description |
|---|---|
protected ScaleTypeEnum |
JRBaseBubblePlot.scaleTypeValue |
| Modifier and Type | Method and Description |
|---|---|
ScaleTypeEnum |
JRBaseBubblePlot.getScaleTypeValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
JRBaseBubblePlot.setScaleType(ScaleTypeEnum scaleTypeValue) |
| Modifier and Type | Method and Description |
|---|---|
ScaleTypeEnum |
JRFillBubblePlot.getScaleTypeValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
JRFillBubblePlot.setScaleType(ScaleTypeEnum scaleType) |
| Modifier and Type | Method and Description |
|---|---|
static ScaleTypeEnum |
ScaleTypeEnum.getByName(String name) |
static ScaleTypeEnum |
ScaleTypeEnum.getByValue(Integer value)
Deprecated.
Used only by deprecated serialized fields.
|
static ScaleTypeEnum |
ScaleTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScaleTypeEnum[] |
ScaleTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2017. All rights reserved.