http://xml.apache.org/http://www.apache.org/http://www.w3.org/


Google


Understanding

Design
Architecture
Properties
FO Tree
Area Tree

Layout
Break Possibility
Renderers
User Agent
Optimisations

Embedding
Extending

Status

ALT DESIGN



Introduction

The information here describes the design and architecture details for FOP. Currently this is part of a redesign process for some of the core parts of FOP.

The redesign is mainly focusing on some particular process involved with the layout process when converting the FO tree into the Area Tree.

Aims

The main aim for FOP is to comply with the spec and to be able to process files of any size.

In achieving this aim we need to understand the problem and break it into small problems that can be solved.

  • use SAX as input
  • process FO elements ASAP
  • dispose of unused memory, keep memory minimal
  • layout handles floats, footnotes and keeps in a simple straight forward way
  • id references are kept simple
  • pages are rendered ASAP, can be cached until resolved
  • renderers are totally responsible for their output format
  • output is sent to a stream




Copyright © 1999-2002 The Apache Software Foundation. All Rights Reserved.