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.design |
Contains design time 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 |
---|---|
AxisPositionEnum |
JRChartAxis.getPositionValue()
Gets the position of this axis.
|
Modifier and Type | Field and Description |
---|---|
protected AxisPositionEnum |
JRBaseChartAxis.positionValue
Where to position the axis.
|
Modifier and Type | Method and Description |
---|---|
AxisPositionEnum |
JRBaseChartAxis.getPositionValue()
Returns the position of this axis.
|
Modifier and Type | Method and Description |
---|---|
void |
JRDesignChartAxis.setPosition(AxisPositionEnum positionValue)
Sets the position of this axis' value line relative to the multiple
axis chart.
|
Modifier and Type | Method and Description |
---|---|
AxisPositionEnum |
JRFillChartAxis.getPositionValue() |
Modifier and Type | Method and Description |
---|---|
static AxisPositionEnum |
AxisPositionEnum.getByName(String name) |
static AxisPositionEnum |
AxisPositionEnum.getByValue(byte value)
Deprecated.
Used only by deprecated serialized fields.
|
static AxisPositionEnum |
AxisPositionEnum.getByValue(Byte value)
Deprecated.
Used only by deprecated serialized fields.
|
static AxisPositionEnum |
AxisPositionEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AxisPositionEnum[] |
AxisPositionEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2016. All rights reserved.