gumbo.visualize.data.layout
Class GraphLayoutPart

java.lang.Object
  |
  +--gumbo.visualize.data.layout.GraphLayoutPart
All Implemented Interfaces:
LayoutPart
Direct Known Subclasses:
GraphLayoutEdge, GraphLayoutNode

public abstract class GraphLayoutPart
extends java.lang.Object
implements LayoutPart

An abstract base class for layout parts in a GraphLayoutWhole.

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

Constructor Summary
GraphLayoutPart()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface gumbo.visualize.data.layout.LayoutPart
getLayoutBound, intersectLayout
 

Constructor Detail

GraphLayoutPart

public GraphLayoutPart()