SourceForge.net Logo
aXSL API 0.2

org.axsl.galley
Interface GraphicArea

All Superinterfaces:
Area, AreaNode, java.lang.Iterable<AreaNode>, javax.swing.tree.TreeNode
All Known Subinterfaces:
BackgroundArea, BlockContainerArea, ExternalGraphicArea, InlineArea, NormalBlockArea, RegionArea, TableArea, TableCellArea

public interface GraphicArea
extends Area

Interface for all Areas 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.galley.Area
brBpd, brIpd, brOriginX, brOriginY, crBpd, crIpd, crOriginX, crOriginY, destinationName, generatedByExists, generatedByName, isLinkRoot, linkDestination, linkType, traitId
 
Methods inherited from interface org.axsl.galley.AreaNode
getAreaName, getChildAt, getGalley, render
 
Methods inherited from interface javax.swing.tree.TreeNode
children, getAllowsChildren, getChildCount, getIndex, getParent, isLeaf
 
Methods inherited from interface java.lang.Iterable
iterator
 

Method Detail

getGraphic

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.2

This documentation was created August 8 2007 by The aXSL Group and may be freely copied. See license for details.