public interface IDisplayablePointsView
Modifier and Type | Method and Description |
---|---|
void |
addDisplayablePointsDetection(DisplayablePointsDetection displayablePoints)
Sets the points detection that should be presented next.
|
void |
setDisplayablePointsDetection(DisplayablePointsDetection displayablePoints)
Displays given points detection and clears previously displayed content.
|
@AnyThread void addDisplayablePointsDetection(@Nullable DisplayablePointsDetection displayablePoints)
displayablePoints
- the points detection that should be presented next.@AnyThread void setDisplayablePointsDetection(@Nullable DisplayablePointsDetection displayablePoints)
displayablePoints
- the points detection that should be displayed.