A B C E F G H I J N P Q R S T V

G

Gamma - Class in com.meltingice.caman.filters
Applies a gamma adjustment to the image.
Gamma() - Constructor for class com.meltingice.caman.filters.Gamma
 
GaussianBlur - Class in com.meltingice.caman.filters
Applies a gaussian blur to the image.
GaussianBlur() - Constructor for class com.meltingice.caman.filters.GaussianBlur
 
getClassName(String) - Static method in class com.meltingice.caman.util.CamanUtil
Given an input string, format it to produce the class name for a filter.
getDestImage() - Method in class com.meltingice.caman.Image
Returns a writeable BufferedImage that is used to write the rendered image into.
getHeight() - Method in class com.meltingice.caman.Image
Gets the height of the image
getKernel() - Method in class com.meltingice.caman.CamanFilter
If making a filter that requires image convolution, this returns the kernel that will be applied to the image.
getKernel() - Method in class com.meltingice.caman.filters.GaussianBlur
 
getKernel() - Method in class com.meltingice.caman.filters.Sharpen
 
getParamDouble(int) - Method in class com.meltingice.caman.CamanFilter
Retrieves the specified param and forces it to be a double.
getParamInt(int) - Method in class com.meltingice.caman.CamanFilter
Retrieves the specified param and forces it to be an integer.
getPixel(int, int) - Method in class com.meltingice.caman.Image
 
getPixelRGB(int, int) - Method in class com.meltingice.caman.Image
Gets the RGB value of an arbitrary pixel in the image specified by pixel location.
getWidth() - Method in class com.meltingice.caman.Image
Gets the width of the image
Greyscale - Class in com.meltingice.caman.filters
Converts the image to an accurate greyscale representation.
Greyscale() - Constructor for class com.meltingice.caman.filters.Greyscale
 

A B C E F G H I J N P Q R S T V