Package | Description |
---|---|
net.sf.jasperreports.crosstabs |
Contains classes for the Crosstab report element.
|
net.sf.jasperreports.crosstabs.base |
Contains base classes for the Crosstab report element.
|
net.sf.jasperreports.crosstabs.design |
Contains design classes for the Crosstab report element.
|
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).
|
net.sf.jasperreports.engine.type |
Contains
enum types used by the library's main classes. |
Modifier and Type | Method and Description |
---|---|
HorizontalPosition |
JRCrosstab.getHorizontalPosition()
Returns the position of the crosstab within its element box.
|
Modifier and Type | Method and Description |
---|---|
void |
JRCrosstab.setHorizontalPosition(HorizontalPosition horizontalPosition)
Sets the position of the crosstab within its element box.
|
Modifier and Type | Field and Description |
---|---|
protected HorizontalPosition |
JRBaseCrosstab.horizontalPosition |
Modifier and Type | Method and Description |
---|---|
HorizontalPosition |
JRBaseCrosstab.getHorizontalPosition() |
Modifier and Type | Method and Description |
---|---|
void |
JRBaseCrosstab.setHorizontalPosition(HorizontalPosition horizontalPosition) |
Modifier and Type | Field and Description |
---|---|
protected HorizontalPosition |
JRDesignCrosstab.horizontalPosition |
Modifier and Type | Method and Description |
---|---|
HorizontalPosition |
JRDesignCrosstab.getHorizontalPosition() |
Modifier and Type | Method and Description |
---|---|
void |
JRDesignCrosstab.setHorizontalPosition(HorizontalPosition horizontalPosition) |
Modifier and Type | Method and Description |
---|---|
protected HorizontalPosition |
JRFillCrosstab.concreteHorizontalPosition() |
HorizontalPosition |
JRFillCrosstab.getHorizontalPosition() |
Modifier and Type | Method and Description |
---|---|
void |
JRFillCrosstab.setHorizontalPosition(HorizontalPosition horizontalPosition) |
Modifier and Type | Method and Description |
---|---|
static HorizontalPosition |
HorizontalPosition.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HorizontalPosition[] |
HorizontalPosition.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2016. All rights reserved.