Interface LayoutVertexPositionChange
-
public interface LayoutVertexPositionChange
Event support to indicate that a Vertex's position has changed. The jung-visualization spatial data structures will consume this event and re-insert the vertex or edge. The event payload is a single vertex and its (possibly new) Point location.- Author:
- Tom Nelson
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
LayoutVertexPositionChange.Event<V>
Event payload.static class
LayoutVertexPositionChange.GraphEvent<V>
static interface
LayoutVertexPositionChange.Listener<V>
implemented by consumers for this event modelstatic interface
LayoutVertexPositionChange.Producer<V>
indicates support for this event modelstatic interface
LayoutVertexPositionChange.Support<V>
method signatures required for producers of this event modelstatic class
LayoutVertexPositionChange.SupportImpl<V>
implementations of support for this event model
-