public interface ISelectableMetadataProvider3D extends IMetadataProvider3D
Modifier and Type | Method and Description |
---|---|
void |
deselectAll()
Deselects all points
|
void |
performSelection(boolean isSelected,
int vertexId)
Sets the isSelected flag for specified vertex
|
void |
performSelection(int vertexId)
Switch the isSelected flag for specified vertex (e.g.
|
onDataSeriesDrasticallyChanged
void performSelection(boolean isSelected, int vertexId)
isSelected
- The isSelected value to setvertexId
- The vertex id to set isSelected forvoid performSelection(int vertexId)
vertexId
- The vertex id to set isSelected forvoid deselectAll()