Interface DrawingHandler.ToolHandler

  • All Known Implementing Classes:
    BaseToolHandler, DeleteToolHandler
    Enclosing class:
    DrawingHandler<T extends android.view.View & ZoomableSharingView>

    public static interface DrawingHandler.ToolHandler
    Interface for whiteboard tool handlers - objects responsible for assembling shapes based on user touch points. Client should not use/create object of this interface.
    • Method Detail

      • drawShape

        void drawShape​(java.util.List<Point> points,
                       int action)
      • endDrawingShape

        void endDrawingShape​(java.util.List<Point> points)
      • toolChanged

        void toolChanged​(DrawingTool drawingTool)