Uses of Package
ccvisu

Classes in ccvisu used by ccvisu
Cluster
          A class with a list of nodes that compute some informations on them
ClusterManager
          a GUI to manage the clusters define new, remove, ...
GraphData
          Contains the representation of a graph.
GraphEdgeInt
          Represents an edge between two vertices x and y (given as vertex ids) of weight w.
GraphEdgeString
          Represents an edge between two vertices x and y (given as vertex names) of weight w (also String).
GraphEvent
          An Event class to notify that chages on the graph where made used by Minimizer and/or subclasses
GraphEventListener
          Interface for classes that receive GraphEvent (i.e.
GraphVertex
          Represents a vertex of the graph, including name, id, and several attributes.
Marker
          Marks a given vertex under certain conditions.
MarkerScript.ColorCondition
          Objects containing a color and a list of conditions
Minimizer
          Minimizer for a given energy model, which is set by the constructor of the concrete minimizer implementation.
MinimizerBarnesHut.OctTree
          Octtree for graph nodes with positions in 3D space.
ReaderData
          Reader for input data.
ReaderDataGraph
          Reader for input graphs.
ReaderDataGraphCVS.Revision
          Represents a CVS revision entry (an abstraction of it).
ScreenDisplay
          Frame implementation for displaying the layout on the screen device.
ScreenDisplay.MyCanvas
          Canvas implementation for displaying the layout on the screen.
WriterData
          Writer for output data.
WriterDataGraphics
          Writer for graphical output of layout data.
WriterDataGraphicsDISP
          Writer for displaying the layout on the screen device.