Uses of Class
yops.Image

Uses of Image in yops
 

Methods in yops that return Image
 Image BasicGraphicsPanel.getMainImage()
          Gets the background image of this graphics panel.
 

Methods in yops with parameters of type Image
 void Image.copy(Image destination)
          Copies this Image into the given destination image.
 void Image.copy(int srcX, int srcY, int width, int height, Image destination)
          Copies a rectangular potion of this image into the given destination image.
 void Image.copy(int srcX, int srcY, int width, int height, Image destination, int destX, int destY)
          Copies a rectangular potion of this image into the given destination image.
 

Constructors in yops with parameters of type Image
Image(Image img, int x, int y, int width, int height)
          Creates a new Image by copying a rectangular region from the main image of the given Image.