gumbo.visualize.data.layout
Interface LayoutPartView

All Superinterfaces:
LayoutPart, LayoutView
All Known Implementing Classes:
GraphLayoutEdge, GraphLayoutVertex

public interface LayoutPartView
extends LayoutPart, LayoutView

A layout part associated with a data view.

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

Method Summary
 AxisBound3 getGraphicBound()
          Returns an immutable view of the smallest bounds containing this layout part, in graphic space.
 
Methods inherited from interface gumbo.visualize.data.layout.LayoutPart
getLayoutBound, intersectLayout
 
Methods inherited from interface gumbo.visualize.data.layout.LayoutView
getDataView, validateLayoutDisplay
 

Method Detail

getGraphicBound

public AxisBound3 getGraphicBound()
Returns an immutable view of the smallest bounds containing this layout part, in graphic space.

Returns:
The bound. Never null.