Class | Description |
---|---|
AdvancedManipulations | |
ColorMap |
This is a data structure that helps keep track of the frequency with which
pixels of specific colors occur.
|
Effects |
This class defines the top-level image effects found on
the right-hand side of the GUI.
|
GUI |
The graphical user interface for the Pennstagram project.
|
Pixel |
A point of color.
|
PixelPicture |
An image represented by a 2D array of Pixels.
|
PointQueue |
This is an implementation of a Queue in Java that uses a built-in data
structure about which we haven't learned yet.
|
SimpleManipulations |