Uses of Class
img.SimplePicture

Uses of SimplePicture in img
 

Subclasses of SimplePicture in img
 class Picture
          Picture class from Guzdial and Ericson with explanatory comments enhanced by sdc@cs.albany.edu A class that represents a picture.
 

Methods in img with parameters of type SimplePicture
 void SimplePicture.copyPicture(SimplePicture sourcePicture)
          Method that will copy all of the passed source picture into the current picture object
 

Constructors in img with parameters of type SimplePicture
SimplePicture(SimplePicture copyPicture)
          A Constructor that takes a picture to copy information from