Package de.cau.cs.kieler.kiml.graphviz.layouter

Wrapper implementation of the Graphviz layouter.

See:
          Description

Class Summary
GraphvizAPI Defines constants used in the Graphviz Dot language and static methods to access Graphviz via a separate process.
GraphvizLayouter Layouter that calls Graphviz through a child process to perform layout.
GraphvizLayouterPlugin The activator class controls the plug-in life cycle.
GraphvizLayoutProvider Layout provider for the Graphviz layout tool.
NonBlockingInputStream An input stream wrapper that does not block when reading, but returns the EOF code if no character is available.
 

Package de.cau.cs.kieler.kiml.graphviz.layouter Description

Wrapper implementation of the Graphviz layouter.