gistoolkit.server.mapclient
Interface Drawer

All Known Implementing Classes:
BasicDrawer

public interface Drawer

Interface to allow drawers to modify the picture that is displayed to the user.

Author:
ithaqua

Method Summary
 void draw(java.awt.Graphics inGraphics, java.awt.Image inImage, int inWidth, int inHeight, java.awt.image.ImageObserver inImageObserver)
          Draw the image on the screen
 void setImagePanel(ImagePanel inImagePanel)
          Set the image panel in the drawer, so it can be affected
 

Method Detail

setImagePanel

public void setImagePanel(ImagePanel inImagePanel)
Set the image panel in the drawer, so it can be affected


draw

public void draw(java.awt.Graphics inGraphics,
                 java.awt.Image inImage,
                 int inWidth,
                 int inHeight,
                 java.awt.image.ImageObserver inImageObserver)
Draw the image on the screen