Uses of Class
img.PictureX

Uses of PictureX in img
 

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

Methods in img with parameters of type PictureX
 void PictureFrame.setPicture(PictureX picture)
          Method to set the picture to show in this picture frame
 

Constructors in img with parameters of type PictureX
PictureX(PictureX copyPicture)
          Constructs a picture that is a copy of the specified picture.