Uses of Class
ccvisu.GraphData

Uses of GraphData in ccvisu
 

Fields in ccvisu declared as GraphData
 GraphData Options.graph
           
private  GraphData MinimizerBarnesHut.graph
          The graph that this layout is computed for.
private static GraphData Group.graph
          pointer to the data
protected  GraphData WriterData.graph
          Graph representation.
 GraphData Options.initialLayout
           
 

Methods in ccvisu that return GraphData
 GraphData WriterDataGraphicsDISP.getGraphData()
          Gets the local graph representation (layout).
 

Methods in ccvisu with parameters of type GraphData
 void DisplayCriteria.filterEdges(GraphData gr, int filterType, boolean onlyVisibles)
          Makes visible all the incident vertices of those edges which satisfy the edge filtering predicate along with all the incident edges of these vertices.
 void DisplayCriteria.filterVertices(GraphData gr, int filterType, boolean onlyVisibles)
          Makes all the vertices invisible except those that satisfy the filtering predicate.
 void DisplayCriteria.init(GraphData gr)
           
static void Group.init(WriterDataGraphicsDISP writer, GraphData graph)
          initialize Data common to all clusters
private  void ReaderDataGraph.initializeGraph(GraphData pGraph)
          Reads the graph data from list of string edges (see class comment).
 void ReaderDataLAY.read(GraphData graph)
          Reads the layout data from stream reader in, in text format LAY.
 void ReaderDataGraph.read(GraphData pGraph)
          Reads the graph data from stream reader in.
abstract  void ReaderData.read(GraphData graph)
          Reads the graph or layout data from stream reader in.
 void WriterDataGraphicsDISP.setGraphData(GraphData layout)
          Sets the local graph representation (layout) to a new value.
 

Constructors in ccvisu with parameters of type GraphData
DisplayCriteria(GraphData gr)
           
DisplayCriteria(GraphData gr, java.awt.Color addedVertexCol, java.awt.Color removedVertexCol, java.awt.Color unchangedVertexCol, java.awt.Color addedEdgeCol, java.awt.Color removedEdgeCol, java.awt.Color unchangedEdgeCol)
           
WriterData(java.io.PrintWriter pOut, GraphData pGraph)
          Constructor.
WriterDataGraphics(java.io.PrintWriter out, GraphData graph, Options options)
          Constructor.
WriterDataGraphicsDISP(java.io.PrintWriter out, GraphData graph, Options opt)
          Constructor.
WriterDataGraphicsSVG(java.io.PrintWriter out, GraphData graph, Options opt)
          Constructor.
WriterDataGraphicsVRML(java.io.PrintWriter out, GraphData graph, Options opt)
          Constructor.
WriterDataLAY(java.io.PrintWriter out, GraphData graph)
           
WriterDataRSF(java.io.PrintWriter out, GraphData graph)