public class FillPrintPartQueue extends Object
Modifier and Type | Field and Description |
---|---|
static String |
EXCEPTION_MESSAGE_KEY_CANNOT_REMOVE_HEAD_PART |
static String |
EXCEPTION_MESSAGE_KEY_CANNOT_REPLACE_HEAD_PART |
Constructor and Description |
---|
FillPrintPartQueue(PartPrintOutput output) |
Modifier and Type | Method and Description |
---|---|
protected void |
append(FillPrintPart part) |
DelayedPrintPart |
appendDelayed(FillPart fillPart) |
FilledPrintPart |
appendOutput(PartPrintOutput output) |
protected void |
collapse(FillPrintPart part) |
void |
fillDelayed(DelayedPrintPart part,
PartReportFiller filler,
byte evaluation) |
FillPrintPart |
head() |
boolean |
isCollapsed() |
protected void |
remove(DelayedPrintPart part) |
protected void |
replace(FillPrintPart originalPart,
FillPrintPart newPart) |
FillPrintPart |
tail() |
public static final String EXCEPTION_MESSAGE_KEY_CANNOT_REMOVE_HEAD_PART
public static final String EXCEPTION_MESSAGE_KEY_CANNOT_REPLACE_HEAD_PART
public FillPrintPartQueue(PartPrintOutput output)
public FillPrintPart head()
public FillPrintPart tail()
public boolean isCollapsed()
public FilledPrintPart appendOutput(PartPrintOutput output)
public DelayedPrintPart appendDelayed(FillPart fillPart)
protected void append(FillPrintPart part)
public void fillDelayed(DelayedPrintPart part, PartReportFiller filler, byte evaluation) throws JRException
JRException
protected void remove(DelayedPrintPart part)
protected void replace(FillPrintPart originalPart, FillPrintPart newPart)
protected void collapse(FillPrintPart part)
Copyright © 2019 TIBCO Software Inc.. All rights reserved.