uchicago.src.sim.gui
Interface Moveable

All Known Implementing Classes:
DefaultDrawableNode, OvalNode, RectNode

public interface Moveable

Interface for those objects that can be dragged with the mouse on the display.

Version:
$Revision: 1.2 $ $Date: 2004/11/03 19:50:59 $

Method Summary
 void setX(int x)
           
 void setY(int y)
           
 

Method Detail

setX

public void setX(int x)

setY

public void setY(int y)