SourceForge.net Logo
aXSL API 0.2

Uses of Interface
org.axsl.galley.AreaNode

Packages that use AreaNode
org.axsl.galley Interfaces useful for client applications that wish to read an AreaTree, usually to create an output document. 
 

Uses of AreaNode in org.axsl.galley
 

Subinterfaces of AreaNode in org.axsl.galley
 interface Area
          Super-interface for all AreaNodes that actually occupy Area on a page.
 interface BackgroundArea
          Background Areas are rectangles for which a background should be painted.
 interface BeforeFloatArea
          An Area containing all or part of a before-float.
 interface BlockContainerArea
          An Area containing all or part of a block-container.
 interface BorderPaddingArea
          Interface for all Areas that have borders and padding.
 interface ExternalGraphicArea
          An Area containing an external-graphic.
 interface FootnoteArea
          An Area containing all or part of a footnote.
 interface ForeignObjectArea
          An Area containing a foreign-object.
 interface Galley
          A document that has been laid out on pages.
 interface GeneralInlineArea
          Super-interface for all inline areas.
 interface GraphicArea
          Interface for all Areas that can have a Graphic instance attached.
 interface InlineArea
          An Area containing all or part of an inline.
 interface LeaderArea
          Area containing a leader.
 interface LineArea
          An Area containing a line of text or inline objects.
 interface ListBlockArea
          An area containing all or part of a list-block.
 interface MainReferenceArea
          A main-reference area.
 interface NormalBlockArea
          A normal block area.
 interface Page
          An Area containing a page.
 interface PageCollection
          A PageCollection is a collection of formatted pages.
 interface RegionArea
          An Area containing a region.
 interface TableArea
          An Area containing part or all of a table.
 interface TableCellArea
          An Area containing all or part of a table cell.
 interface TextArea
          An Area containing text.
 

Methods in org.axsl.galley that return AreaNode
 AreaNode Page.firstUnresolvedRefId()
          Determines whether there are any unresolved "ref-id" items on this page.
 AreaNode AreaNode.getChildAt(int childIndex)
          
 

Methods in org.axsl.galley with parameters of type AreaNode
 void RenderVisitor.render(AreaNode node)
          Renders a generic AreaNode not rendered elsewhere.
 


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.