Uses of Class
org.gephi.graph.api.Origin
-
Packages that use Origin Package Description org.gephi.graph.api Complete API description, whereGraphModelis 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 OriginColumn. getOrigin()Returns the column's data origin.static OriginOrigin. 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 ColumnTable. addColumn(String id, Class type, Origin origin)Adds a new column to this table.ColumnTable. addColumn(String id, String title, Class type, Origin origin, Object defaultValue, boolean indexed)Adds a new column to this table.intTable. countColumns(Origin origin)Counts the columns of the given origin.
-