Documentation of 'CH.ifa.draw.figures.ScribbleTool' Java class
ScribbleTool
CH.ifa.draw.figures

Class ScribbleTool

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void activate()
      Activates the tool for the given view.
      void deactivate()
      Deactivates the tool.
      void mouseDown(java.awt.event.MouseEvent e, int x, int y)
      Handles mouse down events in the drawing view.
      void mouseDrag(java.awt.event.MouseEvent e, int x, int y)
      Handles mouse drag events in the drawing view.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • activate

        public void activate()
        Description copied from class: AbstractTool
        Activates the tool for the given view. This method is called whenever the user switches to this tool. Use this method to reinitialize a tool.
        Specified by:
        activate in interface Tool
        Overrides:
        activate in class AbstractTool
      • deactivate

        public void deactivate()
        Description copied from class: AbstractTool
        Deactivates the tool. This method is called whenever the user switches to another tool. Use this method to do some clean-up when the tool is switched. Subclassers should always call super.deactivate.
        Specified by:
        deactivate in interface Tool
        Overrides:
        deactivate in class AbstractTool
      • mouseDown

        public void mouseDown(java.awt.event.MouseEvent e,
                              int x,
                              int y)
        Description copied from class: AbstractTool
        Handles mouse down events in the drawing view.
        Specified by:
        mouseDown in interface Tool
        Overrides:
        mouseDown in class AbstractTool
      • mouseDrag

        public void mouseDrag(java.awt.event.MouseEvent e,
                              int x,
                              int y)
        Description copied from class: AbstractTool
        Handles mouse drag events in the drawing view.
        Specified by:
        mouseDrag in interface Tool
        Overrides:
        mouseDrag in class AbstractTool

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.