Package | Description |
---|---|
lavesdk.algorithm.plugin.views | |
lavesdk.algorithm.plugin.views.custom |
Modifier and Type | Method and Description |
---|---|
CustomVisualObject |
GraphView.getVisualObject(int index)
Gets the custom visual object at the given index.
|
Modifier and Type | Method and Description |
---|---|
void |
GraphView.addVisualObject(CustomVisualObject cvo)
Adds a new custom visual object to the graph view.
|
void |
GraphView.removeVisualObject(CustomVisualObject cvo)
Removes a custom visal object from the graph view.
|
Modifier and Type | Class and Description |
---|---|
class |
CustomVisualFormula
Represents a formula (latex expression) that can be displayed in a
GraphView . |
class |
CustomVisualText
Represents a text that can be displayed in a
GraphView . |