Class GraphActionContext

    • Method Detail

      • getGraph

        public AttributedGraph getGraph()
        Returns the graph
        Returns:
        the graph
      • getSelectedVertices

        public java.util.Set<AttributedVertex> getSelectedVertices()
        Returns the set of selectedVertices in the graph
        Returns:
        the set of selectedVertices in the graph
      • getFocusedVertex

        public AttributedVertex getFocusedVertex()
        Returns the focused vertex (similar concept to the cursor in a text document)
        Returns:
        the focused vertex