- Picture - Class in princeton.introcs
-
This class provides methods for manipulating individual pixels of an image.
- Picture(int, int) - Constructor for class princeton.introcs.Picture
-
Initializes a blank w-by-h picture, where each pixel is
black.
- Picture(Picture) - Constructor for class princeton.introcs.Picture
-
Initializes a new picture that is a deep copy of pic.
- Picture(String) - Constructor for class princeton.introcs.Picture
-
Initializes a picture by reading in a .png, .gif, or .jpg from the given
filename or URL name.
- Picture(File) - Constructor for class princeton.introcs.Picture
-
Initializes a picture by reading in a .png, .gif, or .jpg from a File.
- princeton.introcs - package princeton.introcs
-