Uses of Interface
img.AbstractDigitalPicture

Packages that use AbstractDigitalPicture
img   
 

Uses of AbstractDigitalPicture in img
 

Classes in img that implement AbstractDigitalPicture
 class DigitalPicture
          This class encapsulates a digital picture, which can be created from a file name, from another image, or from a width and height specification.
 

Methods in img with parameters of type AbstractDigitalPicture
 void PictureFrame.setPicture(AbstractDigitalPicture picture)
          Set the digital picture to be shown in the this picture frame
 

Constructors in img with parameters of type AbstractDigitalPicture
PictureExplorer(AbstractDigitalPicture picture)
          Public constructor
PictureFrame(AbstractDigitalPicture picture)
          Constructs a PictureFrame for the passed DigitalPicture object.
Pixel(AbstractDigitalPicture picture, int x, int y)
          A constructor that take the x and y location for the pixel and the picture the pixel is coming from