uci.uml.visual
Class SelectionEdgeClarifiers

java.lang.Object
  |
  +--uci.gef.Selection
        |
        +--uci.gef.SelectionReshape
              |
              +--uci.uml.visual.SelectionEdgeClarifiers

public class SelectionEdgeClarifiers
extends SelectionReshape

See Also:
Serialized Form

Fields inherited from class uci.gef.SelectionReshape
_selectedHandle
 
Fields inherited from class uci.gef.Selection
_content, BORDER_WIDTH, HAND_SIZE
 
Constructor Summary
SelectionEdgeClarifiers(Fig f)
          Construct a new SelectionEdgeClarifiers for the given Fig
 
Method Summary
 void paint(Graphics g)
          Paint the handles at the four corners and midway along each edge of the bounding box.
 
Methods inherited from class uci.gef.SelectionReshape
dragHandle, hitHandle, keyPressed, keyReleased, keyTyped
 
Methods inherited from class uci.gef.Selection
contains, contains, contains, damage, delete, dispose, endTrans, getBounds, getContent, getContentBounds, getLocation, getLocked, hit, hitHandle, 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

SelectionEdgeClarifiers

public SelectionEdgeClarifiers(Fig f)
Construct a new SelectionEdgeClarifiers for the given Fig
Method Detail

paint

public void paint(Graphics g)
Paint the handles at the four corners and midway along each edge of the bounding box.
Overrides:
paint in class SelectionReshape