Uses of Class
net.sourceforge.jiu.ops.OperationFailedException
-
-
Uses of OperationFailedException in net.sourceforge.jiu.codecs
Subclasses of OperationFailedException in net.sourceforge.jiu.codecs Modifier and Type Class Description classInvalidFileStructureExceptionThis exception is thrown during image loading, when the decoding process is made impossible by errors in the image file.classInvalidImageIndexExceptionThis 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.classUnsupportedCodecModeExceptionThis exception is thrown when a codec does not support the codec mode wanted by the user.classUnsupportedTypeExceptionThis exception is thrown during image loading.classWrongFileFormatExceptionThis exception is thrown during image loading.Methods in net.sourceforge.jiu.codecs that throw OperationFailedException Modifier and Type Method Description private 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 Modifier and Type Method Description private voidJPEGCodec. load()voidJPEGCodec. process() -
Uses of OperationFailedException in net.sourceforge.jiu.codecs.tiff
Methods in net.sourceforge.jiu.codecs.tiff that throw OperationFailedException Modifier and Type Method Description voidTIFFCodec. process() -
Uses of OperationFailedException in net.sourceforge.jiu.color
Methods in net.sourceforge.jiu.color that throw OperationFailedException Modifier and Type Method Description static 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 OperationFailedException Modifier and Type Method Description private voidEqualizeHistogram. initTables(IntegerImage in)private voidNormalizeHistogram. initTables(IntegerImage in)Constructors in net.sourceforge.jiu.color.adjustment that throw OperationFailedException Constructor Description EqualizeHistogram(IntegerImage in)Creates an object of this class and initializes the lookup tables with the argument input image.NormalizeHistogram(IntegerImage in)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 OperationFailedException Modifier and Type Method Description private 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.ops Modifier and Type Class Description classMissingParameterExceptionException 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).classWrongParameterExceptionException 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 OperationFailedException Modifier and Type Method Description voidOperation. process()This method does the actual work of the operation.
-