|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Area | |
---|---|
org.foray.area | Classes representing the actual layout of content on pages. |
Uses of Area in org.foray.area |
---|
Subclasses of Area in org.foray.area | |
---|---|
class |
AbstractAncestralInlineArea
Abstract superclass for inline area classes that can create children. |
class |
AbstractInlineArea
Common superclass for all areas generated by inline formatting objects. |
class |
AbstractTablePartContainer
Abstract superclass for table-body, table-header, and table-footer areas. |
class |
AreaFixed
Subclasses are block-areas that do not need to store their own size or spacing information. |
class |
AreaFlexible
Subclasses are areas that need to store their own size and spacing information. |
class |
BasicLinkArea
A normal inline-area generated by the fo:basic-link. |
class |
BeforeFloatRA
Manages the before-float-reference-area. |
class |
BidiOverrideArea
A normal inline-area generated by the fo:bidi-override object. |
class |
BlockArea
Superclass for normal block-areas (NormalBlockArea) and line-areas (LineArea). |
class |
BlockContainerRA
The container area for the contents of a block-container FO. |
class |
ContainerRA
Abstract superclass for areas that are primarily for collection and positioning other areas. |
class |
ExternalGraphicArea
Area containing an external-graphic. |
class |
FootnoteRA
Manages the footnote reference area for a page. |
class |
ForeignObjectArea
Area containing a foreign-object. |
class |
IndexPageCitationListArea
A normal inline-area generated by the fo:index-page-citation-list object. |
class |
InlineArea
Areas generated by the fo:inline object. |
class |
InlineContainerArea
Areas generated by the fo:inline-container object. |
class |
LeaderArea
An Area containing a leader item. |
class |
LineArea
Area containing a line of content on the page. |
class |
ListBlockArea
Area containing all or part of a list-block. |
class |
ListItemArea
Area containing all or part of a list-item. |
class |
MainRA
Manages the main-reference-area. |
class |
NormalBlockArea
This class represents a Block Area. |
class |
NormalFlowRA
Represents a normal-flow-reference-area. |
class |
PageNumberArea
The normal inline-area created by an fo:page-number object. |
class |
PageNumberCitationArea
Area containing all or part of a page-number-citation. |
class |
PageNumberCitationLastArea
Area containing all or part of a page-number-citation-last. |
class |
PageRA
Area containing a page. |
class |
RegionRA
This class is used to manage a region-reference-area. |
class |
RegionRABody
Area containing a region-body. |
class |
ScalingValueCitationArea
The normal inline-area created by an fo:scaling-value-citation object. |
class |
SpanRA
Represents a span-reference-area. |
class |
TableBodyContainer
Area containing all or part of a table-body. |
class |
TableCellRA
Area containing all or part of a table-cell. |
class |
TableFooterContainer
Area containing all or part of a table-footer. |
class |
TableHeaderContainer
Area containing all or part of a table-header. |
class |
TableRA
Area containing part or all of a Table . |
class |
TableRowContainer
Class representing the areas returned by an fo:table-row object. |
class |
TextArea
TextArea is a convenience class whose members represent contiguous glyph-areas that have identical text-related traits. |
Methods in org.foray.area that return Area | |
---|---|
Area |
AreaNode.ancestorArea()
|
Area |
AreaNode.ancestorBlockAreaNotALineArea()
Returns the ancestor block area that is not a line area. |
Area |
AreaNode.ancestorBlockOrRa()
Returns the nearest ancestor Area that was generated by a block-level formatting object, if such an area exists. |
Area |
AreaNode.ancestorGeneratedByBlockLevelFO()
Finds the nearest ancestor area that was generated by a block-level formatting object. |
Area |
AreaNode.ancestorReferenceArea()
Returns the nearest ancestor reference area. |
Area |
FOLinkageNormal.firstNormalAreaReturned()
Returns the first normal area returned by this linkage. |
Area |
AreaTree.firstNormalAreaReturned(String id)
Find the first normal area returned by the formatting object with an "id" trait matching the "id" parameter. |
Area |
Area.getAreaParent()
Returns the parent Area. |
Area |
AreaNode.getContainingReferenceArea()
Returns the nearest ancestor that is a reference area. |
Area |
AreaNode.getFirstAreaChild()
Returns the first child that is an Area . |
Area |
AreaNode.getLastAreaChild()
Returns the last child that is an Area . |
Area |
FOLinkageNormal.getLastAreaGeneratedBy()
Returns the last Area generated by the FO. |
Area |
AreaNode.getNextSiblingArea()
Returns the next sibling node that is an Area, if any. |
Area |
TableRowContainer.getOverflowArea(Area childRequesting)
|
Area |
TableRA.getOverflowArea(Area area)
|
Area |
TableHeaderContainer.getOverflowArea(Area childRequesting)
|
Area |
TableFooterContainer.getOverflowArea(Area childRequesting)
|
Area |
TableCellRA.getOverflowArea(Area childRequesting)
|
Area |
TableBodyContainer.getOverflowArea(Area childRequesting)
|
Area |
SpanRA.getOverflowArea(Area childRequesting)
|
Area |
RegionRABody.getOverflowArea(Area childRequesting)
|
Area |
RegionRA.getOverflowArea(Area childRequesting)
|
Area |
PageRA.getOverflowArea(Area childRequesting)
This method is used by child Areas to ask the parent Area into which Area the child Area's overflow should be placed. |
Area |
NormalFlowRA.getOverflowArea(Area childRequesting)
|
Area |
NormalBlockArea.getOverflowArea(Area childRequesting)
|
Area |
MainRA.getOverflowArea(Area childRequesting)
|
Area |
ListItemArea.getOverflowArea(Area requester)
|
Area |
ListBlockArea.getOverflowArea(Area area)
|
Area |
LineArea.getOverflowArea(Area childRequesting)
|
Area |
FootnoteRA.getOverflowArea(Area childRequesting)
|
Area |
BlockContainerRA.getOverflowArea(Area childRequesting)
|
Area |
BeforeFloatRA.getOverflowArea(Area childRequesting)
|
abstract Area |
Area.getOverflowArea(Area childRequesting)
This method is used by child Areas to ask the parent Area into which Area the child Area's overflow should be placed. |
Area |
AbstractInlineArea.getOverflowArea(Area childRequesting)
|
Area |
TextArea.getParent()
|
Area |
ScalingValueCitationArea.getParent()
|
Area |
PageNumberCitationLastArea.getParent()
|
Area |
PageNumberCitationArea.getParent()
|
Area |
PageNumberArea.getParent()
|
Area |
LeaderArea.getParent()
|
Area |
InlineContainerArea.getParent()
|
Area |
InlineArea.getParent()
|
Area |
IndexPageCitationListArea.getParent()
|
Area |
ForeignObjectArea.getParent()
|
Area |
ExternalGraphicArea.getParent()
|
Area |
BidiOverrideArea.getParent()
|
Area |
BasicLinkArea.getParent()
|
Area |
AreaNode.getPreviousSiblingArea()
Returns the previous sibling node that is an Area, if any. |
Area |
FOLinkageNormal.lastNormalAreaReturned()
Returns the last normal area returned by this linkage. |
Area |
AreaNode.nearestArea()
|
Area |
Area.nearestArea()
|
Area |
PageRA.nearestGeneratedByBlockLevelFo()
Overrides the Area method, because there will be nothing above here that was generated by a block-level FO. |
Area |
AreaNode.nearestGeneratedByBlockLevelFo()
|
protected Area |
AbstractInlineArea.validateNewParent(AreaNode node)
Standard validation routine for child classes that are setting a new parent. |
Methods in org.foray.area that return types with arguments of type Area | |
---|---|
List<Area> |
InlineContainerArea.getChildren()
|
List<Area> |
AbstractListItemContent.getChildren()
|
Methods in org.foray.area with parameters of type Area | |
---|---|
Area |
TableRowContainer.getOverflowArea(Area childRequesting)
|
Area |
TableRA.getOverflowArea(Area area)
|
Area |
TableHeaderContainer.getOverflowArea(Area childRequesting)
|
Area |
TableFooterContainer.getOverflowArea(Area childRequesting)
|
Area |
TableCellRA.getOverflowArea(Area childRequesting)
|
Area |
TableBodyContainer.getOverflowArea(Area childRequesting)
|
Area |
SpanRA.getOverflowArea(Area childRequesting)
|
Area |
RegionRABody.getOverflowArea(Area childRequesting)
|
Area |
RegionRA.getOverflowArea(Area childRequesting)
|
Area |
PageRA.getOverflowArea(Area childRequesting)
This method is used by child Areas to ask the parent Area into which Area the child Area's overflow should be placed. |
Area |
NormalFlowRA.getOverflowArea(Area childRequesting)
|
Area |
NormalBlockArea.getOverflowArea(Area childRequesting)
|
Area |
MainRA.getOverflowArea(Area childRequesting)
|
Area |
ListItemArea.getOverflowArea(Area requester)
|
Area |
ListBlockArea.getOverflowArea(Area area)
|
Area |
LineArea.getOverflowArea(Area childRequesting)
|
Area |
FootnoteRA.getOverflowArea(Area childRequesting)
|
Area |
BlockContainerRA.getOverflowArea(Area childRequesting)
|
Area |
BeforeFloatRA.getOverflowArea(Area childRequesting)
|
abstract Area |
Area.getOverflowArea(Area childRequesting)
This method is used by child Areas to ask the parent Area into which Area the child Area's overflow should be placed. |
Area |
AbstractInlineArea.getOverflowArea(Area childRequesting)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |