Uses of Class
img.Picture

Packages that use Picture
img   
 

Uses of Picture in img
 

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

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

Constructors in img with parameters of type Picture
Picture(Picture copyPicture)
          Whoops, yet another! Constructor that takes a picture and creates a copy of that picture