Package | Description |
---|---|
net.sf.jasperreports.components.table.fill |
Contains fill time implementations for Table component related interfaces.
|
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.design |
Contains design time implementations for the library's main interfaces as well as report compiling tools.
|
net.sf.jasperreports.engine.type |
Contains
enum types used by the library's main classes. |
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 |
JRDesignGroup.setBandOrigin(JRBand band,
BandTypeEnum type) |
protected void |
JasperDesign.setBandOrigin(JRBand band,
BandTypeEnum type) |
protected void |
JRDesignGroup.setSectionOrigin(JRSection section,
BandTypeEnum type) |
protected void |
JasperDesign.setSectionOrigin(JRSection section,
BandTypeEnum type) |
Modifier and Type | Method and Description |
---|---|
static BandTypeEnum |
BandTypeEnum.getByName(String name) |
static BandTypeEnum |
BandTypeEnum.getByValue(byte value)
Deprecated.
Used only by deprecated serialized fields.
|
static BandTypeEnum |
BandTypeEnum.getByValue(Byte value)
Deprecated.
Used only by deprecated serialized fields.
|
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 © 2017. All rights reserved.