Interface Layout

  • All Known Implementing Classes:
    DefaultLayout

    public interface Layout
    • Method Detail

      • getLocations

        java.util.Map<VertexRef,​Point> getLocations()
        Returns:
        Returns an immutable copy of the current list of locations
      • updateLocations

        void updateLocations​(java.util.Collection<VertexRef> displayVertices)