Class LayoutVertexPositionChange.GraphEvent<V>
- java.lang.Object
-
- org.jungrapht.visualization.layout.event.LayoutVertexPositionChange.Event<V>
-
- org.jungrapht.visualization.layout.event.LayoutVertexPositionChange.GraphEvent<V>
-
- Enclosing interface:
- LayoutVertexPositionChange
public static class LayoutVertexPositionChange.GraphEvent<V> extends LayoutVertexPositionChange.Event<V>
-
-
Field Summary
-
Fields inherited from class org.jungrapht.visualization.layout.event.LayoutVertexPositionChange.Event
location, vertex
-
-
Constructor Summary
Constructors Constructor Description GraphEvent(LayoutVertexPositionChange.Event<V> layoutEvent, org.jgrapht.Graph<V,?> graph)
GraphEvent(V vertex, org.jgrapht.Graph<V,?> graph, Point location)
-