Package | Description |
---|---|
net.sf.jasperreports.charts.type |
Contains
enum types used by the built-in chart component. |
net.sf.jasperreports.engine |
Provides access to the library's main functionality through facade 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.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 PlotOrientationEnum |
PlotOrientationEnum.getByName(String name) |
static PlotOrientationEnum |
PlotOrientationEnum.getByValue(org.jfree.chart.plot.PlotOrientation orientation)
Deprecated.
Used only by deprecated serialized fields.
|
static PlotOrientationEnum |
PlotOrientationEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PlotOrientationEnum[] |
PlotOrientationEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
PlotOrientationEnum |
JRChartPlot.getOrientationValue()
Gets the plot orientation (horizontal or vertical).
|
Modifier and Type | Method and Description |
---|---|
void |
JRChartPlot.setOrientation(PlotOrientationEnum orientation)
Sets the plot orientation (horizontal or vertical).
|
Modifier and Type | Field and Description |
---|---|
protected PlotOrientationEnum |
JRBaseChartPlot.orientationValue |
Modifier and Type | Method and Description |
---|---|
PlotOrientationEnum |
JRBaseChartPlot.getOrientationValue() |
Modifier and Type | Method and Description |
---|---|
void |
JRBaseChartPlot.setOrientation(PlotOrientationEnum orientationValue) |
Modifier and Type | Method and Description |
---|---|
PlotOrientationEnum |
JRFillChartPlot.getOrientationValue() |
Modifier and Type | Method and Description |
---|---|
void |
JRFillChartPlot.setOrientation(PlotOrientationEnum orientation) |
Copyright © 2016. All rights reserved.