|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GraphEvent.Type | |
---|---|
edu.uci.ics.jung.graph.event | Support for generating events in response to graph actions, especially mutations. |
Uses of GraphEvent.Type in edu.uci.ics.jung.graph.event |
---|
Fields in edu.uci.ics.jung.graph.event declared as GraphEvent.Type | |
---|---|
protected GraphEvent.Type |
GraphEvent.type
|
Methods in edu.uci.ics.jung.graph.event that return GraphEvent.Type | |
---|---|
GraphEvent.Type |
GraphEvent.getType()
|
static GraphEvent.Type |
GraphEvent.Type.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static GraphEvent.Type[] |
GraphEvent.Type.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Constructors in edu.uci.ics.jung.graph.event with parameters of type GraphEvent.Type | |
---|---|
GraphEvent.Edge(Graph<V,E> source,
GraphEvent.Type type,
E edge)
|
|
GraphEvent.Vertex(Graph<V,E> source,
GraphEvent.Type type,
V vertex)
|
|
GraphEvent(Graph<V,E> source,
GraphEvent.Type type)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |