Uses of Class net.sourceforge.jiu.ops.WrongParameterException

Uses in package net.sourceforge.jiu.ops

Methods which throw type net.sourceforge.jiu.ops.WrongParameterException

void
Checks if all images have the same resolution as given by their getWidth and getHeight methods.
void
If both an input and an output image have been specified (both non-null), this method compares their width and height properties and throws an exception if the two images do not have the same resolution.
void
If an output image has been specified this method will compare its resolution with the argument resolution and throw an exception if the resolutions differ.
void
If an output image has been specified this method will compare its resolution with the argument resolution and throw an exception if the resolutions differ.
void
void
void
This method does the actual work of the operation.

Uses in package net.sourceforge.jiu.geometry

Methods which throw type net.sourceforge.jiu.ops.WrongParameterException

void
void
This method does the actual work of the operation.
void
void
void
void
void
void
void
void

Uses in package net.sourceforge.jiu.color.reduction

Methods which throw type net.sourceforge.jiu.ops.WrongParameterException

PixelImage
Static convenience method to convert an RGB image to a grayscale image.
void
This method does the actual work of the operation.
void
This method does the actual work of the operation.
void
This method does the actual work of the operation.
void
This method does the actual work of the operation.
void
void
void
void
void

Uses in package net.sourceforge.jiu.codecs

Methods which throw type net.sourceforge.jiu.ops.WrongParameterException

void
void
ImageCodec.checkBounds(int width, int height)
If bounds were defined for this codec, this method tests if the bounds rectangle fits into the rectangle (0, 0) / (width - 1, height - 1).
void
If an image object was provided to be used for loading via setImage(PixelImage), this method checks if its resolution is the same as the bounds' resolution.
void
Loads an image from a PNM input stream.
void
PixelImage
IFFCodec.loadImage(DataInput in)
Loads an image from given input stream in, regarding the compression type.
void
PalmCodec.loadImage(DataInput in)
void
void
void
void
void
void

Uses in package net.sourceforge.jiu.color.dithering

Methods which throw type net.sourceforge.jiu.ops.WrongParameterException

void
This method does the actual work of the operation.
void
Quantizes the input image, distributing quantization errors to neighboring pixels.
void

Uses in package net.sourceforge.jiu.color.promotion

Methods which throw type net.sourceforge.jiu.ops.WrongParameterException

void
void
void
void
void
void
void
void
void
void

Uses in package net.sourceforge.jiu.color.adjustment

Methods which throw type net.sourceforge.jiu.ops.WrongParameterException

void
This method does the actual work of the operation.
void
void
void

Uses in package net.sourceforge.jiu.color

Methods which throw type net.sourceforge.jiu.ops.WrongParameterException

void
void
Inverts the input image, reusing an output image if one has been specified.

Uses in package net.sourceforge.jiu.color.quantization

Methods which throw type net.sourceforge.jiu.ops.WrongParameterException

void
Creates an octree and prepares this quantizer so that colors can be mapped to palette index values.
void
Maps the input image to an output image, using the palette given to the constructor.
void
This method does the actual work of the operation.
void
Initializes an octree, reduces it have as many leaves (or less) as the desired palette size and maps the original image to the newly-created palette.
void

Uses in package net.sourceforge.jiu.color.analysis

Methods which throw type net.sourceforge.jiu.ops.WrongParameterException

void
This method does the actual work of the operation.
void
void

Uses in package net.sourceforge.jiu.codecs.tiff

Methods which throw type net.sourceforge.jiu.ops.WrongParameterException

void
Attempts to load an image from a file in the TIFF format.
void

Uses in package net.sourceforge.jiu.filters

Methods which throw type net.sourceforge.jiu.ops.WrongParameterException

void
This method does the actual work of the operation.
void
void
This method does the actual work of the operation.