C D E F G H L M P R S T W 

C

copyArray(RGBAPixel[][]) - Static method in class RGBAPixel
Perform a deep copy of a two-dimensional RGBAPixel array.

D

DEFAULT_COLOR_SHIFT - Static variable in class Transform
Default amount to shift colors by.
DEFAULT_POSITION_SHIFT - Static variable in class Transform
Default amount to shift an image's position.
DEFAULT_RESIZE_AMOUNT - Static variable in class Transform
The default resize factor.
diffArrays(RGBAPixel[][], RGBAPixel[][]) - Static method in class RGBAPixel
Testing helper function to explain differences between two arrays.

E

equals(Object) - Method in class RGBAPixel
 
expandHorizontal(RGBAPixel[][], int) - Static method in class Transform
Expand in the horizontal axis around the image center.
expandVertical(RGBAPixel[][], int) - Static method in class Transform
Expand in the vertical axis around the image center.

F

flipHorizontal(RGBAPixel[][]) - Static method in class Transform
Flip the image on the horizontal axis across its center.
flipVertical(RGBAPixel[][]) - Static method in class Transform
Flip the image on the vertical axis across its center.
fromIntArray(int[][]) - Static method in class RGBAPixel
Convert an array of ints to an array of RGBAPixels.

G

getAlpha() - Method in class RGBAPixel
Get this pixel's alpha value.
getBlue() - Method in class RGBAPixel
Get this pixel's blue value.
getData() - Method in class RGBAPixel
Return the data for this pixel as an int.
getFillValue() - Static method in class RGBAPixel
Return a new copied fill value.
getGreen() - Method in class RGBAPixel
Get this pixel's green value.
getRed() - Method in class RGBAPixel
Get this pixel's red value.
greenScreen(RGBAPixel[][]) - Static method in class Transform
Remove a green screen mask from an image.

H

hashCode() - Method in class RGBAPixel
 

L

lessAlpha(RGBAPixel[][], int) - Static method in class Transform
Decrease the image alpha channel value.
lessBlue(RGBAPixel[][], int) - Static method in class Transform
Remove blue from the image.
lessGreen(RGBAPixel[][], int) - Static method in class Transform
Remove green from the image.
lessRed(RGBAPixel[][], int) - Static method in class Transform
Remove red from the image.

M

main(String[]) - Static method in class WebServer
Start the transformation web server.
moreAlpha(RGBAPixel[][], int) - Static method in class Transform
Increase the image alpha channel value.
moreBlue(RGBAPixel[][], int) - Static method in class Transform
Add blue to the image.
moreGreen(RGBAPixel[][], int) - Static method in class Transform
Add green to the image.
moreRed(RGBAPixel[][], int) - Static method in class Transform
Add red to the image.
mystery(RGBAPixel[][]) - Static method in class Transform
A wild and mysterious image transform.

P

printArray(RGBAPixel[][]) - Static method in class RGBAPixel
Nicely format an two-dimensional array of RGBAPixels.

R

RGBAPixel - Class in <Unnamed>
Class representing a RGBA pixel.
RGBAPixel(byte, byte, byte, byte) - Constructor for class RGBAPixel
Complete constructor for the RGBA pixel class.
RGBAPixel(int) - Constructor for class RGBAPixel
Constructor for the RGBAPixel class that uses a single int.
RGBAPixel(int, int, int, int) - Constructor for class RGBAPixel
Complete constructor for the RGBA pixel class.
RGBAPixel(RGBAPixel) - Constructor for class RGBAPixel
Copy constructor for the RGBA pixel class.
rotateLeft(RGBAPixel[][]) - Static method in class Transform
Rotate the image left by 90 degrees around its center.
rotateRight(RGBAPixel[][]) - Static method in class Transform
Rotate the image right by 90 degrees around its center.

S

setAlpha(int) - Method in class RGBAPixel
Set this pixel's alpha value.
setBlue(int) - Method in class RGBAPixel
Set this pixel's blue value.
setGreen(int) - Method in class RGBAPixel
Set this pixel's green value.
setRed(int) - Method in class RGBAPixel
Set this pixel's red value.
shiftDown(RGBAPixel[][], int) - Static method in class Transform
Shift the image down by the specified amount.
shiftLeft(RGBAPixel[][], int) - Static method in class Transform
Shift the image left by the specified amount.
shiftRight(RGBAPixel[][], int) - Static method in class Transform
Shift the image right by the specified amount.
shiftUp(RGBAPixel[][], int) - Static method in class Transform
Shift the image up by the specified amount.
shrinkHorizontal(RGBAPixel[][], int) - Static method in class Transform
Shrink in the horizontal axis around the image center.
shrinkVertical(RGBAPixel[][], int) - Static method in class Transform
Shrink in the vertical axis around the image center.

T

toIntArray(RGBAPixel[][]) - Static method in class RGBAPixel
Convert an array of RGBAPixels to an array of ints.
toString() - Method in class RGBAPixel
 
Transform - Class in <Unnamed>
A class that runs implements several simple transformations on 2D image arrays.
Transform() - Constructor for class Transform
 

W

WebServer - Class in <Unnamed>
A class that runs a small web server which calls your image transformation functions.
WebServer() - Constructor for class WebServer
 
C D E F G H L M P R S T W 
Skip navigation links