http://www.jpicedt.org

jpicedt.graphic.toolkit
Class ConvexZoneToolFactory.GenericConvexZoneTool

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.ConvexZoneToolFactory.GenericConvexZoneTool
All Implemented Interfaces:
KeyListener, EventListener, PEMouseInputListener
Enclosing class:
ConvexZoneToolFactory

protected class ConvexZoneToolFactory.GenericConvexZoneTool
extends ConvexZoneTool

Un outil de création de zone convexe


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
 
Method Summary
 void mousePressed(PEMouseEvent e)
          this default implementation simply stores the given mouse-event in lastMouseEvent field
 
Methods inherited from class jpicedt.graphic.toolkit.MouseTool
flush, getLastMouseEvent, init, keyPressed, keyReleased, mouseClicked, mouseDragged, mouseEntered, mouseExited, mouseMoved, 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
 

Method Detail

mousePressed

public void mousePressed(PEMouseEvent e)
Description copied from class: MouseTool
this default implementation simply stores the given mouse-event in lastMouseEvent field

Specified by:
mousePressed in interface PEMouseInputListener
Overrides:
mousePressed in class MouseTool

http://www.jpicedt.org

Submit a bug : syd@jpicedt.org