Package net.xqhs.graphs.representation.graphical

Contains necessary classes for representing graphs in a graphical manner.

See:
          Description

Class Summary
GraphicalGraphRepresentation Graphical representation for a Graph that relies on LinearGraphRepresentation to create a tree of paths and then displays the tree of paths.
GraphicalRepresentationElement Extension of RepresentationElement for graphical representations.
RadialGraphRepresentation A representation based on the GraphicalGraphRepresentation, but using a radial layout instead of a top-down right-to-left one.
 

Enum Summary
GraphicalRepresentationElement.EdgeType  
GraphicalRepresentationElement.Type The type of the representation.
 

Package net.xqhs.graphs.representation.graphical Description

Contains necessary classes for representing graphs in a graphical manner. It uses Gel as a graphical environment.

Author:
Andrei Olaru