Class AbstractPointTool

    • Constructor Detail

      • AbstractPointTool

        public AbstractPointTool()
        Creates a new instance of AbstractPointTool
    • Method Detail

      • paint

        public void paint​(Graphics2D g2d)
        Description copied from interface: Tool
        Invoked by canvas to draw tool.
        Specified by:
        paint in interface Tool
        Overrides:
        paint in class AbstractTool
        Parameters:
        g2d - the Graphics2D context in which to paint
      • endTool

        public void endTool()
        Description copied from interface: Tool
        Invoked when the tool is ended
        Specified by:
        endTool in interface Tool
        Overrides:
        endTool in class AbstractTool