Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- abort() - Method in class com.twelvemonkeys.image.BufferedImageFactory
-
Aborts the image production.
- AbstractImageSource - Class in com.twelvemonkeys.image
-
AbstractImageSource
- AbstractImageSource() - Constructor for class com.twelvemonkeys.image.AbstractImageSource
- accelerate(Image) - Static method in class com.twelvemonkeys.image.ImageUtil
-
Tries to use H/W-accelerated code for an image for display purposes.
- accelerate(Image, GraphicsConfiguration) - Static method in class com.twelvemonkeys.image.ImageUtil
-
Tries to use H/W-accelerated code for an image for display purposes.
- addConsumer(ImageConsumer) - Method in class com.twelvemonkeys.image.AbstractImageSource
- addProgressListener(BufferedImageFactory.ProgressListener) - Method in class com.twelvemonkeys.image.BufferedImageFactory
-
Adds a progress listener to this factory.
- AffineTransformOp - Class in com.twelvemonkeys.image
-
This is a drop-in replacement for
AffineTransformOp
. - AffineTransformOp(AffineTransform, int) - Constructor for class com.twelvemonkeys.image.AffineTransformOp
- AffineTransformOp(AffineTransform, RenderingHints) - Constructor for class com.twelvemonkeys.image.AffineTransformOp
- AreaAverageOp - Class in com.twelvemonkeys.image
-
AreaAverageOp
- AreaAverageOp(int, int) - Constructor for class com.twelvemonkeys.image.AreaAverageOp
B
- blend(Color, Color) - Static method in class com.twelvemonkeys.image.ImageUtil
-
Blends two colors half and half, to create a tone in between.
- blend(Color, Color, float) - Static method in class com.twelvemonkeys.image.ImageUtil
-
Blends two colors, controlled by the blending factor.
- blur(BufferedImage) - Static method in class com.twelvemonkeys.image.ImageUtil
-
Creates a blurred version of the given image.
- blur(BufferedImage, float) - Static method in class com.twelvemonkeys.image.ImageUtil
-
Creates a blurred version of the given image.
- brightness(Image, float) - Static method in class com.twelvemonkeys.image.ImageUtil
-
Changes the brightness of the original image.
- BrightnessContrastFilter - Class in com.twelvemonkeys.image
-
Adjusts the contrast and brightness of an image.
- BrightnessContrastFilter() - Constructor for class com.twelvemonkeys.image.BrightnessContrastFilter
-
Creates a BrightnessContrastFilter with default values (
brightness=0.3, contrast=0.3
). - BrightnessContrastFilter(float, float) - Constructor for class com.twelvemonkeys.image.BrightnessContrastFilter
-
Creates a BrightnessContrastFilter with the given values for brightness and contrast.
- BufferedImageFactory - Class in com.twelvemonkeys.image
-
A faster, lighter and easier way to convert an
Image
to aBufferedImage
than using aPixelGrabber
. - BufferedImageFactory(Image) - Constructor for class com.twelvemonkeys.image.BufferedImageFactory
-
Creates a
BufferedImageFactory
. - BufferedImageFactory(ImageProducer) - Constructor for class com.twelvemonkeys.image.BufferedImageFactory
-
Creates a
BufferedImageFactory
. - BufferedImageFactory.ProgressListener - Interface in com.twelvemonkeys.image
-
This interface allows clients of a
BufferedImageFactory
to receive notifications of decoding progress. - BufferedImageIcon - Class in com.twelvemonkeys.image
-
An
Icon
implementation backed by aBufferedImage
. - BufferedImageIcon(BufferedImage) - Constructor for class com.twelvemonkeys.image.BufferedImageIcon
- BufferedImageIcon(BufferedImage, int, int) - Constructor for class com.twelvemonkeys.image.BufferedImageIcon
- BufferedImageIcon(BufferedImage, int, int, boolean) - Constructor for class com.twelvemonkeys.image.BufferedImageIcon
C
- COLOR_SELECTION_DEFAULT - Static variable in class com.twelvemonkeys.image.ImageUtil
-
Default color selection
- COLOR_SELECTION_FAST - Static variable in class com.twelvemonkeys.image.ImageUtil
-
Prioritize speed
- COLOR_SELECTION_QUALITY - Static variable in class com.twelvemonkeys.image.ImageUtil
-
Prioritize quality
- com.twelvemonkeys.image - package com.twelvemonkeys.image
-
Classes for image manipulation.
- contrast(Image) - Static method in class com.twelvemonkeys.image.ImageUtil
-
Adds contrast
- contrast(Image, float) - Static method in class com.twelvemonkeys.image.ImageUtil
-
Changes the contrast of the image
- convolve(BufferedImage, Kernel, int) - Static method in class com.twelvemonkeys.image.ImageUtil
-
Convolves an image, using a convolution matrix.
- ConvolveWithEdgeOp - Class in com.twelvemonkeys.image
-
This class implements a convolution from the source to the destination.
- ConvolveWithEdgeOp(Kernel) - Constructor for class com.twelvemonkeys.image.ConvolveWithEdgeOp
- ConvolveWithEdgeOp(Kernel, int, RenderingHints) - Constructor for class com.twelvemonkeys.image.ConvolveWithEdgeOp
- CopyDither - Class in com.twelvemonkeys.image
-
This BufferedImageOp simply copies pixels, converting to a
IndexColorModel
. - CopyDither() - Constructor for class com.twelvemonkeys.image.CopyDither
-
Creates a
CopyDither
, with no fixedIndexColorModel
. - CopyDither(IndexColorModel) - Constructor for class com.twelvemonkeys.image.CopyDither
-
Creates a
CopyDither
, using the givenIndexColorModel
for dithering into. - create(Image, int, int) - Static method in class com.twelvemonkeys.image.InverseColorMapIndexColorModel
-
Creates an
IndexColorModel
optimized for the givenImage
. - createClear(int, int, int, Color) - Static method in class com.twelvemonkeys.image.ImageUtil
-
Creates a clear image with the given background color.
- createClear(int, int, Color) - Static method in class com.twelvemonkeys.image.ImageUtil
-
Creates a clear image with the given background color.
- createCompatibleDestImage(BufferedImage, ColorModel) - Method in class com.twelvemonkeys.image.AffineTransformOp
- createCompatibleDestImage(BufferedImage, ColorModel) - Method in class com.twelvemonkeys.image.AreaAverageOp
- createCompatibleDestImage(BufferedImage, ColorModel) - Method in class com.twelvemonkeys.image.ConvolveWithEdgeOp
- createCompatibleDestImage(BufferedImage, ColorModel) - Method in class com.twelvemonkeys.image.CopyDither
-
Creates a compatible
BufferedImage
to dither into. - createCompatibleDestImage(BufferedImage, ColorModel) - Method in class com.twelvemonkeys.image.DiffusionDither
-
Creates a compatible
BufferedImage
to dither into. - createCompatibleDestImage(BufferedImage, ColorModel) - Method in class com.twelvemonkeys.image.PixelizeOp
- createCompatibleDestImage(BufferedImage, ColorModel) - Method in class com.twelvemonkeys.image.ResampleOp
- createCompatibleDestRaster(Raster) - Method in class com.twelvemonkeys.image.AffineTransformOp
- createCompatibleDestRaster(Raster) - Method in class com.twelvemonkeys.image.AreaAverageOp
- createCompatibleDestRaster(Raster) - Method in class com.twelvemonkeys.image.ConvolveWithEdgeOp
- createCompatibleDestRaster(Raster) - Method in class com.twelvemonkeys.image.CopyDither
-
Creates a compatible
Raster
to dither into. - createCompatibleDestRaster(Raster) - Method in class com.twelvemonkeys.image.DiffusionDither
-
Creates a compatible
Raster
to dither into. - createCompatibleDestRaster(Raster) - Method in class com.twelvemonkeys.image.PixelizeOp
- createCompatibleDestRaster(Raster, IndexColorModel) - Method in class com.twelvemonkeys.image.CopyDither
- createCompatibleDestRaster(Raster, IndexColorModel) - Method in class com.twelvemonkeys.image.DiffusionDither
-
Creates a compatible
Raster
to dither into. - createCopy(BufferedImage) - Static method in class com.twelvemonkeys.image.ImageUtil
-
Creates a deep copy of the given image.
- createFlipped(Image, int) - Static method in class com.twelvemonkeys.image.ImageUtil
-
Creates a flipped version of the given image.
- createIndexColorModel(PixelPacket[], boolean) - Static method in class com.twelvemonkeys.image.MagickUtil
-
Creates an
IndexColorModel
from an array ofPixelPacket
s. - createIndexed(Image) - Static method in class com.twelvemonkeys.image.ImageUtil
-
Creates an indexed version of the given image (a
BufferedImage
with anIndexColorModel
. - createIndexed(Image, int, Color, int) - Static method in class com.twelvemonkeys.image.ImageUtil
-
Creates an indexed version of the given image (a
BufferedImage
with anIndexColorModel
. - createIndexed(Image, IndexColorModel, Color, int) - Static method in class com.twelvemonkeys.image.ImageUtil
-
Creates an indexed version of the given image (a
BufferedImage
with anIndexColorModel
. - createIndexed(Image, Image, Color, int) - Static method in class com.twelvemonkeys.image.ImageUtil
-
Creates an indexed version of the given image (a
BufferedImage
with anIndexColorModel
. - createResampled(BufferedImage, int, int, int) - Static method in class com.twelvemonkeys.image.ImageUtil
-
Creates a scaled instance of the given
BufferedImage
. - createResampled(RenderedImage, int, int, int) - Static method in class com.twelvemonkeys.image.ImageUtil
-
Creates a scaled instance of the given
RenderedImage
, and converts it to aBufferedImage
if needed. - createResampled(Image, int, int, int) - Static method in class com.twelvemonkeys.image.ImageUtil
-
Creates a scaled instance of the given
Image
, and converts it to aBufferedImage
if needed. - createRotated(Image, double) - Static method in class com.twelvemonkeys.image.ImageUtil
-
Rotates the image to the given angle.
- createRotated(Image, int) - Static method in class com.twelvemonkeys.image.ImageUtil
-
Rotates the image 90 degrees, clockwise (aka "rotate right"), counter-clockwise (aka "rotate left") or 180 degrees, depending on the
pDirection
argument. - createScaled(Image, int, int, int) - Static method in class com.twelvemonkeys.image.ImageUtil
-
Creates a scaled instance of the given
Image
, and converts it to aBufferedImage
if needed. - createTranslucent(Color, int) - Static method in class com.twelvemonkeys.image.ImageUtil
-
Creates a translucent version of the given color.
- createTransparent(int, int) - Static method in class com.twelvemonkeys.image.ImageUtil
-
Creates a transparent image.
- createTransparent(int, int, int) - Static method in class com.twelvemonkeys.image.ImageUtil
-
Creates a transparent image.
D
- DiffusionDither - Class in com.twelvemonkeys.image
-
This
BufferedImageOp/RasterOp
implements basic Floyd-Steinberg error-diffusion algorithm for dithering. - DiffusionDither() - Constructor for class com.twelvemonkeys.image.DiffusionDither
-
Creates a
DiffusionDither
, with no fixedIndexColorModel
. - DiffusionDither(IndexColorModel) - Constructor for class com.twelvemonkeys.image.DiffusionDither
-
Creates a
DiffusionDither
, using the givenIndexColorModel
for dithering into. - dispose() - Method in class com.twelvemonkeys.image.BufferedImageFactory
-
Frees resources used by this
BufferedImageFactory
. - DITHER_DEFAULT - Static variable in class com.twelvemonkeys.image.ImageUtil
-
Java default dither
- DITHER_DIFFUSION - Static variable in class com.twelvemonkeys.image.ImageUtil
-
Error diffusion dither
- DITHER_DIFFUSION_ALTSCANS - Static variable in class com.twelvemonkeys.image.ImageUtil
-
Error diffusion dither with alternating scans
- DITHER_NONE - Static variable in class com.twelvemonkeys.image.ImageUtil
-
No dither
E
- EDGE_NO_OP - Static variable in class com.twelvemonkeys.image.ConvolveWithEdgeOp
-
Alias for
ConvolveOp.EDGE_NO_OP
. - EDGE_NO_OP - Static variable in class com.twelvemonkeys.image.ImageUtil
-
Alias for
ConvolveOp.EDGE_NO_OP
. - EDGE_REFLECT - Static variable in class com.twelvemonkeys.image.ConvolveWithEdgeOp
-
Adds a border to the image while convolving.
- EDGE_REFLECT - Static variable in class com.twelvemonkeys.image.ImageUtil
-
Adds a border to the image while convolving.
- EDGE_WRAP - Static variable in class com.twelvemonkeys.image.ConvolveWithEdgeOp
-
Adds a border to the image while convolving.
- EDGE_WRAP - Static variable in class com.twelvemonkeys.image.ImageUtil
-
Adds a border to the image while convolving.
- EDGE_ZERO_FILL - Static variable in class com.twelvemonkeys.image.ConvolveWithEdgeOp
-
Alias for
ConvolveOp.EDGE_ZERO_FILL
. - EDGE_ZERO_FILL - Static variable in class com.twelvemonkeys.image.ImageUtil
-
Alias for
ConvolveOp.EDGE_ZERO_FILL
. - enableAA(Graphics) - Static method in class com.twelvemonkeys.image.GraphicsUtil
-
Enables anti-aliasing in the
Graphics
object.
F
- filter(BufferedImage, BufferedImage) - Method in class com.twelvemonkeys.image.AffineTransformOp
- filter(BufferedImage, BufferedImage) - Method in class com.twelvemonkeys.image.AreaAverageOp
- filter(BufferedImage, BufferedImage) - Method in class com.twelvemonkeys.image.ConvolveWithEdgeOp
- filter(BufferedImage, BufferedImage) - Method in class com.twelvemonkeys.image.CopyDither
-
Performs a single-input/single-output dither operation, applying basic Floyd-Steinberg error-diffusion to the image.
- filter(BufferedImage, BufferedImage) - Method in class com.twelvemonkeys.image.DiffusionDither
-
Performs a single-input/single-output dither operation, applying basic Floyd-Steinberg error-diffusion to the image.
- filter(BufferedImage, BufferedImage) - Method in class com.twelvemonkeys.image.PixelizeOp
- filter(BufferedImage, BufferedImage) - Method in class com.twelvemonkeys.image.ResampleOp
-
Re-samples (scales) the image to the size, and using the algorithm specified in the constructor.
- filter(Raster, WritableRaster) - Method in class com.twelvemonkeys.image.AffineTransformOp
- filter(Raster, WritableRaster) - Method in class com.twelvemonkeys.image.AreaAverageOp
- filter(Raster, WritableRaster) - Method in class com.twelvemonkeys.image.ConvolveWithEdgeOp
- filter(Raster, WritableRaster) - Method in class com.twelvemonkeys.image.CopyDither
-
Performs a single-input/single-output dither operation, applying basic Floyd-Steinberg error-diffusion to the image.
- filter(Raster, WritableRaster) - Method in class com.twelvemonkeys.image.DiffusionDither
-
Performs a single-input/single-output dither operation, applying basic Floyd-Steinberg error-diffusion to the image.
- filter(Raster, WritableRaster) - Method in class com.twelvemonkeys.image.PixelizeOp
- filter(Raster, WritableRaster, IndexColorModel) - Method in class com.twelvemonkeys.image.CopyDither
-
Performs a single-input/single-output pixel copy operation.
- filter(Raster, WritableRaster, IndexColorModel) - Method in class com.twelvemonkeys.image.DiffusionDither
-
Performs a single-input/single-output dither operation, applying basic Floyd-Steinberg error-diffusion to the image.
- filter(Image, ImageFilter) - Static method in class com.twelvemonkeys.image.ImageUtil
-
Filters an image, using the given
ImageFilter
. - FILTER_BLACKMAN - Static variable in class com.twelvemonkeys.image.ResampleOp
-
Blackman interpolation..
- FILTER_BLACKMAN_BESSEL - Static variable in class com.twelvemonkeys.image.ResampleOp
-
Blackman-Bessel interpolation.
- FILTER_BLACKMAN_SINC - Static variable in class com.twelvemonkeys.image.ResampleOp
-
Blackman-Sinc interpolation.
- FILTER_BOX - Static variable in class com.twelvemonkeys.image.ResampleOp
-
Box interpolation.
- FILTER_CATROM - Static variable in class com.twelvemonkeys.image.ResampleOp
-
Catrom interpolation.
- FILTER_CUBIC - Static variable in class com.twelvemonkeys.image.ResampleOp
-
Cubic interpolation.
- FILTER_GAUSSIAN - Static variable in class com.twelvemonkeys.image.ResampleOp
-
Gaussian interpolation.
- FILTER_HAMMING - Static variable in class com.twelvemonkeys.image.ResampleOp
-
Hamming interpolation.
- FILTER_HANNING - Static variable in class com.twelvemonkeys.image.ResampleOp
-
Hanning interpolation.
- FILTER_HERMITE - Static variable in class com.twelvemonkeys.image.ResampleOp
-
Hermite interpolation.
- FILTER_LANCZOS - Static variable in class com.twelvemonkeys.image.ResampleOp
-
Lanczos interpolation.
- FILTER_MITCHELL - Static variable in class com.twelvemonkeys.image.ResampleOp
-
Mitchell interpolation.
- FILTER_POINT - Static variable in class com.twelvemonkeys.image.ResampleOp
-
Point interpolation (also known as "nearest neighbour").
- FILTER_QUADRATIC - Static variable in class com.twelvemonkeys.image.ResampleOp
-
Quadratic interpolation.
- FILTER_TRIANGLE - Static variable in class com.twelvemonkeys.image.ResampleOp
-
Triangle interpolation (also known as "linear" or "bilinear").
- FILTER_UNDEFINED - Static variable in class com.twelvemonkeys.image.ResampleOp
-
Undefined interpolation, filter method will use default filter.
- filterRGB(int, int, int) - Method in class com.twelvemonkeys.image.BrightnessContrastFilter
-
Filters one pixel, adjusting brightness and contrast according to this filter.
- filterRGB(int, int, int) - Method in class com.twelvemonkeys.image.GrayFilter
-
Filters one pixel using ITU color-conversion.
- FLIP_HORIZONTAL - Static variable in class com.twelvemonkeys.image.ImageUtil
- FLIP_VERTICAL - Static variable in class com.twelvemonkeys.image.ImageUtil
G
- getBounds2D(BufferedImage) - Method in class com.twelvemonkeys.image.AffineTransformOp
- getBounds2D(BufferedImage) - Method in class com.twelvemonkeys.image.AreaAverageOp
- getBounds2D(BufferedImage) - Method in class com.twelvemonkeys.image.ConvolveWithEdgeOp
- getBounds2D(BufferedImage) - Method in class com.twelvemonkeys.image.CopyDither
-
Returns the bounding box of the filtered destination image.
- getBounds2D(BufferedImage) - Method in class com.twelvemonkeys.image.DiffusionDither
-
Returns the bounding box of the filtered destination image.
- getBounds2D(BufferedImage) - Method in class com.twelvemonkeys.image.PixelizeOp
- getBounds2D(BufferedImage) - Method in class com.twelvemonkeys.image.ResampleOp
- getBounds2D(Raster) - Method in class com.twelvemonkeys.image.AffineTransformOp
- getBounds2D(Raster) - Method in class com.twelvemonkeys.image.AreaAverageOp
- getBounds2D(Raster) - Method in class com.twelvemonkeys.image.ConvolveWithEdgeOp
- getBounds2D(Raster) - Method in class com.twelvemonkeys.image.CopyDither
-
Returns the bounding box of the filtered destination Raster.
- getBounds2D(Raster) - Method in class com.twelvemonkeys.image.DiffusionDither
-
Returns the bounding box of the filtered destination Raster.
- getBounds2D(Raster) - Method in class com.twelvemonkeys.image.PixelizeOp
- getBufferedImage() - Method in class com.twelvemonkeys.image.BufferedImageFactory
-
Returns the
BufferedImage
extracted from the givenImageSource
. - getColorModel() - Method in class com.twelvemonkeys.image.BufferedImageFactory
-
Returns the
ColorModel
extracted from the givenImageSource
. - getDataElements(int, Object) - Method in class com.twelvemonkeys.image.InverseColorMapIndexColorModel
-
Returns a data element array representation of a pixel in this ColorModel, given an integer pixel representation in the default RGB color model.
- getDataElements(int, Object) - Method in class com.twelvemonkeys.image.MonochromeColorModel
- getEdgeCondition() - Method in class com.twelvemonkeys.image.ConvolveWithEdgeOp
-
Returns the edge condition.
- getFilterType() - Method in class com.twelvemonkeys.image.ResampleOp
-
Returns the current filter type constant.
- getHeight(Image) - Static method in class com.twelvemonkeys.image.ImageUtil
-
Gets the height of an Image.
- getIconHeight() - Method in class com.twelvemonkeys.image.BufferedImageIcon
- getIconWidth() - Method in class com.twelvemonkeys.image.BufferedImageIcon
- getIndexColorModel(Image, int, int) - Static method in class com.twelvemonkeys.image.ImageUtil
-
Extracts an
IndexColorModel
from the given image. - getInstance() - Static method in class com.twelvemonkeys.image.MonochromeColorModel
- getKernel() - Method in class com.twelvemonkeys.image.ConvolveWithEdgeOp
- getPoint2D(Point2D, Point2D) - Method in class com.twelvemonkeys.image.AffineTransformOp
- getPoint2D(Point2D, Point2D) - Method in class com.twelvemonkeys.image.AreaAverageOp
- getPoint2D(Point2D, Point2D) - Method in class com.twelvemonkeys.image.ConvolveWithEdgeOp
- getPoint2D(Point2D, Point2D) - Method in class com.twelvemonkeys.image.CopyDither
-
Returns the location of the destination point given a point in the source.
- getPoint2D(Point2D, Point2D) - Method in class com.twelvemonkeys.image.DiffusionDither
-
Returns the location of the destination point given a point in the source.
- getPoint2D(Point2D, Point2D) - Method in class com.twelvemonkeys.image.PixelizeOp
- getPoint2D(Point2D, Point2D) - Method in class com.twelvemonkeys.image.ResampleOp
- getRenderingHints() - Method in class com.twelvemonkeys.image.AffineTransformOp
- getRenderingHints() - Method in class com.twelvemonkeys.image.AreaAverageOp
- getRenderingHints() - Method in class com.twelvemonkeys.image.ConvolveWithEdgeOp
- getRenderingHints() - Method in class com.twelvemonkeys.image.CopyDither
-
Returns the rendering mHints for this op.
- getRenderingHints() - Method in class com.twelvemonkeys.image.DiffusionDither
-
Returns the rendering mHints for this op.
- getRenderingHints() - Method in class com.twelvemonkeys.image.PixelizeOp
- getRenderingHints() - Method in class com.twelvemonkeys.image.ResampleOp
- getSourceRegion() - Method in class com.twelvemonkeys.image.AreaAverageOp
- getSourceRegion() - Method in class com.twelvemonkeys.image.PixelizeOp
- getWidth(Image) - Static method in class com.twelvemonkeys.image.ImageUtil
-
Gets the width of an Image.
- GraphicsUtil - Class in com.twelvemonkeys.image
-
GraphicsUtil
- GraphicsUtil() - Constructor for class com.twelvemonkeys.image.GraphicsUtil
- GrayColorModel - Class in com.twelvemonkeys.image
-
This class represents a 256 color fixed grayscale IndexColorModel.
- GrayColorModel() - Constructor for class com.twelvemonkeys.image.GrayColorModel
- GrayFilter - Class in com.twelvemonkeys.image
-
This class can convert a color image to grayscale.
- GrayFilter() - Constructor for class com.twelvemonkeys.image.GrayFilter
-
Constructs a GrayFilter using ITU color-conversion.
- GrayFilter(float, float) - Constructor for class com.twelvemonkeys.image.GrayFilter
-
Constructs a GrayFilter using ITU color-conversion, and a dynamic range between pLow and pHigh.
- GrayFilter(int, int) - Constructor for class com.twelvemonkeys.image.GrayFilter
-
Constructs a GrayFilter using ITU color-conversion, and a dynamic range between pLow and pHigh.
- grayscale(Image) - Static method in class com.twelvemonkeys.image.ImageUtil
-
Converts an image to grayscale.
H
- hasTransparentPixels(RenderedImage, boolean) - Static method in class com.twelvemonkeys.image.ImageUtil
-
Tests whether the image has any transparent or semi-transparent pixels.
- height - Variable in class com.twelvemonkeys.image.AbstractImageSource
I
- IDENTITY_TRANSFORM - Static variable in class com.twelvemonkeys.image.ImageUtil
- ImageConversionException - Exception in com.twelvemonkeys.image
-
This class wraps IllegalArgumentException, and is thrown by the ImageUtil class, when trying to convert images read from
null
-sources etc. - ImageConversionException(String) - Constructor for exception com.twelvemonkeys.image.ImageConversionException
- ImageConversionException(String, Throwable) - Constructor for exception com.twelvemonkeys.image.ImageConversionException
- ImageFilterException - Exception in com.twelvemonkeys.image
-
This class wraps IllegalArgumentException as thrown by the BufferedImageOp interface for more fine-grained control.
- ImageFilterException(String) - Constructor for exception com.twelvemonkeys.image.ImageFilterException
- ImageFilterException(String, Throwable) - Constructor for exception com.twelvemonkeys.image.ImageFilterException
- ImageFilterException(Throwable) - Constructor for exception com.twelvemonkeys.image.ImageFilterException
- ImageUtil - Class in com.twelvemonkeys.image
-
This class contains methods for basic image manipulation and conversion.
- indexColorModel - Variable in class com.twelvemonkeys.image.CopyDither
- indexColorModel - Variable in class com.twelvemonkeys.image.DiffusionDither
- initConsumer(ImageConsumer) - Method in class com.twelvemonkeys.image.AbstractImageSource
- InverseColorMapIndexColorModel - Class in com.twelvemonkeys.image
-
A faster implementation of
IndexColorModel
, that is backed by an inverse color-map, for fast look-ups. - InverseColorMapIndexColorModel(int, int, byte[], byte[], byte[]) - Constructor for class com.twelvemonkeys.image.InverseColorMapIndexColorModel
-
Creates an
InverseColorMapIndexColorModel
from the given arrays of red, green, and blue components. - InverseColorMapIndexColorModel(int, int, byte[], byte[], byte[], int) - Constructor for class com.twelvemonkeys.image.InverseColorMapIndexColorModel
-
Creates an
InverseColorMapIndexColorModel
from the given arrays of red, green, and blue components, plus one transparent index. - InverseColorMapIndexColorModel(int, int, int[], int, boolean, int, int) - Constructor for class com.twelvemonkeys.image.InverseColorMapIndexColorModel
-
Creates an
InverseColorMapIndexColorModel
from the given array of RGB components, plus one transparent index. - InverseColorMapIndexColorModel(IndexColorModel) - Constructor for class com.twelvemonkeys.image.InverseColorMapIndexColorModel
-
Creates an
InverseColorMapIndexColorModel
from an existingIndexColorModel
. - inverseMap - Variable in class com.twelvemonkeys.image.InverseColorMapIndexColorModel
- isConsumer(ImageConsumer) - Method in class com.twelvemonkeys.image.AbstractImageSource
K
- KEY_RESAMPLE_INTERPOLATION - Static variable in class com.twelvemonkeys.image.ResampleOp
-
RenderingHints.Key specifying resampling interpolation algorithm.
L
- LOCATION_UPPER_LEFT - Static variable in class com.twelvemonkeys.image.ImageUtil
M
- MagickUtil - Class in com.twelvemonkeys.image
-
Utility for converting JMagick
MagickImage
s to standard JavaBufferedImage
s and back. - main(String[]) - Static method in class com.twelvemonkeys.image.AreaAverageOp
- main(String[]) - Static method in class com.twelvemonkeys.image.PixelizeOp
- mapSize - Variable in class com.twelvemonkeys.image.InverseColorMapIndexColorModel
- MonochromeColorModel - Class in com.twelvemonkeys.image
-
Monochrome B/W color model.
P
- paintIcon(Component, Graphics, int, int) - Method in class com.twelvemonkeys.image.BufferedImageIcon
- PixelizeOp - Class in com.twelvemonkeys.image
-
PixelizeOp
- PixelizeOp(int) - Constructor for class com.twelvemonkeys.image.PixelizeOp
- PixelizeOp(int, int) - Constructor for class com.twelvemonkeys.image.PixelizeOp
- progress(BufferedImageFactory, float) - Method in interface com.twelvemonkeys.image.BufferedImageFactory.ProgressListener
-
Reports progress to this listener.
R
- removeAllProgressListeners() - Method in class com.twelvemonkeys.image.BufferedImageFactory
-
Removes all progress listeners from this factory.
- removeConsumer(ImageConsumer) - Method in class com.twelvemonkeys.image.AbstractImageSource
- removeProgressListener(BufferedImageFactory.ProgressListener) - Method in class com.twelvemonkeys.image.BufferedImageFactory
-
Removes a progress listener from this factory.
- requestTopDownLeftRightResend(ImageConsumer) - Method in class com.twelvemonkeys.image.AbstractImageSource
-
This implementation silently ignores this instruction.
- ResampleOp - Class in com.twelvemonkeys.image
-
Resamples (scales) a
BufferedImage
to a new width and height, using high performance and high quality algorithms. - ResampleOp(int, int) - Constructor for class com.twelvemonkeys.image.ResampleOp
-
Creates a
ResampleOp
that will resample input images to the given width and height, using the default interpolation filter. - ResampleOp(int, int, int) - Constructor for class com.twelvemonkeys.image.ResampleOp
-
Creates a
ResampleOp
that will resample input images to the given width and height, using the given interpolation filter. - ResampleOp(int, int, RenderingHints) - Constructor for class com.twelvemonkeys.image.ResampleOp
-
Creates a
ResampleOp
that will resample input images to the given width and height, using the interpolation filter specified by the given hints. - rgbs - Variable in class com.twelvemonkeys.image.InverseColorMapIndexColorModel
- ROTATE_180 - Static variable in class com.twelvemonkeys.image.ImageUtil
- ROTATE_90_CCW - Static variable in class com.twelvemonkeys.image.ImageUtil
- ROTATE_90_CW - Static variable in class com.twelvemonkeys.image.ImageUtil
S
- sendPixels(ImageConsumer) - Method in class com.twelvemonkeys.image.AbstractImageSource
- setAlpha(Graphics, float) - Static method in class com.twelvemonkeys.image.GraphicsUtil
-
Sets the alpha in the
Graphics
object. - setAlternateScans(boolean) - Method in class com.twelvemonkeys.image.DiffusionDither
-
Sets the scan mode.
- setDimensions(int, int) - Method in class com.twelvemonkeys.image.SubsamplingFilter
-
ImageFilter
implementation, do not invoke. - setSourceRegion(Rectangle) - Method in class com.twelvemonkeys.image.AreaAverageOp
- setSourceRegion(Rectangle) - Method in class com.twelvemonkeys.image.BufferedImageFactory
-
Sets the source region (AOI) for the new image.
- setSourceRegion(Rectangle) - Method in class com.twelvemonkeys.image.PixelizeOp
- setSourceSubsampling(int, int) - Method in class com.twelvemonkeys.image.BufferedImageFactory
-
Sets the source subsampling for the new image.
- sharpen(BufferedImage) - Static method in class com.twelvemonkeys.image.ImageUtil
-
Sharpens an image using a convolution matrix.
- sharpen(BufferedImage, float) - Static method in class com.twelvemonkeys.image.ImageUtil
-
Sharpens an image using a convolution matrix.
- startProduction(ImageConsumer) - Method in class com.twelvemonkeys.image.AbstractImageSource
- SubsamplingFilter - Class in com.twelvemonkeys.image
-
An
ImageFilter
class for subsampling images. - SubsamplingFilter(int, int) - Constructor for class com.twelvemonkeys.image.SubsamplingFilter
-
Creates a
SubsamplingFilter
.
T
- toBuffered(Image) - Static method in class com.twelvemonkeys.image.ImageUtil
-
Converts the
Image
to aBufferedImage
. - toBuffered(BufferedImage, int) - Static method in class com.twelvemonkeys.image.ImageUtil
-
Converts the
BufferedImage
to aBufferedImage
of the given type. - toBuffered(RenderedImage) - Static method in class com.twelvemonkeys.image.ImageUtil
-
Converts the
RenderedImage
to aBufferedImage
. - toBuffered(RenderedImage, int) - Static method in class com.twelvemonkeys.image.ImageUtil
-
Converts the
RenderedImage
to aBufferedImage
of the given type. - toBuffered(Image, int) - Static method in class com.twelvemonkeys.image.ImageUtil
-
Converts the
Image
to aBufferedImage
of the given type. - toBuffered(MagickImage) - Static method in class com.twelvemonkeys.image.MagickUtil
-
Converts a
MagickImage
to aBufferedImage
. - toMagick(BufferedImage) - Static method in class com.twelvemonkeys.image.MagickUtil
-
Converts a
BufferedImage
to aMagickImage
. - toString() - Method in class com.twelvemonkeys.image.InverseColorMapIndexColorModel
- TRANSPARENCY_BITMASK - Static variable in class com.twelvemonkeys.image.ImageUtil
-
Convert alpha to bitmask
- TRANSPARENCY_DEFAULT - Static variable in class com.twelvemonkeys.image.ImageUtil
-
Default transparency (none)
- TRANSPARENCY_OPAQUE - Static variable in class com.twelvemonkeys.image.ImageUtil
-
Discard any alpha information
- TRANSPARENCY_TRANSLUCENT - Static variable in class com.twelvemonkeys.image.ImageUtil
-
Keep original alpha (not supported yet)
- TYPE_BICUBIC - Static variable in class com.twelvemonkeys.image.AffineTransformOp
- TYPE_BILINEAR - Static variable in class com.twelvemonkeys.image.AffineTransformOp
- TYPE_NEAREST_NEIGHBOR - Static variable in class com.twelvemonkeys.image.AffineTransformOp
V
- VALUE_INTERPOLATION_BLACKMAN - Static variable in class com.twelvemonkeys.image.ResampleOp
- VALUE_INTERPOLATION_BLACKMAN_BESSEL - Static variable in class com.twelvemonkeys.image.ResampleOp
- VALUE_INTERPOLATION_BLACKMAN_SINC - Static variable in class com.twelvemonkeys.image.ResampleOp
- VALUE_INTERPOLATION_BOX - Static variable in class com.twelvemonkeys.image.ResampleOp
- VALUE_INTERPOLATION_CATROM - Static variable in class com.twelvemonkeys.image.ResampleOp
- VALUE_INTERPOLATION_CUBIC - Static variable in class com.twelvemonkeys.image.ResampleOp
- VALUE_INTERPOLATION_GAUSSIAN - Static variable in class com.twelvemonkeys.image.ResampleOp
- VALUE_INTERPOLATION_HAMMING - Static variable in class com.twelvemonkeys.image.ResampleOp
- VALUE_INTERPOLATION_HANNING - Static variable in class com.twelvemonkeys.image.ResampleOp
- VALUE_INTERPOLATION_HERMITE - Static variable in class com.twelvemonkeys.image.ResampleOp
- VALUE_INTERPOLATION_LANCZOS - Static variable in class com.twelvemonkeys.image.ResampleOp
- VALUE_INTERPOLATION_MITCHELL - Static variable in class com.twelvemonkeys.image.ResampleOp
- VALUE_INTERPOLATION_POINT - Static variable in class com.twelvemonkeys.image.ResampleOp
- VALUE_INTERPOLATION_QUADRATIC - Static variable in class com.twelvemonkeys.image.ResampleOp
- VALUE_INTERPOLATION_TRIANGLE - Static variable in class com.twelvemonkeys.image.ResampleOp
W
- waitForImage(Image) - Static method in class com.twelvemonkeys.image.ImageUtil
-
Waits for an image to load completely.
- waitForImage(Image, long) - Static method in class com.twelvemonkeys.image.ImageUtil
-
Waits for an image to load completely.
- waitForImages(Image[]) - Static method in class com.twelvemonkeys.image.ImageUtil
-
Waits for a number of images to load completely.
- waitForImages(Image[], long) - Static method in class com.twelvemonkeys.image.ImageUtil
-
Waits for a number of images to load completely.
- width - Variable in class com.twelvemonkeys.image.AbstractImageSource
X
- xOff - Variable in class com.twelvemonkeys.image.AbstractImageSource
Y
- yOff - Variable in class com.twelvemonkeys.image.AbstractImageSource
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form