SourceForge.net Logo
aXSL API 0.2

Uses of Interface
org.axsl.area.AreaNode

Packages that use AreaNode
org.axsl.area Interfaces useful in the creation of an AreaTree that is backed by an FOTree. 
 

Uses of AreaNode in org.axsl.area
 

Subinterfaces of AreaNode in org.axsl.area
 interface AbstractTablePartContainer
          Super-interface for Table body, header, and footer areas.
 interface AncestralNormalInlineArea
          A NormalInlineArea that can have other areas as children.
 interface Area
          Super-interface for all AreaNode instances that actually occupy area on a page.
 interface AreaTree
          An AreaTree is a document that has been laid out on pages.
 interface BeforeFloatRefArea
          Area containing all or part of a before-float.
 interface BlockContainerRefArea
          Area containing all or part of a block-container.
 interface BlockContentFactory
          Super-interface for all interfaces that need to be able to create block-level content, that is, those areas that contain such content.
 interface FootnoteRefArea
          Area containing all or part of a footnote.
 interface GlyphAreaSequence
          An Area containing text.
 interface InlineContainerArea
          Viewport/Reference area pair for an inline container.
 interface LineArea
          Area containing a line.
 interface ListBlockArea
          Area for a list-block.
 interface ListItemArea
          Area for a list-item.
 interface ListItemBodyContainer
          A container for the content of a list-item-body.
 interface ListItemLabelContainer
          A container for the content of a list-item-label.
 interface MainRefArea
          Manages the main-reference-area.
 interface NormalBlockArea
          Area for a normal block.
 interface NormalFlowRefArea
          Represents a normal-flow-reference-area.
 interface NormalInlineArea
          Area containing an external-graphic.
 interface PageCollection
          A PageCollection is a collection of formatted pages.
 interface PageCollectionWrapper
          A container for PageCollection instances.
 interface RegionBodyRefArea
          The Area containing the region-body.
 interface RegionRefArea
          Area for a Page Region.
 interface SpanRefArea
          Represents a span-reference-area.
 interface TableArea
          Container Area for a table.
 interface TableBodyContainer
          Container Area for a table-body.
 interface TableCellArea
          Area for a table-cell.
 interface TableFooterContainer
          Container Area for a table-footer.
 interface TableHeaderContainer
          Container Area for a table-header.
 interface TableRowContainer
          A container for the cells in a table-row.
 

Methods in org.axsl.area with parameters of type AreaNode
 void AreaNode.removeChild(AreaNode areaNode)
          Remove a node from this node's children.
 


SourceForge.net Logo
aXSL API 0.2

This documentation was created August 8 2007 by The aXSL Group and may be freely copied. See license for details.