org.argouml.uml.diagram.static_structure.ui
Class FigFeature.SelectionFeature
java.lang.Object
|
+--Selection
|
+--org.argouml.uml.diagram.static_structure.ui.FigFeature.SelectionFeature
- Enclosing class:
- FigFeature
- private class FigFeature.SelectionFeature
- extends Selection
Method Summary |
void |
dragHandle(int mx,
int my,
int an_x,
int an_y,
Handle h)
Does nothing. |
void |
hitHandle(java.awt.Rectangle r,
Handle h)
Does nothing. |
void |
keyPressed(java.awt.event.KeyEvent e)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FigFeature.SelectionFeature
public FigFeature.SelectionFeature(Fig f)
- Constructor for SelectionFeature.
- Parameters:
f
-
dragHandle
public void dragHandle(int mx,
int my,
int an_x,
int an_y,
Handle h)
- Does nothing.
- See Also:
org.tigris.gef.base.Selection#dragHandle(int, int,
int, int, org.tigris.gef.presentation.Handle)
hitHandle
public void hitHandle(java.awt.Rectangle r,
Handle h)
- Does nothing.
- See Also:
org.tigris.gef.base.Selection#hitHandle(java.awt.Rectangle,
org.tigris.gef.presentation.Handle)
keyPressed
public void keyPressed(java.awt.event.KeyEvent e)
- See Also:
KeyListener.keyPressed(java.awt.event.KeyEvent)