http://www.jpicedt.org

jpicedt.graphic.toolkit
Class InConvexZoneTrimTool

java.lang.Object
  extended by java.awt.event.KeyAdapter
      extended by jpicedt.graphic.toolkit.MouseTool
          extended by jpicedt.graphic.toolkit.ConvexZoneTool
              extended by jpicedt.graphic.toolkit.InConvexZoneTrimTool
All Implemented Interfaces:
KeyListener, EventListener, PEMouseInputListener

public class InConvexZoneTrimTool
extends ConvexZoneTool


Nested Class Summary
 
Nested classes/interfaces inherited from class jpicedt.graphic.toolkit.MouseTool
MouseTool.MouseToolType
 
Field Summary
 
Fields inherited from class jpicedt.graphic.toolkit.MouseTool
lastMouseEvent, mouseOutside
 
Constructor Summary
InConvexZoneTrimTool(EditorKit kit, ConvexZoneGroup target)
           
 
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.awt.event.KeyAdapter
keyTyped
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InConvexZoneTrimTool

public InConvexZoneTrimTool(EditorKit kit,
                            ConvexZoneGroup target)
Method Detail

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

http://www.jpicedt.org

Submit a bug : syd@jpicedt.org