Uses of Interface
gumbo.visualize.data.layout.LayoutView

Packages that use LayoutView
gumbo.visualize.data.layout Provides special purpose building blocks for 2D/3D layout in support of data visualization. 
 

Uses of LayoutView in gumbo.visualize.data.layout
 

Subinterfaces of LayoutView in gumbo.visualize.data.layout
 interface LayoutPartView
          A layout part associated with a data view.
 interface LayoutWholeView
          A layout whole associated with a whole data view.
 

Classes in gumbo.visualize.data.layout that implement LayoutView
 class GraphLayoutEdge
          A layout view for a graph model edge with two connections.
 class GraphLayoutVertex
          A layout view for a graph model vertex.
 class GraphLayoutWholeView
          A base class for whole layout views used for graph layouts.
 class KinkyGraphLayoutEdge
          A graph layout edge that can have kinks.
 class KinkyGraphLayoutWholeView
          A base class for whole layout views used for kinky graph layouts.