Search in sources :

Example 16 with GraphElementsController

use of org.gephi.datalab.api.GraphElementsController in project gephi by gephi.

the class Settle method execute.

@Override
public void execute() {
    GraphElementsController gec = Lookup.getDefault().lookup(GraphElementsController.class);
    gec.setNodesFixed(nodes, true);
}
Also used : GraphElementsController(org.gephi.datalab.api.GraphElementsController)

Aggregations

GraphElementsController (org.gephi.datalab.api.GraphElementsController)16 Node (org.gephi.graph.api.Node)5 Column (org.gephi.graph.api.Column)4 Table (org.gephi.graph.api.Table)4 DataTablesController (org.gephi.datalab.api.datatables.DataTablesController)3 Edge (org.gephi.graph.api.Edge)3 Graph (org.gephi.graph.api.Graph)3 CsvReader (com.csvreader.CsvReader)2 FileInputStream (java.io.FileInputStream)2 FileNotFoundException (java.io.FileNotFoundException)2 IOException (java.io.IOException)2 HashMap (java.util.HashMap)2 SearchResult (org.gephi.datalab.api.SearchReplaceController.SearchResult)2 TimeFormat (org.gephi.graph.api.TimeFormat)2 DateTimeZone (org.joda.time.DateTimeZone)2 ArrayList (java.util.ArrayList)1 AddEdgeToGraph (org.gephi.datalab.plugin.manipulators.general.AddEdgeToGraph)1 NotifyDescriptor (org.openide.NotifyDescriptor)1