Package | Description |
---|---|
net.sf.jasperreports.components.list | |
net.sf.jasperreports.components.table.fill | |
net.sf.jasperreports.engine |
Provides access to the library's main functionality through façade 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 |
Modifier and Type | Method and Description |
---|---|
PrintOrderEnum |
StandardListComponent.getPrintOrderValue() |
PrintOrderEnum |
ListComponent.getPrintOrderValue()
Returns the print order of the list cells.
|
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(java.lang.String name) |
static PrintOrderEnum |
PrintOrderEnum.getByValue(byte value) |
static PrintOrderEnum |
PrintOrderEnum.getByValue(java.lang.Byte value) |
static PrintOrderEnum |
PrintOrderEnum.valueOf(java.lang.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.
|
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com