org.jfree.report.flow.layoutprocessor
public class BufferedReportTarget extends Object implements ReportTarget, Cloneable
Since: 05.03.2007
Nested Class Summary | |
---|---|
static class | BufferedReportTarget.RecordedCall |
Constructor Summary | |
---|---|
BufferedReportTarget() |
Method Summary | |
---|---|
Object | clone() |
void | close(ReportTarget target) |
void | commit() |
void | endElement(AttributeMap attrs) |
void | endReport(ReportStructureRoot report) |
String | getExportDescriptor() |
NamespaceDefinition | getNamespaceByUri(String uri) |
ReportTarget | getTarget() |
void | processContent(DataFlags value) |
void | processText(String text) |
void | setTarget(ReportTarget target) |
void | startElement(AttributeMap attrs) |
void | startReport(ReportStructureRoot report) |