org.jfree.layouting
Class DefaultLayoutProcess

java.lang.Object
  extended by org.jfree.layouting.AbstractLayoutProcess
      extended by org.jfree.layouting.DefaultLayoutProcess
All Implemented Interfaces:
LayoutProcess

public class DefaultLayoutProcess
extends AbstractLayoutProcess

Creation-Date: 10.11.2006, 15:16:40

Author:
Thomas Morgner

Nested Class Summary
protected static class DefaultLayoutProcess.DefaultLayoutProcessState
           
 
Nested classes/interfaces inherited from class org.jfree.layouting.AbstractLayoutProcess
AbstractLayoutProcess.AbstractLayoutProcessState
 
Constructor Summary
DefaultLayoutProcess(org.jfree.layouting.output.OutputProcessor outputProcessor)
           
 
Method Summary
protected  org.jfree.layouting.layouter.feed.InputFeed createInputFeed()
           
 LayoutProcessState saveState()
           
 
Methods inherited from class org.jfree.layouting.AbstractLayoutProcess
getDocumentContext, getInputFeed, getNormalizer, getOutputMetaData, getOutputProcessor, getResourceManager, getStyleResolver, isPagebreakEncountered, pageBreakEncountered
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultLayoutProcess

public DefaultLayoutProcess(org.jfree.layouting.output.OutputProcessor outputProcessor)
Method Detail

createInputFeed

protected org.jfree.layouting.layouter.feed.InputFeed createInputFeed()
Specified by:
createInputFeed in class AbstractLayoutProcess

saveState

public LayoutProcessState saveState()
                             throws StateException
Throws:
StateException