-
- All Implemented Interfaces:
public final class AutoZoomDebugInfoView
This class is used to display debug information about the auto zoom
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
AutoZoomDebugInfoView.Companion
-
Constructor Summary
Constructors Constructor Description AutoZoomDebugInfoView(Context context, PopUpParams popUpParams, TextParams textParams)
-
Method Summary
Modifier and Type Method Description final Unit
showAutoZoomDebugInfo(Boolean status, Integer x, Integer y, TnAutoZoomController tnAutoZoomController)
Display the autozoom inforamtion content view in a popup window at the specified location. final Unit
dismiss(TnAutoZoomController tnAutoZoomController)
It unsubscribes the auto-zoom info listener from the auto-zoom controller and hides the popup window. -
-
Constructor Detail
-
AutoZoomDebugInfoView
AutoZoomDebugInfoView(Context context, PopUpParams popUpParams, TextParams textParams)
-
-
Method Detail
-
showAutoZoomDebugInfo
final Unit showAutoZoomDebugInfo(Boolean status, Integer x, Integer y, TnAutoZoomController tnAutoZoomController)
Display the autozoom inforamtion content view in a popup window at the specified location.
Important: using only for debugging.
- Parameters:
status
- if set true auto-zoom info will be shown, otherwise hiden.x
- the popup's x location offsety
- the popup's y location offset
-
-
-
-