| 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 |
| Modifier and Type | Method and Description |
|---|---|
ScaleTypeEnum |
JRBubblePlot.getScaleTypeValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
JRBubblePlot.setScaleType(ScaleTypeEnum scaleType) |
| 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(byte value) |
static ScaleTypeEnum |
ScaleTypeEnum.getByValue(Byte value) |
static ScaleTypeEnum |
ScaleTypeEnum.getByValue(Integer value) |
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 © 2012. All Rights Reserved.