SourceForge.net Logo
aXSL API 0.1

Uses of Interface
org.axsl.foR.FObj

Packages that use FObj
org.axsl.areaW Interfaces useful in the creation of an AreaTree. 
org.axsl.foR Interfaces useful for client applications that wish to read an FO (Formatting Objects) Tree, usually so that they can perform layout on its content. 
org.axsl.foR.extension Interfaces useful for describing non-standard formatting objects in a common way. 
org.axsl.foR.fo Interfaces useful for describing standard formatting objects in a common way. 
org.axsl.foR.svg Interfaces useful for describing SVG content to client applications. 
 

Uses of FObj in org.axsl.areaW
 

Methods in org.axsl.areaW that return FObj
 FObj AreaNode.traitGeneratedBy()
          Returns the FObj instance that generated this node.
 

Methods in org.axsl.areaW with parameters of type FObj
 NormalFlowRA SpanRA.normalFlowForNextFO(FObj fo)
          Returns a NormalFlowRA to contain fo.
 SpanRA PageCollection.startingReferenceArea(FObj lastFObj, FObj nextFObj)
          Finds or creates the SpanRA instance in which nextFObj should start being laid out.
 boolean MainRA.isBalancingRequired(FObj fo)
          Indicates whether adding a new object to this main-reference area will require any balancing work.
 NormalFlowRA MainRA.getNextWritableArea(FObj fo)
          Depending on the column-count of the next FO, determine whether a new span area needs to be constructed or not, and return the appropriate NormalFlowArea.
 

Uses of FObj in org.axsl.foR
 

Subinterfaces of FObj in org.axsl.foR
 interface FObjMixed
          Base class for representation of mixed content formatting objects and their processing.
 interface FObjScaled
          Subinterface for formatting objects that can be scaled and viewed inside a viewport.
 interface ForeignXML
          Abstract base class for the root node of XML documents or document fragments that are wrapped inside of an fo:instream-foreign-object.
 

Methods in org.axsl.foR that return FObj
 FObj FOTreeEvent.getFObj()
          Returns the FObj instance attached to this event.
 FObj FONode.parentFO()
          Returns the parent of this node.
 FObj FObj.ancestorListRelatedObject(FOContext context)
          Returns the nearest ancestor list-related object.
 FObj FObj.getPreviousSiblingFObj()
          Returns the nearest preceding sibling FO.
 

Constructors in org.axsl.foR with parameters of type FObj
FOTreeEvent(java.lang.Object source, FObj fobj)
          Constructor for an "FObj complete" event.
 

Uses of FObj in org.axsl.foR.extension
 

Subinterfaces of FObj in org.axsl.foR.extension
 interface ContinuedLabel
          Implement continued labels for table header/footer.
 

Uses of FObj in org.axsl.foR.fo
 

Subinterfaces of FObj in org.axsl.foR.fo
 interface AbstractFlow
          Super-interface for flow and static-content.
 interface AbstractTableBody
          Super-interface for all table-body, table-header, and table-footer items.
 interface BasicLink
          An fo:basic-link object in XSL-FO.
 interface BidiOverride
          An fo:bidi-override object in XSL-FO.
 interface Block
          An fo:block object in XSL-FO.
 interface BlockContainer
          An fo:block-container object in XSL-FO.
 interface Bookmark
          An fo:bookmark object in XSL-FO.
 interface BookmarkTitle
          An fo:bookmark-title object in XSL-FO.
 interface BookmarkTree
          An fo:bookmark-tree object in XSL-FO.
 interface Character
          An fo:character object in XSL-FO.
 interface ColorProfile
          An fo:color-profile object in XSL-FO.
 interface Declarations
          An fo:declarations object in XSL-FO.
 interface ExternalGraphic
          An fo:external-graphic object in XSL-FO.
 interface Float
          An fo:float object in XSL-FO.
 interface Flow
          An fo:flow object in XSL-FO.
 interface Footnote
          An fo:footnote object in XSL-FO.
 interface FootnoteBody
          An fo:footnote-body object in XSL-FO.
 interface InitialPropertySet
          An fo:initial-property-set object in XSL-FO.
 interface Inline
          An fo:inline object in XSL-FO.
 interface InlineContainer
          An fo:inline-container object in XSL-FO.
 interface InstreamForeignObject
          An fo:instream-foreign-object object in XSL-FO.
 interface Leader
          An fo:leader object in XSL-FO.
 interface ListBlock
          An fo:list-block object in XSL-FO.
 interface ListItem
          An fo:list-item object in XSL-FO.
 interface ListItemBody
          An fo:list-item-body object in XSL-FO.
 interface ListItemLabel
          An fo:list-item-label object in XSL-FO.
 interface Marker
          An fo:marker object in XSL-FO.
 interface MultiCase
          An fo:multi-case object in XSL-FO.
 interface MultiProperties
          An fo:multi-properties object in XSL-FO.
 interface MultiPropertySet
          An fo:multi-property-set object in XSL-FO.
 interface MultiSwitch
          An fo:multi-switch object in XSL-FO.
 interface MultiToggle
          An fo:multi-toggle object in XSL-FO.
 interface PageNumber
          An fo:page-number object in XSL-FO.
 interface PageNumberCitation
          An fo:page-number-citation object in XSL-FO.
 interface PageSequence
          An fo:page-sequence object in XSL-FO.
 interface Region
          Abstract base interface for pagination regions.
 interface RegionAfter
          An fo:region-after object in XSL-FO.
 interface RegionBefore
          An fo:region-before object in XSL-FO.
 interface RegionBody
          An fo:region-body object in XSL-FO.
 interface RegionEnd
          An fo:region-end object in XSL-FO.
 interface RegionStart
          An fo:region-start object in XSL-FO.
 interface RetrieveMarker
          An fo:retrieve-marker object in XSL-FO.
 interface Root
          An fo:root object in XSL-FO.
 interface SimplePageMaster
          An fo:simple-page-master object in XSL-FO.
 interface StaticContent
          An fo:static-content object in XSL-FO.
 interface Table
          An fo:table object in XSL-FO.
 interface TableAndCaption
          An fo:table-and-caption object in XSL-FO.
 interface TableBody
          An fo:table-body object in XSL-FO.
 interface TableCaption
          An fo:table-caption object in XSL-FO.
 interface TableCell
          An fo:table-cell object in XSL-FO.
 interface TableColumn
          An fo:table-column object in XSL-FO.
 interface TableFooter
          An fo:table-footer object in XSL-FO.
 interface TableHeader
          An fo:table-header object in XSL-FO.
 interface TableRow
          An fo:table-row object in XSL-FO.
 interface Title
          An fo:title object in XSL-FO.
 interface Wrapper
          An fo:wrapper object in XSL-FO.
 

Methods in org.axsl.foR.fo that return FObj
 FObj Root.retrieveId(java.lang.String id)
          Retrieves the FObj instance that is associated with id.
 

Uses of FObj in org.axsl.foR.svg
 

Subinterfaces of FObj in org.axsl.foR.svg
 interface SVGElement
          class representing svg:svg pseudo flow object.
 


SourceForge.net Logo
aXSL API 0.1

This documentation was created September 6 2006 by The aXSL Group and may be freely copied. See license for details.