Uses of Interface
org.gephi.graph.api.Table
-
Packages that use Table Package Description org.gephi.graph.api Complete API description, whereGraphModelis the entry point. -
-
Uses of Table in org.gephi.graph.api
Methods in org.gephi.graph.api that return Table Modifier and Type Method Description TableGraphModel. getEdgeTable()Returns the edge table.TableGraphModel. getNodeTable()Returns the node table.TableColumn. getTable()Returns the table this column belong to.TableElement. getTable()Returns the table the element is associated with.TableTableObserver. getTable()Gets the table this observer belongs to.Methods in org.gephi.graph.api with parameters of type Table Modifier and Type Method Description Index<Element>GraphModel. getElementIndex(Table table)Gets the node or edge index depending on the column provided.Index<Element>GraphModel. getElementIndex(Table table, GraphView view)Gets the node or edge index for the given graph view.
-