Modifier and Type | Method and Description |
---|---|
FillPrepareResult |
HorizontalFillList.prepare(int availableHeight) |
FillPrepareResult |
VerticalFillList.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 |
---|---|
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.
|
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com