Uses of Class
org.gephi.graph.api.Origin
-
Packages that use Origin Package Description org.gephi.graph.api Complete API description, whereGraphModel
is the entry point. -
-
Uses of Origin in org.gephi.graph.api
Methods in org.gephi.graph.api that return Origin Modifier and Type Method Description Origin
Column. getOrigin()
Returns the column's data origin.static Origin
Origin. valueOf(String name)
Returns the enum constant of this type with the specified name.static Origin[]
Origin. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.gephi.graph.api with parameters of type Origin Modifier and Type Method Description Column
Table. addColumn(String id, Class type, Origin origin)
Adds a new column to this table.Column
Table. addColumn(String id, String title, Class type, Origin origin, Object defaultValue, boolean indexed)
Adds a new column to this table.int
Table. countColumns(Origin origin)
Counts the columns of the given origin.
-