SourceForge.net Logo
aXSL API 0.1

org.axsl.areaR
Interface GraphicArea

All Superinterfaces:
AreaNode
All Known Subinterfaces:
BackgroundArea, BlockContainerArea, ExternalGraphicArea, InlineArea, NormalBlockArea, RegionArea, RegionBodyArea, SVGArea, TableCellArea

public interface GraphicArea
extends AreaNode

Interface for all AreaNodes that can have a Graphic instance attached. Those nodes that have a background image should implement BackgroundArea instead.


Method Summary
 Graphic getGraphic()
          Returns the graphic associated with this node.
 
Methods inherited from interface org.axsl.areaR.AreaNode
ancestorLineAreaOut, getAreaName, getChildren, getFontConsumer, getParentOut, render, traitColor, traitFontStyle, traitFontWeight, traitId, traitInternalDestination
 

Method Detail

getGraphic

public Graphic getGraphic()
Returns the graphic associated with this node.

Returns:
The graphic for this node, or null if there is none.

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.