Interface VertexExpansionListener


public interface VertexExpansionListener
A listener to know when a vertex has been told to expand
  • Method Details

    • toggleIncomingVertices

      void toggleIncomingVertices(VisualVertex v)
      Show or hide those vertices that are on incoming edges to v
      Parameters:
      v - the vertex
    • toggleOutgoingVertices

      void toggleOutgoingVertices(VisualVertex v)
      Show or hide those vertices that are on outgoing edges to v
      Parameters:
      v - the vertex