Uses of Class
img.PictureFrame

Packages that use PictureFrame
img   
 

Uses of PictureFrame in img
 

Methods in img that return PictureFrame
 PictureFrame DigitalPicture.getPictureFrame()
          Returns the PictureFrame object that associated with this picture (it may be null)
 

Methods in img with parameters of type PictureFrame
 void DigitalPicture.setPictureFrame(PictureFrame pictureFrame)
          Set the passed PictureFrame object to be associated with this picture.