uchicago.src.sim.gui
Interface Zoomable

All Known Implementing Classes:
Network2DDisplay

public interface Zoomable


Method Summary
 void endZoom()
           
 void startZoom(int x, int y, int width, int height)
           
 

Method Detail

startZoom

void startZoom(int x,
               int y,
               int width,
               int height)

endZoom

void endZoom()