Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package com.port80.graph.impl

Class Summary
Arrow Arrow shape template objects.
ArrowFactory Arrow factory.
DefaultGraphAttrTable Place holder for preset default graph attributes.
DirectedEdgeFactory Factory class that produce edges for directed graph.The factory also provide an IAttrTable interface for accessing default attributes and method to get the IAttrRegistry interface for client to check for unqiue attribute names.
DirectedEdgeFactory.EdgeRenderingComparator  
DirectedGraph Basic directed graph class.
DirectedGraph.NameComparator  
DirectedGraphRenderer Render directed graph.
DirectedVertexFactory Factory class that produce vertex for directed graph.
Edge Graph edge interface.
GraphElement An abstract base class for graph objects (eg.
GraphFactory Factory class that produce a SubGraph.
GraphPanel Graph panel class.
GraphRendererFactory Factory class producing graph renderer.
GraphShape Basic graph shape class that implements IGraphShape interface.
GraphStroke Basic graph shape style class that implements IGraphStroke interface.
ShapeFactory Shape attribute factory.
StrokeFactory Style attribute factory.
ToDotVisitor Graph element visitor to print graph in .dot file format.
Vertex Basic graph vertex implementation.
Vertex.NameComparator  
Vertex.Port