-
- All Implemented Interfaces:
public interface Feature
-
-
Method Summary
Modifier and Type Method Description abstract Unit
setEnabled()
abstract Unit
setDisabled()
-
-
Method Detail
-
setEnabled
abstract Unit setEnabled()
Enable rendering of the feature
-
setDisabled
abstract Unit setDisabled()
Disable rendering of the feature
-
-
-
-