Uses of Class
SimplePicture

Uses of SimplePicture in
 

Subclasses of SimplePicture in Default Package
 class Picture
          A class that represents a picture.
 

Methods in Default Package 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 Default Package with parameters of type SimplePicture
SimplePicture(SimplePicture copyPicture)
          A Constructor that takes a picture to copy information from