Package org.jfree.report.flow
Class LibLayoutReportTarget
java.lang.Object
org.jfree.report.flow.AbstractReportTarget
org.jfree.report.flow.LibLayoutReportTarget
- All Implemented Interfaces:
ReportTarget
,StatefullReportTarget
Creation-Date: 07.03.2006, 18:56:37
- Author:
- Thomas Morgner
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected static class
-
Constructor Summary
ConstructorsModifierConstructorDescriptionLibLayoutReportTarget
(ReportJob reportJob, org.pentaho.reporting.libraries.resourceloader.ResourceKey baseResourceKey, org.pentaho.reporting.libraries.resourceloader.ResourceManager resourceManager, org.jfree.layouting.LayoutProcess layoutProcess) protected
LibLayoutReportTarget
(ReportJob reportJob, org.pentaho.reporting.libraries.resourceloader.ResourceKey baseResource, org.pentaho.reporting.libraries.resourceloader.ResourceManager resourceManager, org.jfree.layouting.LayoutProcess layoutProcess, org.jfree.layouting.namespace.NamespaceCollection namespaces) -
Method Summary
Modifier and TypeMethodDescriptionvoid
commit()
void
endElement
(org.jfree.layouting.util.AttributeMap attrs) void
endReport
(ReportStructureRoot report) protected org.jfree.layouting.layouter.feed.InputFeed
protected org.jfree.layouting.LayoutProcess
org.jfree.layouting.namespace.NamespaceDefinition
getNamespaceByUri
(String uri) org.jfree.layouting.namespace.NamespaceCollection
protected void
handleAttributes
(org.jfree.layouting.util.AttributeMap map) boolean
void
processContent
(DataFlags value) void
processText
(String text) void
void
startElement
(org.jfree.layouting.util.AttributeMap attrs) void
startReport
(ReportStructureRoot report) Methods inherited from class org.jfree.report.flow.AbstractReportTarget
createDefaultNameSpaces, getBaseResource, getReportJob, getResourceManager
-
Constructor Details
-
LibLayoutReportTarget
public LibLayoutReportTarget(ReportJob reportJob, org.pentaho.reporting.libraries.resourceloader.ResourceKey baseResourceKey, org.pentaho.reporting.libraries.resourceloader.ResourceManager resourceManager, org.jfree.layouting.LayoutProcess layoutProcess) - Parameters:
reportJob
-baseResourceKey
- may be null, if the report has not gone through the parserresourceManager
- may be null, a generic resource manager will be builtlayoutProcess
-
-
LibLayoutReportTarget
protected LibLayoutReportTarget(ReportJob reportJob, org.pentaho.reporting.libraries.resourceloader.ResourceKey baseResource, org.pentaho.reporting.libraries.resourceloader.ResourceManager resourceManager, org.jfree.layouting.LayoutProcess layoutProcess, org.jfree.layouting.namespace.NamespaceCollection namespaces)
-
-
Method Details
-
saveState
- Specified by:
saveState
in interfaceStatefullReportTarget
- Throws:
org.jfree.layouting.StateException
-
commit
public void commit()- Specified by:
commit
in interfaceReportTarget
-
getNamespaces
public org.jfree.layouting.namespace.NamespaceCollection getNamespaces() -
isPagebreakEncountered
public boolean isPagebreakEncountered() -
getLayoutProcess
protected org.jfree.layouting.LayoutProcess getLayoutProcess() -
getInputFeed
protected org.jfree.layouting.layouter.feed.InputFeed getInputFeed() -
startReport
public void startReport(ReportStructureRoot report) throws DataSourceException, ReportProcessingException - Specified by:
startReport
in interfaceReportTarget
- Throws:
DataSourceException
ReportProcessingException
-
startElement
public void startElement(org.jfree.layouting.util.AttributeMap attrs) throws DataSourceException, ReportProcessingException - Specified by:
startElement
in interfaceReportTarget
- Throws:
DataSourceException
ReportProcessingException
-
processText
- Specified by:
processText
in interfaceReportTarget
- Throws:
DataSourceException
ReportProcessingException
-
processContent
- Specified by:
processContent
in interfaceReportTarget
- Throws:
DataSourceException
ReportProcessingException
-
getNamespaceByUri
- Specified by:
getNamespaceByUri
in interfaceReportTarget
-
handleAttributes
protected void handleAttributes(org.jfree.layouting.util.AttributeMap map) throws ReportProcessingException - Throws:
ReportProcessingException
-
endElement
public void endElement(org.jfree.layouting.util.AttributeMap attrs) throws DataSourceException, ReportProcessingException - Specified by:
endElement
in interfaceReportTarget
- Throws:
DataSourceException
ReportProcessingException
-
endReport
public void endReport(ReportStructureRoot report) throws DataSourceException, ReportProcessingException - Specified by:
endReport
in interfaceReportTarget
- Throws:
DataSourceException
ReportProcessingException
-
resetPagebreakFlag
public void resetPagebreakFlag() -
getExportDescriptor
- Specified by:
getExportDescriptor
in interfaceReportTarget
-