-
- All Implemented Interfaces:
public interface AutoZoomController
Interface for controlling auto zoom feature
-
-
Method Summary
Modifier and Type Method Description abstract Unit
setAutoZoomMode(AutoZoomMode value)
Set the auto zoom mode. -
-
Method Detail
-
setAutoZoomMode
abstract Unit setAutoZoomMode(AutoZoomMode value)
Set the auto zoom mode. Can be AutoZoomMode.ON, AutoZoomMode.OFF or AutoZoomMode.FORCE Disabled by default.
-
-
-
-