Package | Description |
---|---|
net.sf.jasperreports.components.list |
Contains classes for the built-in List component.
|
net.sf.jasperreports.components.table.fill |
Contains fill time implementations for Table component related interfaces.
|
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.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 |
---|---|
PrintOrderEnum |
ListComponent.getPrintOrderValue()
Returns the print order of the list cells.
|
PrintOrderEnum |
StandardListComponent.getPrintOrderValue() |
Modifier and Type | Method and Description |
---|---|
void |
StandardListComponent.setPrintOrderValue(PrintOrderEnum printOrderValue)
Sets the list cell print order.
|
Modifier and Type | Method and Description |
---|---|
PrintOrderEnum |
TableReport.getPrintOrderValue() |
Modifier and Type | Method and Description |
---|---|
PrintOrderEnum |
JRReport.getPrintOrderValue()
Specifies whether columns will be filled horizontally or vertically.
|
Modifier and Type | Field and Description |
---|---|
protected PrintOrderEnum |
JRBaseReport.printOrderValue |
Modifier and Type | Method and Description |
---|---|
PrintOrderEnum |
JRBaseReport.getPrintOrderValue() |
Modifier and Type | Method and Description |
---|---|
void |
JasperDesign.setPrintOrder(PrintOrderEnum printOrderValue)
Sets the print order.
|
Modifier and Type | Field and Description |
---|---|
protected PrintOrderEnum |
JRBaseFiller.printOrder |
Modifier and Type | Method and Description |
---|---|
static PrintOrderEnum |
PrintOrderEnum.getByName(String name) |
static PrintOrderEnum |
PrintOrderEnum.getByValue(byte value)
Deprecated.
Used only by deprecated serialized fields.
|
static PrintOrderEnum |
PrintOrderEnum.getByValue(Byte value)
Deprecated.
Used only by deprecated serialized fields.
|
static PrintOrderEnum |
PrintOrderEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PrintOrderEnum[] |
PrintOrderEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2016. All rights reserved.