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.
|
ManipulateTest |
Tests some image manipulations.
|
MyPixelTest |
Use this file to test your implementation of Pixel.
|
MyTest |
This file tests the various image manipulations on the default
image (a view of Positano, Italy).
|
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 |
The purpose of this assignment is to (re-) acquaint you with Java.
|