SourceForge.net Logo
aXSL API 0.1

org.axsl.areaR
Interface PageArea

All Superinterfaces:
Area, AreaNode

public interface PageArea
extends Area

An Area containing a page.


Method Summary
 AreaNode firstUnresolvedRefId()
          Determines whether there are any unresolved "ref-id" items on this page.
 java.lang.String getFormattedNumber()
          Returns the formatted page number of this page.
 int getHeight()
          Returns the height of this page.
 int getNumber()
          Returns the raw page number of this page.
 RegionArea getRegionAfter()
          Returns the region-after for this page.
 RegionArea getRegionBefore()
          Returns the region-before for this page.
 RegionBodyArea getRegionBody()
          Returns the region-body for this page.
 RegionArea getRegionEnd()
          Returns the region-end for this page.
 RegionArea getRegionStart()
          Returns the region-start for this page.
 int getWidth()
          Returns the width of this page.
 
Methods inherited from interface org.axsl.areaR.Area
brBPD, brIPD, brOriginX, brOriginY, brPoints, crBPD, crIPD, crOriginX, crOriginY, destinationName, generatedByExists, generatedByName, getColor, getProgressionDimension, linkDestination, linkType, prOriginX, prOriginY, rrBPD, rrIPD, rrOriginX, rrOriginY, traitBorderAfterColor, traitBorderAfterWidth, traitBorderBeforeColor, traitBorderBeforeWidth, traitBorderEndColor, traitBorderEndWidth, traitBorderStartColor, traitBorderStartWidth, traitOverflow, traitScaling
 
Methods inherited from interface org.axsl.areaR.AreaNode
ancestorLineAreaOut, getAreaName, getChildren, getFontConsumer, getParentOut, render, traitColor, traitFontStyle, traitFontWeight, traitId, traitInternalDestination
 

Method Detail

getRegionAfter

public RegionArea getRegionAfter()
Returns the region-after for this page.

Returns:
The region-after for this page.

getRegionBefore

public RegionArea getRegionBefore()
Returns the region-before for this page.

Returns:
The region-before for this page.

getRegionStart

public RegionArea getRegionStart()
Returns the region-start for this page.

Returns:
The region-start for this page.

getRegionEnd

public RegionArea getRegionEnd()
Returns the region-end for this page.

Returns:
The region-end for this page.

getRegionBody

public RegionBodyArea getRegionBody()
Returns the region-body for this page.

Returns:
The region-body for this page.

firstUnresolvedRefId

public AreaNode firstUnresolvedRefId()
Determines whether there are any unresolved "ref-id" items on this page. If so, the page is not yet ready to be rendered.

Returns:
The first node on this page that has an unresolved "ref-id", or null if there are no such nodes.

getHeight

public int getHeight()
Returns the height of this page.

Returns:
The height, in millipoints, of this page.

getWidth

public int getWidth()
Returns the width of this page.

Returns:
The width, in millipoints, of this page.

getNumber

public int getNumber()
Returns the raw page number of this page.

Returns:
The page number of this page.

getFormattedNumber

public java.lang.String getFormattedNumber()
Returns the formatted page number of this page.

Returns:
The formatted page number of this page.

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.