Package | Description |
---|---|
lavesdk.algorithm.plugin.views | |
lavesdk.gui.widgets |
Modifier and Type | Method and Description |
---|---|
LegendItem |
LegendView.getItem(java.lang.String itemName)
Gets the legend item of a specific name.
|
Modifier and Type | Method and Description |
---|---|
void |
LegendView.add(LegendItem item)
Adds a new item to the legend view.
|
Modifier and Type | Method and Description |
---|---|
LegendItem |
Legend.getItem(java.lang.String itemName)
Gets the legend item of a specific name.
|
Modifier and Type | Method and Description |
---|---|
void |
Legend.add(LegendItem item)
Adds a new item to the legend.
|