org.argouml.uml.diagram.ui
Class SelectionMoveClarifiers

java.lang.Object
  |
  +--org.tigris.gef.base.Selection
        |
        +--org.tigris.gef.base.SelectionMove
              |
              +--org.argouml.uml.diagram.ui.SelectionMoveClarifiers
All Implemented Interfaces:
java.util.EventListener, java.awt.event.KeyListener, java.awt.event.MouseListener, java.awt.event.MouseMotionListener, java.io.Serializable

public class SelectionMoveClarifiers
extends org.tigris.gef.base.SelectionMove

See Also:
Serialized Form

Fields inherited from class org.tigris.gef.base.SelectionMove
BORDER_WIDTH
 
Fields inherited from class org.tigris.gef.base.Selection
_content, HAND_SIZE
 
Constructor Summary
SelectionMoveClarifiers(org.tigris.gef.presentation.Fig f)
          Construct a new SelectionMoveClarifiers for the given Fig
 
Method Summary
 void paint(java.awt.Graphics g)
          Paint the handles at the four corners and midway along each edge of the bounding box.
 
Methods inherited from class org.tigris.gef.base.SelectionMove
dragHandle, hitHandle
 
Methods inherited from class org.tigris.gef.base.Selection
contains, contains, contains, damage, delete, dispose, endTrans, getBounds, getContent, getContentBounds, getLocation, getLocked, hit, hitHandle, keyPressed, keyReleased, keyTyped, mouseClicked, mouseDragged, mouseEntered, mouseExited, mouseMoved, mousePressed, mouseReleased, print, reorder, setcontent, startTrans, stuffBounds, translate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelectionMoveClarifiers

public SelectionMoveClarifiers(org.tigris.gef.presentation.Fig f)
Construct a new SelectionMoveClarifiers for the given Fig
Method Detail

paint

public void paint(java.awt.Graphics g)
Paint the handles at the four corners and midway along each edge of the bounding box.
Overrides:
paint in class org.tigris.gef.base.SelectionMove


ArgoUML (c) 1996-2002
ArgoUML Project Home
ArgoUML Cookbook