|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectccvisu.GraphVertex
public class GraphVertex
Represents a vertex of the graph, including name, id, and several attributes.
Field Summary | |
---|---|
java.awt.Color |
color
|
float |
degree
(Weighted) Edge degree of the vertex. |
int |
id
|
boolean |
isSource
True if the vertex is the source vertex of an edge. |
java.lang.String |
name
|
boolean |
showName
True if the name shall be annotated in the visualization. |
boolean |
showVertex
True if the vertex shall be displayed. |
Constructor Summary | |
---|---|
GraphVertex()
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.lang.String name
public int id
public boolean isSource
public float degree
public java.awt.Color color
public boolean showVertex
public boolean showName
Constructor Detail |
---|
public GraphVertex()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |