drawImage

public abstract void drawImage(int x, int y, Image image)

Draw an image to the map. The image will be clipped if necessary.

Parameters

x

The x coordinate of the image.

y

The y coordinate of the image.

image

The Image to draw.