-
- All Implemented Interfaces:
public interface AdiFeature
-
-
Method Summary
Modifier and Type Method Description abstract void
setEnabled(@NonNull() Location endPoint)
* Enable rendering of the feature abstract void
setDisabled()
* Disable rendering of the feature -
-
Method Detail
-
setEnabled
abstract void setEnabled(@NonNull() Location endPoint)
* Enable rendering of the feature
- Parameters:
endPoint
- the endPoint location of the ADI line
-
setDisabled
abstract void setDisabled()
* Disable rendering of the feature
-
-
-
-