Package | Description |
---|---|
lavesdk.algorithm.plugin.views |
Modifier and Type | Class and Description |
---|---|
static class |
GraphView.CustomString
Represents a string that can be displayed in the graph view.
|
Modifier and Type | Method and Description |
---|---|
GraphView.CustomObject |
GraphView.getCustomObject(int index)
Gets the custom object at the given index.
|
Modifier and Type | Method and Description |
---|---|
void |
GraphView.addCustomObject(GraphView.CustomObject obj)
Adds a new custom object to the graph view.
|
void |
GraphView.removeCustomObject(GraphView.CustomObject obj)
Removes a custom object from the graph view.
|