Package | Description |
---|---|
lavesdk.algorithm.plugin.views |
Modifier and Type | Method and Description |
---|---|
GraphView.SelectionType |
GraphView.getSelectionType()
Gets the selection type of the graph indicating which objects (vertices and edges) a user can select.
|
static GraphView.SelectionType |
GraphView.SelectionType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GraphView.SelectionType[] |
GraphView.SelectionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
GraphView.setSelectionType(GraphView.SelectionType type)
Sets the selection type of the graph indicating which objects (vertices and edges) a user can select.
|