javalib.worldimages
Class ImageMakerApplet

java.lang.Object
  extended by javalib.worldimages.ImageMaker
      extended by javalib.worldimages.ImageMakerApplet

public class ImageMakerApplet
extends ImageMaker

This class allows the user to read image data from a .png file and save it as a RenderedImage in the format that is used for the World when drawing on its WorldCanvas.

Since:
August 13 2012
Author:
Viera K. Proulx

Field Summary
 
Fields inherited from class javalib.worldimages.ImageMaker
canvasColorModel, cmodel, colorOp, height, image, imageSource, inputfile, loadedImages, width
 
Constructor Summary
ImageMakerApplet(String filename)
           
 
Method Summary
 
Methods inherited from class javalib.worldimages.ImageMaker
getColorPixel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageMakerApplet

public ImageMakerApplet(String filename)