Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.jfree.layouting.normalizer.generator.PrintContentGenerator
Constructor Summary | |
| |
|
Method Summary | |
void |
|
void |
|
void | |
void |
|
void | |
void | |
void | |
void | |
void | |
void | |
void | |
void | |
void | |
void | |
void | |
void | |
Renderer | |
void |
|
State | |
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
public void addContent(LayoutContext node, ContentToken token) throws NormalizationException
- Specified by:
- addContent in interface ContentGenerator
public void addPassThroughContent(LayoutContext node, ContentToken token) throws NormalizationException
- Specified by:
- addPassThroughContent in interface ContentGenerator
public void finishedBlock() throws NormalizationException
- Specified by:
- finishedBlock in interface ContentGenerator
public void finishedDocument() throws NormalizationException
Receives notification, that a new flow has started. A new flow is started for each flowing or absolutly positioned element.
- Specified by:
- finishedDocument in interface ContentGenerator
public void finishedFlow() throws NormalizationException
- Specified by:
- finishedFlow in interface ContentGenerator
public void finishedInline() throws NormalizationException
- Specified by:
- finishedInline in interface ContentGenerator
public void finishedMarker() throws NormalizationException
- Specified by:
- finishedMarker in interface ContentGenerator
public void finishedPassThrough() throws NormalizationException
- Specified by:
- finishedPassThrough in interface ContentGenerator
public void finishedRootInline() throws NormalizationException
- Specified by:
- finishedRootInline in interface ContentGenerator
public void finishedTable() throws NormalizationException
- Specified by:
- finishedTable in interface ContentGenerator
public void finishedTableCaption() throws NormalizationException
- Specified by:
- finishedTableCaption in interface ContentGenerator
public void finishedTableCell() throws NormalizationException
- Specified by:
- finishedTableCell in interface ContentGenerator
public void finishedTableColumn() throws NormalizationException
- Specified by:
- finishedTableColumn in interface ContentGenerator
public void finishedTableColumnGroup() throws NormalizationException
- Specified by:
- finishedTableColumnGroup in interface ContentGenerator
public void finishedTableRow() throws NormalizationException
- Specified by:
- finishedTableRow in interface ContentGenerator
public void finishedTableSection() throws NormalizationException
- Specified by:
- finishedTableSection in interface ContentGenerator
public void handlePageBreak(PageContext pageContext)
This event handler is triggered by 'LayoutProcess.pageBreakEncountered()'.
- Specified by:
- handlePageBreak in interface ContentGenerator
- Parameters:
pageContext
-
public State saveState() throws StateException
- Specified by:
- saveState in interface StatefullComponent
public void startedBlock(LayoutContext element) throws NormalizationException
- Specified by:
- startedBlock in interface ContentGenerator
public void startedDocument(PageContext pageContext)
Receives the information, that the document processing has been started. This is fired only once.
- Specified by:
- startedDocument in interface ContentGenerator
public void startedFlow(LayoutContext element) throws NormalizationException
- Specified by:
- startedFlow in interface ContentGenerator
public void startedInline(LayoutContext element) throws NormalizationException
- Specified by:
- startedInline in interface ContentGenerator
public void startedMarker(LayoutContext element) throws NormalizationException
- Specified by:
- startedMarker in interface ContentGenerator
public void startedPassThrough(LayoutContext element) throws NormalizationException
- Specified by:
- startedPassThrough in interface ContentGenerator
public void startedRootInline(LayoutContext element) throws NormalizationException
- Specified by:
- startedRootInline in interface ContentGenerator
public void startedTable(LayoutContext element) throws NormalizationException
- Specified by:
- startedTable in interface ContentGenerator
public void startedTableCaption(LayoutContext context) throws NormalizationException
- Specified by:
- startedTableCaption in interface ContentGenerator
public void startedTableCell(LayoutContext element) throws NormalizationException
- Specified by:
- startedTableCell in interface ContentGenerator
public void startedTableColumn(LayoutContext element) throws NormalizationException
- Specified by:
- startedTableColumn in interface ContentGenerator
public void startedTableColumnGroup(LayoutContext element) throws NormalizationException
- Specified by:
- startedTableColumnGroup in interface ContentGenerator
public void startedTableRow(LayoutContext element) throws NormalizationException
- Specified by:
- startedTableRow in interface ContentGenerator
public void startedTableSection(LayoutContext element) throws NormalizationException
- Specified by:
- startedTableSection in interface ContentGenerator