Package | Description |
---|---|
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.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 |
---|---|
PositionTypeEnum |
ElementDecorator.getPositionTypeValue() |
PositionTypeEnum |
JRElement.getPositionTypeValue()
Returns the position type for the element
|
Modifier and Type | Method and Description |
---|---|
void |
ElementDecorator.setPositionType(PositionTypeEnum positionType) |
void |
JRElement.setPositionType(PositionTypeEnum positionType)
Sets the position type for the element.
|
Modifier and Type | Field and Description |
---|---|
protected PositionTypeEnum |
JRBaseElement.positionTypeValue |
Modifier and Type | Method and Description |
---|---|
PositionTypeEnum |
JRBaseElement.getPositionTypeValue() |
Modifier and Type | Method and Description |
---|---|
void |
JRBaseElement.setPositionType(PositionTypeEnum positionTypeValue) |
Modifier and Type | Method and Description |
---|---|
PositionTypeEnum |
JRFillElement.getPositionTypeValue() |
Modifier and Type | Method and Description |
---|---|
void |
JRFillElement.setPositionType(PositionTypeEnum positionType) |
Modifier and Type | Method and Description |
---|---|
static PositionTypeEnum |
PositionTypeEnum.getByName(String name) |
static PositionTypeEnum |
PositionTypeEnum.getByValue(byte value)
Deprecated.
Used only by deprecated serialized fields.
|
static PositionTypeEnum |
PositionTypeEnum.getByValue(Byte value)
Deprecated.
Used only by deprecated serialized fields.
|
static PositionTypeEnum |
PositionTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PositionTypeEnum[] |
PositionTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2016. All rights reserved.