org.apache.fop.area |
org.apache.fop.area Package
FOP's area tree.
|
Java Source File Name | Type | Comment |
AbstractOffDocumentItem.java | Class | Abstract base class for objects that are processed by the renderer outside
of the actual document. |
Area.java | Class | Base object for all areas. |
AreaTreeHandler.java | Class | Area tree handler for formatting objects.
Concepts: The area tree is to be as small as possible. |
AreaTreeModel.java | Class | This is the model for the area tree object. |
AreaTreeObject.java | Class | Abstract base class for all area tree objects. |
AreaTreeParser.java | Class | This is a parser for the area tree XML (intermediate format) which is used to reread an area
tree (or part of it) into memory again for rendering to the final output format. |
BeforeFloat.java | Class | The before-float-reference-area optionally generated by an fo:region-body. |
Block.java | Class | This is the block area class. |
BlockParent.java | Class | A BlockParent holds block-level areas. |
BlockViewport.java | Class | A BlockViewport. |
BodyRegion.java | Class | This class is a container for the areas that may be generated by
an fo:region-body. |
BookmarkData.java | Class | An instance of this class is either a PDF bookmark-tree and
its child bookmark-items, or a bookmark-item and the child
child bookmark-items under it. |
CachedRenderPagesModel.java | Class | A simple cached render pages model. |
CTM.java | Class | Describe a PDF or PostScript style coordinate transformation matrix (CTM). |
DestinationData.java | Class | |
Footnote.java | Class | The footnote-reference-area optionally generated by an fo:region-body. |
IDTracker.java | Class | Used by the AreaTreeHandler to keep track of ID reference usage
on a PageViewport level. |
LineArea.java | Class | The line area. |
LinkResolver.java | Class | Link resolving for resolving internal links. |
MainReference.java | Class | The main-reference-area generated by an fo:region-body
This object holds one or more span-reference-areas (block-areas
stacked in the block progression direction)
See fo:region-body definition in the XSL Rec for more information. |
NormalFlow.java | Class | The normal-flow-reference-area class. |
OffDocumentExtensionAttachment.java | Class | This class wraps ExtensionAttachments which cannot be transported inside the area tree but
need to be handled in the AreaTreeHandler. |
OffDocumentItem.java | Interface | Interface for objects that are processed by the renderer outside
of the actual document. |
Page.java | Class | The page.
This holds the contents of the page. |
PageSequence.java | Class | Represents a page sequence in the area tree. |
PageViewport.java | Class | Page viewport that specifies the viewport area and holds the page contents. |
RegionReference.java | Class | This is a region reference area for a page regions.
This area is the direct child of a region-viewport-area. |
RegionViewport.java | Class | Region Viewport area.
This object represents the region-viewport-area. |
RenderPagesModel.java | Class | This uses the AreaTreeModel to store the pages
Each page is either rendered if ready or prepared
for later rendering.
Once a page is rendered it is cleared to release the
contents but the PageViewport is retained. |
Resolvable.java | Interface | Resolvable Interface. |
Span.java | Class | The span-reference-area.
This is a block-area with 0 border and padding that is stacked
within the main-reference-area
This object holds one or more normal-flow-reference-area children
based on the column-count trait in effect for this span.
See fo:region-body definition in the XSL Rec for more information. |
Trait.java | Class | Area traits used for rendering. |