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