- Photograph - Class in cmsc131PhotoLibrary
-
A photograph to be used in a photo editing application.
- Photograph(int, int) - Constructor for class cmsc131PhotoLibrary.Photograph
-
Create a blank photo of a specified size.
- PhotoSystem - Class in cmsc131PhotoLibrary
-
Manages photo editing system.
- PhotoSystem() - Constructor for class cmsc131PhotoLibrary.PhotoSystem
-
- pickFile(String) - Static method in class cmsc131PhotoLibrary.PhotoSystem
-
- Pixel - Class in cmsc131PhotoLibrary
-
An immutable class representing a single pixel found in a photograph.
- Pixel(int, int, int) - Constructor for class cmsc131PhotoLibrary.Pixel
-
Create a new Pixel object by specifying the levels of red, green, and blue
colors present.