|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectccvisu.GraphData
public class GraphData
Contains the representation of a graph. This class is a collection of the data structures needed for layout and transformation processing.
Field Summary | |
---|---|
java.util.Vector<GraphEdgeInt> |
edges
Edges of type GraphEdgeInt. |
java.util.Map<java.lang.String,GraphVertex> |
nameToVertex
Maps a vertex name to a GraphVertex. |
float[][] |
pos
Layout. |
java.util.Vector<GraphVertex> |
vertices
Maps a vertex id to a GraphVertex. |
Constructor Summary | |
---|---|
GraphData()
Constructor. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.util.Vector<GraphVertex> vertices
public java.util.Map<java.lang.String,GraphVertex> nameToVertex
public java.util.Vector<GraphEdgeInt> edges
public float[][] pos
Constructor Detail |
---|
public GraphData()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |