- get(int) - Method in class PointQueue
-
Get an element from the queue.
- getBitmap() - Method in class PixelPicture
-
Gets a bitmap (i.e., matrix of pixels) of the image.
- getBlue() - Method in class Pixel
-
Accessor for the blue component of the pixel.
- getComponents() - Method in class Pixel
-
Accessor for the pixel's components as an array of 3 integers, where
index 0 is red, index 1 is green, and index 2 is blue.
- getGreen() - Method in class Pixel
-
Accessor for the green component of the pixel.
- getHeight() - Method in class PixelPicture
-
Get the height of the image.
- getRed() - Method in class Pixel
-
Accessor for the red component of the pixel.
- getSortedPixels() - Method in class ColorMap
-
Get an array of the pixels in the map sorted by frequency.
- getValue(Pixel) - Method in class ColorMap
-
Retrieves the frequency with which a pixel was used.
- getWidth() - Method in class PixelPicture
-
Get the width of the image.
- grayScaleAverage(PixelPicture) - Static method in class SimpleManipulations
-
Transform a colored picture to its grayscale equivalent using an averaging
algorithm.
- grayScaleLuminosity(PixelPicture) - Static method in class SimpleManipulations
-
Transforms a picture to its GrayScale equivalent using the luminosity
algorithm.
- GREEN - Static variable in class Pixel
-
The Pixel
representing the RGB color green.
- GUI - Class in <Unnamed>
-
The graphical user interface for the Pennstagram project.
- GUI() - Constructor for class GUI
-