A B C D E G H I L M P R S T U W Z

G

getAlpha() - Method in class img.Pixel
Method to get the amount of alpha (transparency) at this pixel.
getAverage() - Method in class img.Pixel
Method to get the average of the colors of this pixel
getBasicPixel(int, int) - Method in interface img.AbstractDigitalPicture
Returns the colour information about the specified pixel, as encoded in an int value.
getBasicPixel(int, int) - Method in class img.DigitalPicture
Returns the colour information about the specified pixel, as encoded in an int value.
getBlue() - Method in class img.Pixel
Method to get the amount of blue at this pixel.
getBlue(int) - Static method in class img.Pixel
Method to get the blue value from a pixel represented as an int
getBufferedImage() - Method in interface img.AbstractDigitalPicture
Returns the BufferedImage from the picture
getBufferedImage() - Method in class img.DigitalPicture
Returns the buffered image associated with this picture.
getColor() - Method in class img.Pixel
Method to get a color object that represents the color at this pixel.
getCurrentX() - Method in class img.ImageDisplay
Method to get the current x
getCurrentY() - Method in class img.ImageDisplay
Method to get the current y
getExtension() - Method in class img.DigitalPicture
Returns the extension of the filename used to create this picture (e.g., jpg or bmp), if one exists (otherwise, null is returned).
getFileName() - Method in interface img.AbstractDigitalPicture
Get the name of the file associated with this digital picture, if one exists.
getFileName() - Method in class img.DigitalPicture
Get the name of the file associated with this digital picture, if one exists.
getGraphics() - Method in class img.DigitalPicture
Returns the Graphics instance (encapsulates the graphics context for the platform upon which the virtual machine is running).
getGraphics2D() - Method in class img.DigitalPicture
Returns the Graphics2D instance (encapsulates the graphics context for the platform upon which the virtual machine is running).
getGreen() - Method in class img.Pixel
Method to get the amount of green at this pixel.
getGreen(int) - Static method in class img.Pixel
Method to get the green value from a pixel represented as an int
getHeight() - Method in interface img.AbstractDigitalPicture
Returns the height of this picture in pixels.
getHeight() - Method in class img.DigitalPicture
Returns the height of this picture in pixels.
getImage() - Method in interface img.AbstractDigitalPicture
Returns the Image from the picture
getImage() - Method in class img.DigitalPicture
Returns the Image from the picture
getImage() - Method in class img.ImageDisplay
Method to get the image
getPictureFrame() - Method in class img.DigitalPicture
Returns the PictureFrame object that associated with this picture (it may be null)
getPictureWithHeight(int) - Method in class img.DigitalPicture
Method to create a new picture of the passed height.
getPixel(int, int) - Method in interface img.AbstractDigitalPicture
Returns the Pixel object at the specified (x,y) coordinate.
getPixel(int, int) - Method in class img.DigitalPicture
Returns the Pixel object at the specified (x,y) coordinate.
getPixels() - Method in class img.DigitalPicture
Returns a one-dimensional array of Pixels for this picture
getPreferredScrollableViewportSize() - Method in class img.ImageDisplay
Method to return the preferred size
getRandomlyGeneratedArray() - Static method in class utility.UtilityClass
This method generates an array.
getRed() - Method in class img.Pixel
Method to get the amount of red at this pixel.
getRed(int) - Static method in class img.Pixel
Method to get the red value from a pixel represented as an int
getScrollableBlockIncrement(Rectangle, int, int) - Method in class img.ImageDisplay
Method to return the block increment for scrolling
getScrollableTracksViewportHeight() - Method in class img.ImageDisplay
Method to check if the viewport height is the source height
getScrollableTracksViewportWidth() - Method in class img.ImageDisplay
Method to check if the viewport width is the source width
getScrollableUnitIncrement(Rectangle, int, int) - Method in class img.ImageDisplay
Method to return the unit increment for scrolling
getTitle() - Method in interface img.AbstractDigitalPicture
Get the string that encapsulates the title that is associated with this digital picture.
getTitle() - Method in class img.DigitalPicture
Get the string that encapsulates the title that is associated with this digital picture.
getTranslationEnclosingRectangle(AffineTransform) - Method in class img.DigitalPicture
Method to get the coordinates of the enclosing rectangle after this transformation is applied to the current picture
getWidth() - Method in interface img.AbstractDigitalPicture
Returns the width of this picture in pixels.
getWidth() - Method in class img.DigitalPicture
Returns the width of this picture in pixels.
getX() - Method in class img.Pixel
Method to get the x location of this pixel.
getY() - Method in class img.Pixel
Method to get the y location of this pixel.

A B C D E G H I L M P R S T U W Z