Package | Description |
---|---|
net.sf.jasperreports.components.iconlabel |
Contains classes for the built-in Icon Label component.
|
net.sf.jasperreports.components.list |
Contains classes for the built-in List component.
|
net.sf.jasperreports.components.map.fill |
Contains fill time implementations for Google Map component related interfaces.
|
net.sf.jasperreports.components.sort |
Contains classes for the built-in Sort component.
|
net.sf.jasperreports.components.spiderchart |
Contains classes for the built-in Spider Chart component.
|
net.sf.jasperreports.components.table.fill |
Contains fill time implementations for Table component related interfaces.
|
net.sf.jasperreports.engine.component |
Provides interfaces and base classes for the built-in JasperReports component functionality.
|
Modifier and Type | Method and Description |
---|---|
FillPrepareResult |
IconLabelComponentFill.prepare(int availableHeight) |
Modifier and Type | Method and Description |
---|---|
FillPrepareResult |
VerticalFillList.prepare(int availableHeight) |
FillPrepareResult |
HorizontalFillList.prepare(int availableHeight) |
Modifier and Type | Method and Description |
---|---|
FillPrepareResult |
MapFillComponent.prepare(int availableHeight) |
Modifier and Type | Method and Description |
---|---|
FillPrepareResult |
SortComponentFill.prepare(int availableHeight) |
Modifier and Type | Method and Description |
---|---|
FillPrepareResult |
FillSpiderChart.prepare(int availableHeight) |
Modifier and Type | Method and Description |
---|---|
FillPrepareResult |
FillTable.prepare(int availableHeight) |
protected FillPrepareResult |
FillTableSubreport.prepareSubreport(int availableHeight,
boolean isOverflow) |
Modifier and Type | Field and Description |
---|---|
static FillPrepareResult |
FillPrepareResult.NO_PRINT_NO_OVERFLOW
A result that indicates that the component will not print and does not
require a band overflow.
|
static FillPrepareResult |
FillPrepareResult.PRINT_NO_STRETCH
A result that indicates that the component will print, but will not
stretch vertically.
|
Modifier and Type | Method and Description |
---|---|
FillPrepareResult |
FillPrepareResult.addStretch(int delta) |
static FillPrepareResult |
FillPrepareResult.noPrintOverflow(int stretchHeight)
Returns a result that indicates that the component will not print
(at the current position in the generated report), but requires
an overflow so that it can print on a new column/page.
|
FillPrepareResult |
FillComponent.prepare(int availableHeight)
Prepares to fill the component by deciding whether the component will
print, and how much vertical space it will require.
|
static FillPrepareResult |
FillPrepareResult.printStretch(int stretchHeight,
boolean overflow)
Returns a result which indicates that the component will print at the
current position, and optionally consume more vertical space
and/or require a band overflow.
|
Copyright © 2017. All rights reserved.