- 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
-
gets the blue component
- getComponents() - Method in class Pixel
-
get the components as an array of three integers
- getGreen() - Method in class Pixel
-
gets the green component
- getHeight() - Method in class PixelPicture
-
Get the height of the image.
- getRed() - Method in class Pixel
-
gets the red component
- 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
-
- GUI - Class in <Unnamed>
-
The graphical user interface for the Pennstagram project.
- GUI() - Constructor for class GUI
-