gumbo.graphic.probe
Interface AxisBound3Boundable

All Superinterfaces:
BoundableGraphic, Graphic, GraphicGeometry
All Known Subinterfaces:
AxisLayoutGraphic
All Known Implementing Classes:
AxisBound3, SwingShape, SwingSpaceNode

public interface AxisBound3Boundable
extends BoundableGraphic

A graphic bounded by an AxisBound3.

Version:
$Revision: 1.1 $
Author:
Jon Barrilleaux (jonb@jmbaai.com) of JMB and Associates Inc.

Method Summary
 AxisBound3 getGraphicAxisBound3(AxisBound3 retVal)
          Returns the bound for this graphic.
 
Methods inherited from interface gumbo.graphic.space.GraphicGeometry
getGraphicLocalSpace
 
Methods inherited from interface gumbo.graphic.Graphic
getGraphic
 

Method Detail

getGraphicAxisBound3

public AxisBound3 getGraphicAxisBound3(AxisBound3 retVal)
Returns the bound for this graphic.

Parameters:
retVal - Return value object. The bound. Never null.
Returns:
Reference to retVal. Never null.