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

Packages that use Area
org.apache.fop.datatypes   
org.apache.fop.extensions   
org.apache.fop.fo   
org.apache.fop.fo.flow   
org.apache.fop.image   
org.apache.fop.layout   
org.apache.fop.layout.inline   
org.apache.fop.render   
org.apache.fop.render.awt   
org.apache.fop.render.mif   
org.apache.fop.render.ps   
org.apache.fop.render.svg   
org.apache.fop.svg   
 

Uses of Area in org.apache.fop.datatypes
 

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

Uses of Area in org.apache.fop.extensions
 

Methods in org.apache.fop.extensions with parameters of type Area
 int ExtensionObj.layout(Area area)
          Called for extensions within a page sequence or flow.
 int ContinuedLabel.layout(Area area)
          If we are within a cell in a table-header or table-footer object and this is not the first generated area for the table, then generate an inline area and put the content in it.
 

Uses of Area in org.apache.fop.fo
 

Methods in org.apache.fop.fo with parameters of type Area
 int UnknownXMLObj.layout(Area area)
           
abstract  int FONode.layout(Area area)
           
 int FObjMixed.layout(Area area)
           
 int ToBeImplementedElement.layout(Area area)
           
 int FOText.layout(Area area)
           
 int FObj.layout(Area area)
          generates the area or areas for this formatting object and adds these to the area.
 int Unknown.layout(Area area)
           
 int PropertyManager.checkBreakBefore(Area area)
           
 int PropertyManager.checkBreakAfter(Area area)
           
 int XMLObj.layout(Area area)
          layout this formatting object.
 int Title.layout(Area area)
           
 int XMLElement.layout(Area area)
          layout this formatting object.
 

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

Methods in org.apache.fop.fo.flow that return Area
 Area Marker.getRegistryArea()
           
 

Methods in org.apache.fop.fo.flow with parameters of type Area
 int MultiCase.layout(Area area)
           
 int ListBlock.layout(Area area)
           
 int Character.layout(Area area)
           
 int TableCaption.layout(Area area)
           
 int PageNumber.layout(Area area)
           
 int BidiOverride.layout(Area area)
           
 int StaticContent.layout(Area area, Region region)
           
 int AbstractFlow.layout(Area area)
           
 int AbstractFlow.layout(Area area, Region region)
           
 int RetrieveMarker.layout(Area area)
           
 int AbstractTableBody.layout(Area area)
           
 void AbstractTableBody.removeLayout(Area area)
           
 int MultiToggle.layout(Area area)
           
 int MultiPropertySet.layout(Area area)
           
 int Block.layout(Area area)
           
 int TableAndCaption.layout(Area area)
           
 int Marker.layout(Area area)
           
 int Marker.layoutMarker(Area area)
           
 int ListItemBody.layout(Area area)
           
 void TableColumn.doSetup(Area area)
           
 int TableColumn.layout(Area area)
           
 int TableCell.layout(Area area)
           
 int Footnote.layout(Area area)
           
static boolean Footnote.layoutFootnote(Page p, FootnoteBody fb, Area area)
           
protected static void Footnote.decreaseMaxHeight(Area ar, int change)
           
 int MultiProperties.layout(Area area)
           
 int BasicLink.layout(Area area)
           
 int Table.layout(Area area)
           
 int ListItemLabel.layout(Area area)
           
 int MultiSwitch.layout(Area area)
           
 void TableRow.doSetup(Area area)
           
 int TableRow.layout(Area area)
           
 void TableRow.removeLayout(Area area)
           
 int ListItem.layout(Area area)
           
 int BlockContainer.layout(Area area)
           
 int ExternalGraphic.layout(Area area)
           
 int InstreamForeignObject.layout(Area area)
          layout this formatting object.
 int Leader.layout(Area area)
           
 int PageNumberCitation.layout(Area area)
           
 int Float.layout(Area area)
           
 int FootnoteBody.layout(Area area)
           
 int InitialPropertySet.layout(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
          This class represents a Block Area.
 class BodyAreaContainer
           
 class ColumnArea
           
 class ExtensionArea
           
 class LineArea
           
 class SpanArea
           
 

Fields in org.apache.fop.layout declared as Area
protected  Area Box.parent
           
 

Methods in org.apache.fop.layout that return Area
 Area Area.getParent()
           
 Area LinkSet.getArea()
           
 

Methods in org.apache.fop.layout with parameters of type Area
 void Area.removeChild(Area area)
           
 void Area.setParent(Area parent)
           
protected static void BodyAreaContainer.resetMaxHeight(Area ar, int change)
           
 void LinkSet.applyAreaContainerOffsets(AreaContainer ac, Area area)
           
 

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

Uses of Area in org.apache.fop.layout.inline
 

Subclasses of Area in org.apache.fop.layout.inline
 class ForeignObjectArea
           
 class InlineArea
           
 class LeaderArea
           
 class PageNumberInlineArea
           
 class WordArea
           
 

Fields in org.apache.fop.layout.inline declared as Area
protected  Area ForeignObjectArea.foreignObject
           
 

Methods in org.apache.fop.layout.inline that return Area
 Area ForeignObjectArea.getObject()
           
 

Methods in org.apache.fop.layout.inline with parameters of type Area
 void ForeignObjectArea.setObject(Area fobject)
           
 

Uses of Area in org.apache.fop.render
 

Methods in org.apache.fop.render with parameters of type Area
protected abstract  void AbstractRenderer.doFrame(Area area)
           
protected  void AbstractRenderer.doBackground(Area area, int x, int y, int w, int h)
          Renders an area's background.
protected  void PrintRenderer.doFrame(Area area)
           
 

Uses of Area in org.apache.fop.render.awt
 

Methods in org.apache.fop.render.awt with parameters of type Area
protected  void AWTRenderer.doFrame(Area area)
           
protected  Rectangle2D AWTRenderer.getBounds(Area a)
           
 

Uses of Area in org.apache.fop.render.mif
 

Methods in org.apache.fop.render.mif with parameters of type Area
protected  void MIFRenderer.doFrame(Area area)
           
 

Uses of Area in org.apache.fop.render.ps
 

Methods in org.apache.fop.render.ps with parameters of type Area
protected  void PSRenderer.doFrame(Area area)
           
 

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

Methods in org.apache.fop.render.svg with parameters of type Area
protected  void SVGRenderer.doFrame(Area area)
           
protected  Rectangle2D SVGRenderer.getBounds(Area a)
           
 

Uses of Area in org.apache.fop.svg
 

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

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



Copyright ? 1999-2003 Apache Software Foundation. All Rights Reserved.