kiyut.citra.canvas.tool
Class SelectionRectangleTool
java.lang.Object
kiyut.citra.canvas.tool.AbstractTool
kiyut.citra.canvas.tool.AbstractSelectionTool
kiyut.citra.canvas.tool.AbstractSelectionAreaTool
kiyut.citra.canvas.tool.SelectionRectangleTool
- All Implemented Interfaces:
- KeyListener, MouseListener, MouseMotionListener, EventListener, MouseInputListener, FXTool
public class SelectionRectangleTool
- extends AbstractSelectionAreaTool
Implementation of Rectangle Selection Tool
- Author:
- Kiyut
| Methods inherited from class kiyut.citra.canvas.tool.AbstractTool |
addToolListener, fireStateChanged, isEnabled, keyPressed, keyReleased, keyTyped, mouseClicked, mouseEntered, mouseExited, mouseMoved, registerInputListener, removeToolListener, setEnabled, unregisterInputListener |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SelectionRectangleTool
public SelectionRectangleTool()
createArea
protected Area createArea()
- Return area. This is called to get the initial shape area
Create Rectangle Area
- Specified by:
createArea in class AbstractSelectionAreaTool
- Returns:
- Area