Class BasicGraphController

    • Constructor Detail

      • BasicGraphController

        public BasicGraphController()
        Create a new basic controller with default node and edge controllers.
    • Method Detail

      • initializeInteraction

        protected void initializeInteraction()
        Initialize all interaction on the graph pane. This method is called by the setGraphPane() method of the superclass. This initialization cannot be done in the constructor because the controller does not yet have a reference to its pane at that time.
        Specified by:
        initializeInteraction in class AbstractGraphController