jpicedt.graphic.toolkit
Class InConvexZoneTrimTool
java.lang.Object
java.awt.event.KeyAdapter
jpicedt.graphic.toolkit.MouseTool
jpicedt.graphic.toolkit.ConvexZoneTool
jpicedt.graphic.toolkit.InConvexZoneTrimTool
- All Implemented Interfaces:
- KeyListener, EventListener, PEMouseInputListener
public class InConvexZoneTrimTool
- extends ConvexZoneTool
Method Summary |
Cursor |
getCursor()
|
void |
init()
called when this tool is being activated in the hosting
editor kit ; this is mainly for mousetools that need to do some initialization work
before any mouse-event occurs. |
Methods inherited from class jpicedt.graphic.toolkit.MouseTool |
flush, getLastMouseEvent, keyPressed, keyReleased, mouseClicked, mouseDragged, mouseEntered, mouseExited, mouseMoved, mousePressed, mouseReleased, paint, processKeyEvent |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InConvexZoneTrimTool
public InConvexZoneTrimTool(EditorKit kit,
ConvexZoneGroup target)
getCursor
public Cursor getCursor()
init
public void init()
- Description copied from class:
MouseTool
- called when this tool is being activated in the hosting
editor kit ; this is mainly for mousetools that need to do some initialization work
before any mouse-event occurs.
- Overrides:
init
in class MouseTool
Submit a bug : syd@jpicedt.org