SourceForge.net Logo
aXSL API 0.1

org.axsl.areaR
Interface TableCellArea

All Superinterfaces:
Area, AreaNode, BackgroundArea, GraphicArea

public interface TableCellArea
extends Area, BackgroundArea

An Area containing all or part of a table cell.


Method Summary
 void optimize()
          Gives the cell an opportunity to make any final adjustments or resolve any unresolved values before it is rendered.
 
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
 
Methods inherited from interface org.axsl.areaR.BackgroundArea
backgroundRepeatX, backgroundRepeatY, prBPD, prIPD, prOriginX, prOriginY, traitBackgroundColor, traitBackgroundImage
 
Methods inherited from interface org.axsl.areaR.GraphicArea
getGraphic
 

Method Detail

optimize

public void optimize()
Gives the cell an opportunity to make any final adjustments or resolve any unresolved values before it is rendered. Client applications should run this method right before rendering the cell.


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.