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.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 |
Contains
enum types used by the library's main classes. |
Modifier and Type | Method and Description |
---|---|
BreakTypeEnum |
JRBreak.getTypeValue()
Gets the break type.
|
Modifier and Type | Method and Description |
---|---|
void |
JRBreak.setType(BreakTypeEnum breakTypeEnum)
Sets the break type.
|
Modifier and Type | Field and Description |
---|---|
protected BreakTypeEnum |
JRBaseBreak.typeValue |
Modifier and Type | Method and Description |
---|---|
BreakTypeEnum |
JRBaseBreak.getTypeValue() |
Modifier and Type | Method and Description |
---|---|
void |
JRBaseBreak.setType(BreakTypeEnum typeValue) |
Modifier and Type | Field and Description |
---|---|
protected BreakTypeEnum |
JRDesignBreak.typeValue |
Modifier and Type | Method and Description |
---|---|
BreakTypeEnum |
JRDesignBreak.getTypeValue() |
Modifier and Type | Method and Description |
---|---|
void |
JRDesignBreak.setType(BreakTypeEnum typeValue) |
Modifier and Type | Method and Description |
---|---|
BreakTypeEnum |
JRFillBreak.getTypeValue() |
Modifier and Type | Method and Description |
---|---|
void |
JRFillBreak.setType(BreakTypeEnum type) |
Modifier and Type | Method and Description |
---|---|
static BreakTypeEnum |
BreakTypeEnum.getByName(java.lang.String name) |
static BreakTypeEnum |
BreakTypeEnum.getByValue(byte value)
Deprecated.
Used only by deprecated serialized fields.
|
static BreakTypeEnum |
BreakTypeEnum.getByValue(java.lang.Byte value)
Deprecated.
Used only by deprecated serialized fields.
|
static BreakTypeEnum |
BreakTypeEnum.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BreakTypeEnum[] |
BreakTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
© 2001-2014 TIBCO Software Inc. www.jaspersoft.com