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) protectedLibLayoutReportTarget(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 TypeMethodDescriptionvoidcommit()voidendElement(org.jfree.layouting.util.AttributeMap attrs) voidendReport(ReportStructureRoot report) protected org.jfree.layouting.layouter.feed.InputFeedprotected org.jfree.layouting.LayoutProcessorg.jfree.layouting.namespace.NamespaceDefinitiongetNamespaceByUri(String uri) org.jfree.layouting.namespace.NamespaceCollectionprotected voidhandleAttributes(org.jfree.layouting.util.AttributeMap map) booleanvoidprocessContent(DataFlags value) voidprocessText(String text) voidvoidstartElement(org.jfree.layouting.util.AttributeMap attrs) voidstartReport(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:
saveStatein interfaceStatefullReportTarget- Throws:
org.jfree.layouting.StateException
-
commit
public void commit()- Specified by:
commitin 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:
startReportin interfaceReportTarget- Throws:
DataSourceExceptionReportProcessingException
-
startElement
public void startElement(org.jfree.layouting.util.AttributeMap attrs) throws DataSourceException, ReportProcessingException - Specified by:
startElementin interfaceReportTarget- Throws:
DataSourceExceptionReportProcessingException
-
processText
- Specified by:
processTextin interfaceReportTarget- Throws:
DataSourceExceptionReportProcessingException
-
processContent
- Specified by:
processContentin interfaceReportTarget- Throws:
DataSourceExceptionReportProcessingException
-
getNamespaceByUri
- Specified by:
getNamespaceByUriin 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:
endElementin interfaceReportTarget- Throws:
DataSourceExceptionReportProcessingException
-
endReport
public void endReport(ReportStructureRoot report) throws DataSourceException, ReportProcessingException - Specified by:
endReportin interfaceReportTarget- Throws:
DataSourceExceptionReportProcessingException
-
resetPagebreakFlag
public void resetPagebreakFlag() -
getExportDescriptor
- Specified by:
getExportDescriptorin interfaceReportTarget
-