Uses of Class
net.sourceforge.jiu.ops.OperationFailedException
Packages that use OperationFailedException
Package
Description
-
Uses of OperationFailedException in net.sourceforge.jiu.codecs
Subclasses of OperationFailedException in net.sourceforge.jiu.codecsModifier and TypeClassDescriptionclassThis exception is thrown during image loading, when the decoding process is made impossible by errors in the image file.classThis exception is thrown when the caller has defined an image index that specifies the image to be loaded in a multiple-image file and that index is unavailable.classThis exception is thrown when a codec does not support the codec mode wanted by the user.classThis exception is thrown during image loading.classThis exception is thrown during image loading.Methods in net.sourceforge.jiu.codecs that throw OperationFailedExceptionModifier and TypeMethodDescriptionprivate voidBMPCodec.load()private voidPalmCodec.load()private voidRASCodec.load()Loads an image from an RAS input stream.private voidBMPCodec.loadHeader()private voidBMPCodec.loadStream()private voidBMPCodec.loadUncompressedBilevelStream()private voidBMPCodec.loadUncompressedStream()voidBMPCodec.process()voidGIFCodec.process()voidIFFCodec.process()voidPalmCodec.process()voidPCDCodec.process()Checks the parameter and loads an image.voidPNGCodec.process()voidPNMCodec.process()voidPSDCodec.process()voidRASCodec.process()private voidBMPCodec.save()private voidGIFCodec.save()private voidPalmCodec.save() -
Uses of OperationFailedException in net.sourceforge.jiu.codecs.jpeg
Methods in net.sourceforge.jiu.codecs.jpeg that throw OperationFailedException -
Uses of OperationFailedException in net.sourceforge.jiu.codecs.tiff
Methods in net.sourceforge.jiu.codecs.tiff that throw OperationFailedException -
Uses of OperationFailedException in net.sourceforge.jiu.color
Methods in net.sourceforge.jiu.color that throw OperationFailedExceptionModifier and TypeMethodDescriptionstatic PixelImageInvert.invert(PixelImage inputImage) Helper method to return an inverted image from the argument image. -
Uses of OperationFailedException in net.sourceforge.jiu.color.adjustment
Methods in net.sourceforge.jiu.color.adjustment that throw OperationFailedExceptionModifier and TypeMethodDescriptionprivate voidEqualizeHistogram.initTables(IntegerImage in) private voidNormalizeHistogram.initTables(IntegerImage in) Constructors in net.sourceforge.jiu.color.adjustment that throw OperationFailedExceptionModifierConstructorDescriptionCreates an object of this class and initializes the lookup tables with the argument input image.Creates an object of this class and initializes the lookup tables with the argument input image. -
Uses of OperationFailedException in net.sourceforge.jiu.color.quantization
Methods in net.sourceforge.jiu.color.quantization that throw OperationFailedExceptionModifier and TypeMethodDescriptionprivate RGBColorListMedianCutQuantizer.createColorList(RGB24Image image) private PalettePopularityQuantizer.determinePalette()voidMedianCutContourRemoval.process()voidMedianCutQuantizer.process()voidPopularityQuantizer.process() -
Uses of OperationFailedException in net.sourceforge.jiu.ops
Subclasses of OperationFailedException in net.sourceforge.jiu.opsModifier and TypeClassDescriptionclassException class to indicate that an operation's parameter is missing (has not been specified by caller and there was no default value that could be used).classException class to indicate that an operation's parameter is of the wrong type, does not fall into a valid interval or a similar mistake.Methods in net.sourceforge.jiu.ops that throw OperationFailedExceptionModifier and TypeMethodDescriptionvoidOperation.process()This method does the actual work of the operation.