Uses of Interface
img.DigitalPicture

Uses of DigitalPicture in img
 

Classes in img that implement DigitalPicture
 class Picture
          Picture class from Guzdial and Ericson with explanatory comments enhanced by sdc@cs.albany.edu A class that represents a picture.
 class SimplePicture
          A class that represents a simple picture.
 

Constructors in img with parameters of type DigitalPicture
PictureExplorer(DigitalPicture picture)
          Public constructor
PictureFrame(DigitalPicture picture)
          A constructor that takes a picture to display
Pixel(DigitalPicture 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