|
|||||||||
| 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 | |
|---|---|
boolean |
auxiliary
True if the vertex shall never be included in the visualization. |
java.awt.Color |
color
|
float |
degree
(Weighted) Edge degree of the vertex. |
boolean |
fixedPos
True if the position of this node should not be changed by the layouter. |
boolean |
hasSelfLoop
True if the vertex is reflexive and a self loop should be drawn. |
int |
id
|
boolean |
isSource
True if the vertex is the source vertex of an edge. |
java.lang.String |
name
|
Position |
pos
Position of this vertex. |
boolean |
showName
True if the name shall be annotated in the visualization. |
boolean |
showVertex
True if the vertex shall be displayed. |
| Constructor Summary | |
|---|---|
GraphVertex()
|
|
| 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 showName
public boolean showVertex
public boolean auxiliary
public boolean fixedPos
public boolean hasSelfLoop
public Position pos
| Constructor Detail |
|---|
public GraphVertex()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||