Uses of Class
funworld.ImageMaker

Uses of ImageMaker in funworld
 

Methods in funworld with parameters of type ImageMaker
 void CanvasPanel.drawImage(ImageMaker imread, int x, int y)
          Draw the image from the .png file that has been read by the given ImageMaker.
 boolean Canvas.drawImage(ImageMaker image, geometry.Posn nw)
          Draw the image provided by the ImageMaker on the Canvas at the given NW corner
 void CanvasPanel.drawImagePixels(ImageMaker imread, int x, int y)
          Draw the image from the .png file that has been read by the given ImageMaker.