|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object edu.uci.ics.jung.graph.event.GraphEvent<V,E> edu.uci.ics.jung.graph.event.GraphEvent.Vertex<V,E>
public static class GraphEvent.Vertex<V,E>
An event type pertaining to graph vertices.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class edu.uci.ics.jung.graph.event.GraphEvent |
---|
GraphEvent.Edge<V,E>, GraphEvent.Type, GraphEvent.Vertex<V,E> |
Field Summary | |
---|---|
protected V |
vertex
|
Fields inherited from class edu.uci.ics.jung.graph.event.GraphEvent |
---|
source, type |
Constructor Summary | |
---|---|
GraphEvent.Vertex(Graph<V,E> source,
GraphEvent.Type type,
V vertex)
Creates a graph event for the specified graph, vertex, and type. |
Method Summary | |
---|---|
V |
getVertex()
Retrieves the vertex associated with this event. |
String |
toString()
|
Methods inherited from class edu.uci.ics.jung.graph.event.GraphEvent |
---|
getSource, getType |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected V vertex
Constructor Detail |
---|
public GraphEvent.Vertex(Graph<V,E> source, GraphEvent.Type type, V vertex)
Method Detail |
---|
public V getVertex()
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |