Package | Description |
---|---|
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 |
---|---|
OrientationEnum |
TableReport.getOrientationValue() |
Modifier and Type | Method and Description |
---|---|
OrientationEnum |
JRReport.getOrientationValue()
Specifies whether document pages will be rendered in a portrait or landscape layout.
|
OrientationEnum |
JasperPrint.getOrientationValue()
Returns the page orientation.
|
Modifier and Type | Method and Description |
---|---|
void |
JasperPrint.setOrientation(OrientationEnum orientationValue)
Sets the page orientation.
|
Modifier and Type | Field and Description |
---|---|
protected OrientationEnum |
JRBaseReport.orientationValue |
Modifier and Type | Method and Description |
---|---|
OrientationEnum |
JRBaseReport.getOrientationValue() |
Modifier and Type | Method and Description |
---|---|
void |
JasperDesign.setOrientation(OrientationEnum orientationValue)
Sets the report orientation.
|
Modifier and Type | Field and Description |
---|---|
protected OrientationEnum |
JRBaseFiller.orientation |
Modifier and Type | Method and Description |
---|---|
static OrientationEnum |
OrientationEnum.getByName(java.lang.String name) |
static OrientationEnum |
OrientationEnum.getByValue(byte value) |
static OrientationEnum |
OrientationEnum.getByValue(java.lang.Byte value) |
static OrientationEnum |
OrientationEnum.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OrientationEnum[] |
OrientationEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com