Uses of Class
org.apache.fop.layout.Area

Packages that use Area
org.apache.fop.datatypes 
org.apache.fop.dom.svg 
org.apache.fop.fo 
org.apache.fop.fo.flow 
org.apache.fop.image 
org.apache.fop.layout 
org.apache.fop.svg 

Uses of Area in org.apache.fop.datatypes
 

Methods in org.apache.fop.datatypes with parameters of type Area
voidIDReferences.configureID(String id, Area area)
          Configures this id
voidIDReferences.initializeID(String id, Area area)
          Creates and configures the specified id.
 

Uses of Area in org.apache.fop.dom.svg
 

Subclasses of Area in org.apache.fop.dom.svg
class SVGArea
          class representing an SVG area in which the SVG graphics sit
 

Uses of Area in org.apache.fop.fo
 

Methods in org.apache.fop.fo with parameters of type Area
StatusFObj.layout(Area area)
          generates the area or areas for this formatting object and adds these to the area.
StatusFObjMixed.layout(Area area)
          
abstract StatusFONode.layout(Area area)
          
StatusFOText.layout(Area area)
          
 

Uses of Area in org.apache.fop.fo.flow
 

Fields in org.apache.fop.fo.flow declared as Area
(package private) AreaPageNumberCitation.area
          
 

Methods in org.apache.fop.fo.flow with parameters of type Area
StatusBasicLink.layout(Area area)
          
StatusBlock.layout(Area area)
          
StatusBlockContainer.layout(Area area)
          
StatusCharacter.layout(Area area)
          
StatusDisplaySequence.layout(Area area)
          
StatusExternalGraphic.layout(Area area)
          
StatusFlow.layout(Area area, Region region)
          
StatusFlow.layout(Area area)
          
StatusInlineGraphic.layout(Area area)
          
StatusInstreamForeignObject.layout(Area area)
          layout this formatting object.
StatusLeader.layout(Area area)
          
StatusListBlock.layout(Area area)
          
StatusListItem.layout(Area area)
          
StatusListItemBody.layout(Area area)
          
StatusListItemLabel.layout(Area area)
          
StatusPageNumber.layout(Area area)
          
StatusPageNumberCitation.layout(Area area)
          
StatusStaticContent.layout(Area area, Region region)
          
StatusStaticContent.layout(Area area)
          
StatusTable.layout(Area area)
          
StatusTableBody.layout(Area area)
          
voidTableBody.removeLayout(Area area)
          
voidTableCell.doSetup(Area area)
          
StatusTableCell.layout(Area area)
          
StatusTableColumn.layout(Area area)
          
voidTableRow.doSetup(Area area)
          
StatusTableRow.layout(Area area)
          
voidTableRow.removeLayout(Area area)
          
 

Uses of Area in org.apache.fop.image
 

Subclasses of Area in org.apache.fop.image
class ImageArea
          
 

Uses of Area in org.apache.fop.layout
 

Subclasses of Area in org.apache.fop.layout
class AreaContainer
          
class BlockArea
          
class BodyAreaContainer
          
class ForeignObjectArea
          
class InlineArea
          
class LineArea
          
 

Constructors in org.apache.fop.layout with parameters of type Area
LinkSet.LinkSet(String destination, Area area, int linkType)
          
 

Methods in org.apache.fop.layout that return Area
AreaArea.getParent()
          
AreaForeignObjectArea.getObject()
          
AreaLinkSet.getArea()
          
 

Methods in org.apache.fop.layout with parameters of type Area
voidArea.removeChild(Area area)
          
voidForeignObjectArea.setObject(Area fobject)
          
voidLinkSet.applyAreaContainerOffsets(AreaContainer ac, Area area)
          
 

Uses of Area in org.apache.fop.svg
 

Methods in org.apache.fop.svg with parameters of type Area
StatusSVG.layout(Area area)
          layout this formatting object.
StatusSVGObj.layout(Area area)
          layout this formatting object.