Uses of Class
gumbo.visualize.data.layout.GraphLayoutPart

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

Uses of GraphLayoutPart in gumbo.visualize.data.layout
 

Subclasses of GraphLayoutPart in gumbo.visualize.data.layout
 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 GraphLayoutVertex
          A layout view for a graph model vertex.
 class KinkyGraphLayoutEdge
          A graph layout edge that can have kinks.