Package | Description |
---|---|
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 |
---|---|
SplitTypeEnum |
JRBand.getSplitTypeValue()
Specifies the band split behavior.
|
Modifier and Type | Method and Description |
---|---|
void |
JRBand.setSplitType(SplitTypeEnum splitType) |
Modifier and Type | Field and Description |
---|---|
protected SplitTypeEnum |
JRBaseBand.splitTypeValue |
Modifier and Type | Method and Description |
---|---|
SplitTypeEnum |
JRBaseBand.getSplitTypeValue() |
Modifier and Type | Method and Description |
---|---|
void |
JRBaseBand.setSplitType(SplitTypeEnum splitTypeValue) |
Modifier and Type | Field and Description |
---|---|
protected SplitTypeEnum |
JRDesignBand.splitTypeValue |
Modifier and Type | Method and Description |
---|---|
SplitTypeEnum |
JRDesignBand.getSplitTypeValue() |
Modifier and Type | Method and Description |
---|---|
void |
JRDesignBand.setSplitType(SplitTypeEnum splitTypeValue) |
Modifier and Type | Method and Description |
---|---|
SplitTypeEnum |
JRFillBand.getSplitTypeValue() |
Modifier and Type | Method and Description |
---|---|
void |
JRFillBand.setSplitType(SplitTypeEnum splitType) |
Modifier and Type | Method and Description |
---|---|
static SplitTypeEnum |
SplitTypeEnum.getByName(java.lang.String name) |
static SplitTypeEnum |
SplitTypeEnum.getByValue(byte value) |
static SplitTypeEnum |
SplitTypeEnum.getByValue(java.lang.Byte value) |
static SplitTypeEnum |
SplitTypeEnum.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SplitTypeEnum[] |
SplitTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com