Uses of Package
gumbo.visualize.data.layout

Packages that use gumbo.visualize.data.layout
gumbo.graphic.impl.swing   
gumbo.interact Provides special purpose building blocks for user interaction, including user feedback. 
gumbo.interact.select   
gumbo.visualize.data.impl.swing   
gumbo.visualize.data.layout Provides special purpose building blocks for 2D/3D layout in support of data visualization. 
 

Classes in gumbo.visualize.data.layout used by gumbo.graphic.impl.swing
AxisLayoutGraphic
          A graphic that supports axis-aligned layout.
 

Classes in gumbo.visualize.data.layout used by gumbo.interact
AxisLayoutGraphic
          A graphic that supports axis-aligned layout.
 

Classes in gumbo.visualize.data.layout used by gumbo.interact.select
AxisLayoutGraphic
          A graphic that supports axis-aligned layout.
 

Classes in gumbo.visualize.data.layout used by gumbo.visualize.data.impl.swing
AxisLayoutGraphic
          A graphic that supports axis-aligned layout.
 

Classes in gumbo.visualize.data.layout used by gumbo.visualize.data.layout
GraphLayoutEdge
          A layout view for a graph model edge with two connections.
GraphLayoutEngine
          Base class for graph layout engines.
GraphLayoutNode
          A layout part that occupies space, connects to other nodes via none or more GraphLayoutLink, and is explicitely positioned by a GraphLayoutEngine.
GraphLayoutPart
          An abstract base class for layout parts in a GraphLayoutWhole.
GraphLayoutWholeView
          A base class for whole layout views used for graph layouts.
LayoutGraphicTransform
          An interface that allows geometric transformation between layout and graphic space.
LayoutPart
          A part in a layout whole.
LayoutPartView
          A layout part associated with a data view.
LayoutView
          A layout element (whole, part) associated with a data view.
LayoutWhole
          A container for a set of layout parts that are laid out as a whole.
LayoutWholeView
          A layout whole associated with a whole data view.
WholeLayoutEngine
          Abstract base class for layout engines that manage a whole layout and its view.