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