Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
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.
DigitalPicture
getBasicPixel(int, int)
- Method in class img.
SimplePicture
Method to return the pixel value as an int for the given x and y location
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.
DigitalPicture
getBufferedImage()
- Method in class img.
SimplePicture
Method to get the buffered image
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.
SimplePicture
Method to get the extension for this picture
getFileName()
- Method in interface img.
DigitalPicture
getFileName()
- Method in class img.
SimplePicture
Method to get the file name associated with the picture
getGraphics()
- Method in class img.
SimplePicture
Method to get a graphics object for this picture to use to draw on
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.
DigitalPicture
getHeight()
- Method in class img.
SimplePicture
Method to get the height of the picture in pixels
getImage()
- Method in interface img.
DigitalPicture
getImage()
- Method in class img.
ImageDisplay
Method to get the image
getImage()
- Method in class img.
SimplePicture
Method to get an image from the picture
getPictureFrame()
- Method in class img.
SimplePicture
Method to get the picture frame for the picture
getPictureWithHeight(int)
- Method in class img.
SimplePicture
Method to create a new picture of the passed height.
getPixel(int, int)
- Method in interface img.
DigitalPicture
getPixel(int, int)
- Method in class img.
SimplePicture
Method to get a pixel object for the given x and y location
getPixels()
- Method in class img.
SimplePicture
Method to get a one-dimensional array of Pixels for this simple 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.
DigitalPicture
getTitle()
- Method in class img.
SimplePicture
Method to get the title of the picture
getTranslationEnclosingRectangle(AffineTransform)
- Method in class img.
SimplePicture
Method to get the coordinates of the enclosing rectangle after this transformation is applied to the current picture
getWidth()
- Method in interface img.
DigitalPicture
getWidth()
- Method in class img.
SimplePicture
Method to get the width of the 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.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
G
H
I
L
M
P
R
S
T
U
W
Z