Class GraphControllerImpl

    • Constructor Detail

      • GraphControllerImpl

        public GraphControllerImpl()
    • Method Detail

      • getGraphModel

        public org.gephi.graph.api.GraphModel getGraphModel()
        Description copied from interface: GraphController
        Returns the graph model for the current workspace, or null if project is empty.
        Specified by:
        getGraphModel in interface GraphController
        Returns:
        the current graph model
      • getGraphModel

        public org.gephi.graph.api.GraphModel getGraphModel​(org.gephi.project.api.Workspace workspace)
        Description copied from interface: GraphController
        Returns the graph model for the given workspace.
        Specified by:
        getGraphModel in interface GraphController
        Parameters:
        workspace - the workspace that graph model is to be returned
        Returns:
        the workspace's graph model
      • newGraphModel

        private org.gephi.graph.api.GraphModel newGraphModel​(org.gephi.project.api.Workspace workspace)