Package | Description |
---|---|
net.sf.jasperreports.charts.type |
Contains
enum types used by the built-in chart component. |
net.sf.jasperreports.components.charts |
Contains interfaces and base classes for the built-in Spider Chart component.
|
net.sf.jasperreports.components.spiderchart |
Contains classes for the built-in Spider 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.design |
Contains design time implementations for the library's main interfaces as well as report compiling tools.
|
net.sf.jasperreports.engine.export |
Provides utility classes for exporting reports to various popular formats such as
PDF, HTML, RTF, CSV, Excel, DOCX, PPTX, ODT, ODS, XML, Text, etc.
|
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 EdgeEnum |
EdgeEnum.getByName(String name) |
static EdgeEnum |
EdgeEnum.getByValue(byte value)
Deprecated.
Used only by deprecated serialized fields.
|
static EdgeEnum |
EdgeEnum.getByValue(Byte value)
Deprecated.
Used only by deprecated serialized fields.
|
static EdgeEnum |
EdgeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EdgeEnum[] |
EdgeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
EdgeEnum |
FillChartSettings.getLegendPosition() |
EdgeEnum |
ChartSettings.getLegendPosition() |
EdgeEnum |
FillChartSettings.getTitlePosition() |
EdgeEnum |
ChartSettings.getTitlePosition() |
Modifier and Type | Field and Description |
---|---|
protected EdgeEnum |
StandardChartSettings.legendPosition |
protected EdgeEnum |
StandardChartSettings.titlePosition |
Modifier and Type | Method and Description |
---|---|
EdgeEnum |
StandardChartSettings.getLegendPosition() |
EdgeEnum |
StandardChartSettings.getTitlePosition() |
Modifier and Type | Method and Description |
---|---|
void |
StandardChartSettings.setLegendPosition(EdgeEnum legendPosition) |
void |
StandardChartSettings.setTitlePosition(EdgeEnum titlePosition) |
Modifier and Type | Method and Description |
---|---|
EdgeEnum |
JRChart.getLegendPositionValue() |
EdgeEnum |
JRChart.getTitlePositionValue()
Gets the title position relative to the chart.
|
Modifier and Type | Method and Description |
---|---|
void |
JRChart.setLegendPosition(EdgeEnum legendPosition) |
void |
JRChart.setTitlePosition(EdgeEnum titlePosition)
Sets the title position relative to the chart.
|
Modifier and Type | Field and Description |
---|---|
protected EdgeEnum |
JRBaseChart.legendPositionValue |
protected EdgeEnum |
JRBaseChart.titlePositionValue |
Modifier and Type | Method and Description |
---|---|
EdgeEnum |
JRBaseChart.getLegendPositionValue() |
EdgeEnum |
JRBaseChart.getTitlePositionValue() |
Modifier and Type | Method and Description |
---|---|
void |
JRBaseChart.setLegendPosition(EdgeEnum legendPositionValue) |
void |
JRBaseChart.setTitlePosition(EdgeEnum titlePositionValue) |
Modifier and Type | Field and Description |
---|---|
protected EdgeEnum |
JRDesignChart.legendPositionValue |
protected EdgeEnum |
JRDesignChart.titlePositionValue |
Modifier and Type | Method and Description |
---|---|
EdgeEnum |
JRDesignChart.getLegendPositionValue() |
EdgeEnum |
JRDesignChart.getTitlePositionValue() |
Modifier and Type | Method and Description |
---|---|
void |
JRDesignChart.setLegendPosition(EdgeEnum legendPositionValue) |
void |
JRDesignChart.setTitlePosition(EdgeEnum titlePositionValue) |
Modifier and Type | Method and Description |
---|---|
EdgeEnum |
JRXlsAbstractExporterNature.getFreezeColumnEdge(JRPrintElement element) |
EdgeEnum |
JRXlsAbstractExporterNature.getFreezeRowEdge(JRPrintElement element) |
Modifier and Type | Method and Description |
---|---|
EdgeEnum |
JRFillChart.getLegendPositionValue() |
EdgeEnum |
JRFillChart.getTitlePositionValue() |
Modifier and Type | Method and Description |
---|---|
void |
JRFillChart.setLegendPosition(EdgeEnum legendPosition) |
void |
JRFillChart.setTitlePosition(EdgeEnum titlePosition) |
Copyright © 2016. All rights reserved.