fop 0.95

Uses of Class
org.apache.fop.area.AreaTreeObject

Packages that use AreaTreeObject
org.apache.fop.area FOP's area tree. 
org.apache.fop.area.inline FOP's area tree: inline-level areas 
 

Uses of AreaTreeObject in org.apache.fop.area
 

Subclasses of AreaTreeObject in org.apache.fop.area
 class Area
          Base object for all areas.
 class BeforeFloat
          The before-float-reference-area optionally generated by an fo:region-body.
 class Block
          This is the block area class.
 class BlockParent
          A BlockParent holds block-level areas.
 class BlockViewport
          A BlockViewport.
 class BodyRegion
          This class is a container for the areas that may be generated by an fo:region-body.
 class Footnote
          The footnote-reference-area optionally generated by an fo:region-body.
 class LineArea
          The line area.
 class MainReference
          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.
 class NormalFlow
          The normal-flow-reference-area class.
 class Page
          The page.
 class PageViewport
          Page viewport that specifies the viewport area and holds the page contents.
 class RegionReference
          This is a region reference area for a page regions.
 class RegionViewport
          Region Viewport area.
 class Span
          The span-reference-area.
 

Uses of AreaTreeObject in org.apache.fop.area.inline
 

Subclasses of AreaTreeObject in org.apache.fop.area.inline
 class AbstractTextArea
          Abstract base class for both TextArea and Character.
 class Anchor
          Anchor area for footnote or float.
 class Character
          Deprecated. A TextArea with a single WordArea as its child should be used instead.
 class Container
          Container area for inline container.
 class FilledArea
          Filled area.
 class ForeignObject
          Foreign object inline area.
 class Image
          Image area for external-graphic.
 class InlineArea
          Inline Area This area is for all inline areas that can be placed in a line area.
 class InlineBlockParent
          Inline block parent area.
 class InlineParent
          Inline parent area.
 class Leader
          This is a leader inline area.
 class Space
          Inline space area.
 class SpaceArea
          A space
 class TextArea
          A text inline area.
 class UnresolvedPageNumber
          Unresolvable page number area.
 class Viewport
          Inline viewport area.
 class WordArea
          A string of characters without spaces
 


fop 0.95

Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.