Package org.pzgui.layout

Extends the base Pan-Zoom GUI system to provide automatic node layout.

See:
          Description

Interface Summary
Edge<V extends Vertex> Interface which Edges must implement in order to be laid out.
Layoutable Indicates an object which can be laid out.
Vertex<E extends Edge> Interface which Vertices must implement in order to be laid out.
 

Class Summary
AbstractLayoutable Designates an object which may be drawn and laid out.
PZLayoutManager A simple extension of the PZManager which facilitates the automatic layout of objects.
 

Package org.pzgui.layout Description

Extends the base Pan-Zoom GUI system to provide automatic node layout.