Package ccvisu

Class Summary
CCVisu Main class of the CCVisu package.
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).
GraphVertex Represents a vertex of the graph, including name, id, and several attributes.
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.
Verbosity Represents the verbosity level.
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.