| 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.design |
Contains design time implementations for the library's main interfaces as well as report compiling tools.
|
| net.sf.jasperreports.engine.type |
| Modifier and Type | Method and Description |
|---|---|
protected JRSection |
TableReportGroup.wrapBand(JRBand band,
BandTypeEnum bandType) |
| Modifier and Type | Method and Description |
|---|---|
BandTypeEnum |
JROrigin.getBandTypeValue() |
| Constructor and Description |
|---|
JROrigin(BandTypeEnum bandType) |
JROrigin(String reportName,
BandTypeEnum bandType) |
JROrigin(String reportName,
String groupName,
BandTypeEnum bandTypeValue) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
JasperDesign.setBandOrigin(JRBand band,
BandTypeEnum type) |
protected void |
JRDesignGroup.setBandOrigin(JRBand band,
BandTypeEnum type) |
protected void |
JasperDesign.setSectionOrigin(JRSection section,
BandTypeEnum type) |
protected void |
JRDesignGroup.setSectionOrigin(JRSection section,
BandTypeEnum type) |
| Modifier and Type | Method and Description |
|---|---|
static BandTypeEnum |
BandTypeEnum.getByName(String name) |
static BandTypeEnum |
BandTypeEnum.getByValue(byte value) |
static BandTypeEnum |
BandTypeEnum.getByValue(Byte value) |
static BandTypeEnum |
BandTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BandTypeEnum[] |
BandTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2012. All Rights Reserved.