Uses of Enum Class
edu.uci.ics.jung.graph.event.GraphEvent.Type
Packages that use GraphEvent.Type
Package
Description
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.TypeMethods in edu.uci.ics.jung.graph.event that return GraphEvent.TypeModifier and TypeMethodDescriptionGraphEvent.getType()static GraphEvent.TypeReturns the enum constant of this class with the specified name.static GraphEvent.Type[]GraphEvent.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in edu.uci.ics.jung.graph.event with parameters of type GraphEvent.TypeModifierConstructorDescriptionCreates a graph event for the specified graph, edge, and type.GraphEvent(Graph<V, E> source, GraphEvent.Type type) Creates an instance with the specifiedsourcegraph andType(vertex/edge addition/removal).Creates a graph event for the specified graph, vertex, and type.