SourceForge.net Logo
aXSL API 0.1

org.axsl.areaR
Interface TableArea

All Superinterfaces:
Area, AreaNode

public interface TableArea
extends Area

An Area containing part or all of a table.


Method Summary
 BackgroundArea[] getBackgroundAreas()
          Return the background-only areas related to this table area.
 
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

getBackgroundAreas

public BackgroundArea[] getBackgroundAreas()
Return the background-only areas related to this table area.

Returns:
An ordered array of background-only areas that should be painted in the output, or null if this table area has no background areas. The order is the z-order in which they should be painted, that is, those that should be painted first should appear first in the array. The z-index order is defined in XSL-FO 1.0 6.7.3, which refers the reader to http://www.w3.org/TR/REC-CSS2/tables.html#table-layers. In brief the order is as follows: table, column groups (column with a span > 1 in XSL-FO), columns, row groups (presumably rows with a span > 1 in XSL-FO), rows, and then cells. Note: Cells should not be returned by this method. They should be rendered later and should control their own backgrounds.

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.