Uses of Class
img.DigitalPicture

Uses of DigitalPicture in img
 

Methods in img that return DigitalPicture
 DigitalPicture DigitalPicture.getPictureWithHeight(int height)
          Method to create a new picture of the passed height.
 

Methods in img with parameters of type DigitalPicture
 void DigitalPicture.copyPicture(DigitalPicture sourcePicture)
          Causes all attributes of this object to be copied from the passed source picture.
 

Constructors in img with parameters of type DigitalPicture
DigitalPicture(DigitalPicture copyPicture)
          Constructs a new instance of this class that has the same state as the passed instance.