Package 

Class AutoZoomDebugInfoView

  • All Implemented Interfaces:

    
    public final class AutoZoomDebugInfoView
    
                        

    This class is used to display debug information about the auto zoom

    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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 offset
        y - the popup's y location offset
      • dismiss

        @UiThread() final Unit dismiss(TnAutoZoomController tnAutoZoomController)

        It unsubscribes the auto-zoom info listener from the auto-zoom controller and hides the popup window.

        Parameters:
        tnAutoZoomController - The TnAutoZoomController instance that you want to dismiss the popup for.