Package org.jfree.layouting.input

Processing Level 1: Getting the data in a standarized way.

See:
          Description

Interface Summary
ExternalContent Creation-Date: 16.04.2006, 13:07:27
ImageData The image data is used whenever libLayout wants to display graphics content.
 

Class Summary
AWTImageData Creation-Date: 14.12.2005, 14:03:08
DefaultExternalContent Creation-Date: 16.04.2006, 13:08:51
EmptyImageData This is a placeholder for non-resolveable image values.
 

Package org.jfree.layouting.input Description

Processing Level 1: Getting the data in a standarized way.

A DocumentBuilder implementation is used for the layouting. There must be at least two implementations. The very simple one is holding the whole document in memory.

A more sophisticated one, which removes the fully processed nodes from the document allows the processing of larger documents, which would not fully fit into the available memory otherwise. That document-builder should be able to restart the processing from a certain page later.

An optional third one might accept already computed content as input, and therefore reduces the costs for the layouting without having to restart the whole input processing again.

Once sufficient document content is available, start the layouting.