Class Summary |
CCVisu |
Main class of the CCVisu package. |
CCVisuGUI |
GUI for those who don't like command line |
Cluster |
A class with a list of nodes that compute some informations on them |
ClusterManager |
a GUI to manage the clusters define new, remove, ... |
ClusterReaderWriter |
A class that save and load clusters' informations in WriterDataGraphicsDISP |
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 |
GraphVertex |
Represents a vertex of the graph, including name, id,
and several attributes. |
Marker |
Marks a given vertex under certain conditions. |
MarkerExp |
Marks a given vertex under certain conditions. |
MarkerScript |
Parse conditions from a file and marks a vertices verifing these conditions. |
Minimizer |
Minimizer for a given energy model, which is set by the constructor
of the concrete minimizer implementation. |
MinimizerBarnesHut |
Minimizer for the (weighted) (edge-repulsion) LinLog energy model,
based on the Barnes-Hut algorithm. |
ReaderData |
Reader for input data. |
ReaderDataGraph |
Reader for input graphs. |
ReaderDataGraphCVS |
Reader for CVS log files. |
ReaderDataGraphRSF |
Reader for co-change graphs in RSF format. |
ReaderDataLAY |
Reader for layouts in text format. |
ScreenDisplay |
Frame implementation for displaying the layout on the screen device. |
WriterData |
Writer for output data. |
WriterDataGraphics |
Writer for graphical output of layout data. |
WriterDataGraphicsDISP |
Writer for displaying the layout on the screen device. |
WriterDataGraphicsSVG |
Writer for layouts in SVG format (Scalable Vector Graphs, XML, W3C). |
WriterDataGraphicsVRML |
Writer for layouts in VRML format. |
WriterDataLAY |
Writer for layouts in text format. |
WriterDataRSF |
Writer for co-change graphs in RSF format. |