Uses of Class
img.SimplePicture

Packages that use SimplePicture
img   
 

Uses of SimplePicture in img
 

Subclasses of SimplePicture in img
 class Picture
          This class encapsulates a basic Picture component.
 

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