Uses of Class
ccvisu.GraphVertex

Uses of GraphVertex in ccvisu
 

Fields in ccvisu with type parameters of type GraphVertex
 java.util.Map<java.lang.String,GraphVertex> GraphData.nameToVertex
          Maps a vertex name to a GraphVertex.
private  java.util.List<GraphVertex> Group.nodes
          list of int representing the index of nodes in the GraphData
private  java.util.Set<GraphVertex> DisplayCriteria.undoList
           
 java.util.List<GraphVertex> GraphData.vertices
          Maps a vertex id to a GraphVertex.
 

Methods in ccvisu that return types with arguments of type GraphVertex
 java.util.List<GraphVertex> Group.getNodes()
           
 java.util.Iterator<GraphVertex> Group.iterator()
          return an iterator on the index of the cluster's nodes
 

Methods in ccvisu with parameters of type GraphVertex
 void Group.addNode_WO_COLOR(GraphVertex vertex)
          add the node that corresponds to the index-th node in graph(GraphData) without changing his color function used only to assign to default cluster at begining
 void Group.addNode(GraphVertex vertex)
          add the given node to the cluster
 void Marker.mark(GraphVertex vertex)
          Special marking for certain vertices by setting attributes of the vertex, e.g., color and showName.
 void MarkerScript.mark(GraphVertex vertex)
          Special marking for certain vertices by setting attributes of the vertex
 void Group.removeNode(GraphVertex vertex)
          remove from cluster the given node
private  boolean DisplayCriteria.vertexPredicate(GraphVertex v, int filterType)
           
 void WriterDataGraphicsSVG.writeVertex(GraphVertex curVertex, int xPos, int yPos, int zPos, int radius)
          Writes a vertex in SVG format.
 void WriterDataGraphicsDISP.writeVertex(GraphVertex curVertex, int xPos, int yPos, int zPos, int radius)
          Writes a vertex on screen.
 void WriterDataGraphicsVRML.writeVertex(GraphVertex curVertex, int xPos, int yPos, int zPos, int radius)
          Writes a vertex in VRML format.
abstract  void WriterDataGraphics.writeVertex(GraphVertex curVertex, int xPos, int yPos, int zPos, int radius)
          Writes a vertex.
 

Method parameters in ccvisu with type arguments of type GraphVertex
static Position Position.max(java.util.Collection<GraphVertex> pCollection)
           
static Position Position.min(java.util.Collection<GraphVertex> pCollection)
           
 void DisplayCriteria.resetUndoList(java.util.Collection<GraphVertex> vertices)
          Keeps the track of currently visible vertices in case later an "undo" operation is performed to restore the changes made by this instance
 void DisplayCriteria.resetView(java.util.List<GraphVertex> vertices)
          Resets the vertex display filter (Undo filtering).
 void WriterDataGraphicsVRML.writeGraphicsLayout(java.util.List<GraphVertex> pVertices, java.util.List<GraphEdge> pEdges, int size)
          Write graphics layout.
 void WriterDataGraphics.writeGraphicsLayout(java.util.List<GraphVertex> pVertices, java.util.List<GraphEdge> pEdges, int pSize)
          Write graphics layout.