| Package | Description |
|---|---|
| org.gephi.graph.api |
Complete API description, where
GraphModel is the entry point. |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and 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.
|
Copyright © 2013–2015. All rights reserved.