Uses of Class
org.foray.pioneer.FONodePL

Packages that use FONodePL
org.foray.pioneer Classes for the Pioneer layout strategy. 
 

Uses of FONodePL in org.foray.pioneer
 

Subclasses of FONodePL in org.foray.pioneer
 class AbstractFlowPL
          Abstract Pioneer Layout for Flow and StaticContent.
 class AbstractMixedInlinePL
          Abstract superclass for Pioneer Layout for inline formatting objects that can contain either block or inline content.
 class AbstractTablePartPL
          Abstract Pioneer Layout for all table body items.
 class BasicLinkPL
          Pioneer Layout for a BasicLink.
 class BidiOverridePL
          Pioneer Layout for a BidiOverride.
 class BlockContainerPL
          Pioneer Layout for BlockContainer.
 class BlockPL
          Pioneer Layout for Block.
 class ExternalGraphicPL
          Pioneer Layout for ExternalGraphic.
 class FlowPL
          Pioneer Layout for Flow.
 class FObjPL
          Abstract superclass for Pioneer Layout for all Fo instances.
 class FootnoteBodyPL
          Pioneer Layout for FootnoteBody.
 class FootnotePL
          Pioneer Layout for Footnote.
 class FOTextPL
          Pioneer Layout for CharacterSequence.
 class InlinePL
          Pioneer Layout for a Inline.
 class InstreamForeignObjectPL
          Pioneer Layout for InstreamForeignObject.
 class LeaderPL
          Pioneer Layout for Leader.
 class ListBlockPL
          Pioneer Layout for ListBlock.
 class ListItemBodyPL
          Pioneer Layout for ListItemBody.
 class ListItemLabelPL
          Pioneer Layout for ListItemLabel.
 class ListItemPL
          Pioneer Layout for a ListItem.
 class MarkerPL
          Pioneer Layout for Marker.
 class NoLayoutPL
          Concrete class for FObj instances that do not need layout.
 class PageNumberCitationPL
          Pioneer Layout for PageNumberCitation.
 class PageNumberPL
          Pioneer Layout for PageNumber.
 class RetrieveMarkerPL
          Pioneer Layout for RetrieveMarker.
 class StaticContentPL
          Pioneer Layout for StaticContent.
 class TableBodyPL
          Pioneer Layout for TableBody.
 class TableCellPL
          Pioneer Layout for TableCell.
 class TableFooterPL
          Pioneer Layout for TableFooter.
 class TableHeaderPL
          Pioneer Layout for TableHeader.
 class TablePL
          Pioneer Layout for Table.
 class TableRowPL
          Pioneer Layout for TableRow.
 class WrapperPL
          Pioneer Layout for a Wrapper.
 

Methods in org.foray.pioneer that return FONodePL
protected  FONodePL PioneerLS.getLayoutProxy(org.axsl.fo.Fo node)
          Return or create a layout proxy for a given FO Tree node.
protected  FONodePL FONodePL.getLayoutProxy(org.axsl.fo.Fo node)
          Returns the layout proxy for a given FO Tree node.
 

Methods in org.foray.pioneer with parameters of type FONodePL
protected  void PioneerLS.setLayoutProxy(org.axsl.fo.Fo node, FONodePL layoutProxy)
          Sets the linkage for a given FoNode.
 



Copyright © 2017. All rights reserved.