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

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

Uses of LayoutPart in gumbo.visualize.data.layout
 

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

Classes in gumbo.visualize.data.layout that implement LayoutPart
 class GraphLayoutEdge
          A layout view for a graph model edge with two connections.
 class GraphLayoutNode
          A layout part that occupies space, connects to other nodes via none or more GraphLayoutLink, and is explicitely positioned by a GraphLayoutEngine.
 class GraphLayoutPart
          An abstract base class for layout parts in a GraphLayoutWhole.
 class GraphLayoutVertex
          A layout view for a graph model vertex.
 class KinkyGraphLayoutEdge
          A graph layout edge that can have kinks.