Uses of Interface
net.sourceforge.jiu.data.PixelImage
-
-
Uses of PixelImage in net.sourceforge.jiu.apps
Fields in net.sourceforge.jiu.apps declared as PixelImage Modifier and Type Field Description private PixelImageEditorState. currentImageMethods in net.sourceforge.jiu.apps that return PixelImage Modifier and Type Method Description private PixelImageColorIndexer. adjustColor(PixelImage img)private PixelImageColorIndexer. convertToRgb24(PixelImage in)PixelImageEditorState. getImage()Returns the image object currently loaded.private PixelImageColorIndexer. scale(PixelImage in)Methods in net.sourceforge.jiu.apps with parameters of type PixelImage Modifier and Type Method Description private voidEditorState. addImageToRedo(PixelImage image, boolean modifiedState)private voidEditorState. addImageToUndo(PixelImage image, boolean modifiedState)private PixelImageColorIndexer. adjustColor(PixelImage img)private PixelImageColorIndexer. convertToRgb24(PixelImage in)private int[]ColorIndexer. count(PixelImage image)static StringImageDescriptionCreator. getDescription(PixelImage image, Locale locale, Strings strings)Returns a description of the argument image using the language as specified by the argument locale's two-letter language code.private static intImageDescriptionCreator. getImageType(PixelImage image)private PixelImageColorIndexer. scale(PixelImage in)voidEditorState. setImage(PixelImage image, boolean newModifiedState)Sets image and modified state to argument values. -
Uses of PixelImage in net.sourceforge.jiu.codecs
Fields in net.sourceforge.jiu.codecs declared as PixelImage Modifier and Type Field Description private PixelImageImageCodec. imageMethods in net.sourceforge.jiu.codecs that return PixelImage Modifier and Type Method Description PixelImageImageCodec. getImage()Returns the image object stored in this codec.static PixelImageImageLoader. load(File file)Attempts to load an image from a file.static PixelImageImageLoader. load(File file, Vector listeners)Attempts to load an image from a file, notifying the argument progress listeners.static PixelImageImageLoader. load(String fileName)Load an image from a file given by its name.static PixelImageImageLoader. load(String fileName, Vector listeners)Attempts to load an image from the file with the given name, using the given list of progress listeners.private PixelImageIFFCodec. loadImage(DataInput in)Loads an image from given input stream in, regarding the compression type.static PixelImageImageLoader. loadToolkitImageUri(String uri)Methods in net.sourceforge.jiu.codecs with parameters of type PixelImage Modifier and Type Method Description private voidRASCodec. saveHeader(PixelImage image)voidImageCodec. setImage(PixelImage img)Give an image to this codec to be used for loading an image into it or saving the image.private voidPalmCodec. store(PixelImage image, int y, byte[] row)StringBMPCodec. suggestFileExtension(PixelImage image)StringImageCodec. suggestFileExtension(PixelImage image)Attempts to suggest a filename extension.StringPalmCodec. suggestFileExtension(PixelImage image)StringPNGCodec. suggestFileExtension(PixelImage image)StringPNMCodec. suggestFileExtension(PixelImage image)StringRASCodec. suggestFileExtension(PixelImage image)private voidBMPCodec. writeHeader(PixelImage image, int filesize, int offset, int numBits) -
Uses of PixelImage in net.sourceforge.jiu.codecs.jpeg
Methods in net.sourceforge.jiu.codecs.jpeg with parameters of type PixelImage Modifier and Type Method Description StringJPEGCodec. suggestFileExtension(PixelImage image) -
Uses of PixelImage in net.sourceforge.jiu.color
Methods in net.sourceforge.jiu.color that return PixelImage Modifier and Type Method Description static PixelImageInvert. invert(PixelImage inputImage)Helper method to return an inverted image from the argument image.Methods in net.sourceforge.jiu.color with parameters of type PixelImage Modifier and Type Method Description static PixelImageInvert. invert(PixelImage inputImage)Helper method to return an inverted image from the argument image.private voidInvert. prepare(PixelImage in) -
Uses of PixelImage in net.sourceforge.jiu.color.adjustment
Methods in net.sourceforge.jiu.color.adjustment that return PixelImage Modifier and Type Method Description static PixelImageBrightness. adjust(PixelImage input, int percentage)This static helper method is more simple to use when all you need are the standard options.static PixelImageContrast. adjust(PixelImage input, int percentage)This static helper method is more simple to use when all you need are the standard options.Methods in net.sourceforge.jiu.color.adjustment with parameters of type PixelImage Modifier and Type Method Description static PixelImageBrightness. adjust(PixelImage input, int percentage)This static helper method is more simple to use when all you need are the standard options.static PixelImageContrast. adjust(PixelImage input, int percentage)This static helper method is more simple to use when all you need are the standard options. -
Uses of PixelImage in net.sourceforge.jiu.color.analysis
Fields in net.sourceforge.jiu.color.analysis declared as PixelImage Modifier and Type Field Description private PixelImageMeanDifference. image1private PixelImageMeanDifference. image2Methods in net.sourceforge.jiu.color.analysis with parameters of type PixelImage Modifier and Type Method Description static DoubleMeanDifference. compute(PixelImage image1, PixelImage image2)Compute the mean difference between two images.voidMeanDifference. setImages(PixelImage firstImage, PixelImage secondImage)Sets the two images for which the mean difference is to be determined. -
Uses of PixelImage in net.sourceforge.jiu.color.promotion
Methods in net.sourceforge.jiu.color.promotion with parameters of type PixelImage Modifier and Type Method Description private voidPromotionGray16. prepare(PixelImage in)private voidPromotionGray8. prepare(PixelImage in)private voidPromotionPaletted8. prepare(PixelImage in)private voidPromotionRGB24. prepare(PixelImage in)private voidPromotionRGB48. prepare(PixelImage in) -
Uses of PixelImage in net.sourceforge.jiu.color.reduction
Fields in net.sourceforge.jiu.color.reduction declared as PixelImage Modifier and Type Field Description private PixelImageAutoDetectColorType. inputImageprivate PixelImageAutoDetectColorType. outputImageMethods in net.sourceforge.jiu.color.reduction that return PixelImage Modifier and Type Method Description static PixelImageRGBToGrayConversion. convert(PixelImage rgbImage)Static convenience method to convert an RGB image to a grayscale image.PixelImageAutoDetectColorType. getOutputImage()Returns the reduced output image if one was created inAutoDetectColorType.process().Methods in net.sourceforge.jiu.color.reduction with parameters of type PixelImage Modifier and Type Method Description static PixelImageRGBToGrayConversion. convert(PixelImage rgbImage)Static convenience method to convert an RGB image to a grayscale image.voidAutoDetectColorType. setInputImage(PixelImage image)This method must be used to specify the mandatory input image. -
Uses of PixelImage in net.sourceforge.jiu.data
Subinterfaces of PixelImage in net.sourceforge.jiu.data Modifier and Type Interface Description interfaceBilevelImageAn interface for bilevel pixel image data classes.interfaceByteChannelImageAn extension of theIntegerImageinterface that restricts the image to byte samples.interfaceGray16ImageInterface for grayscale images using integer samples that are sixteen bits large.interfaceGray8ImageInterface for grayscale images using integer samples that are eight bits large.interfaceGrayIntegerImageAn empty interface for grayscale images which have integer values of up to 32 bits (intor smaller) as samples.interfaceIntegerImageExtends thePixelImageinterface to access image data asintvalues.interfacePaletted8ImageAn interface for classes that store paletted images with eight bit integers for each pixel.interfacePalettedIntegerImageAn empty interface for a paletted image type that uses integer values as samples.interfaceRGB24ImageAn empty interface for RGB truecolor images with integer samples that are each eight bits large (thus, 24 bits per pixel).interfaceRGB48ImageAn empty interface for RGB truecolor images with integer samples that are each sixteen bits large (thus, 48 bits per pixel).interfaceRGBImageAn interface for RGB truecolor images.interfaceRGBIntegerImageAn interface for RGB truecolor images that have integer samples.interfaceShortChannelImageAn extension of theIntegerImageinterface that restricts the image toshortsamples.Classes in net.sourceforge.jiu.data that implement PixelImage Modifier and Type Class Description classMemoryBilevelImageAn implementation of theBilevelImageinterface that stores image data in abytearray in memory.classMemoryByteChannelImageAn implementation ofByteChannelImagethat stores image channels asbyte[]arrays in memory.classMemoryGray16ImageAn implementation ofGray16Imagethat keeps the complete image in memory.classMemoryGray8ImageAn implementation ofGray8Imagethat keeps the complete image in memory.classMemoryPaletted8ImageThis class stores a paletted image with one byte per sample in memory.classMemoryRGB24ImageA class to store 24 bit RGB truecolor images in memory.classMemoryRGB48ImageA class to store 48 bit RGB truecolor images in memory.classMemoryShortChannelImageAn implementation ofShortChannelImagethat stores image channels asshort[]arrays in memory.Methods in net.sourceforge.jiu.data that return PixelImage Modifier and Type Method Description PixelImageMemoryBilevelImage. createCompatibleImage(int width, int height)abstract PixelImageMemoryByteChannelImage. createCompatibleImage(int width, int height)PixelImageMemoryGray16Image. createCompatibleImage(int width, int height)PixelImageMemoryGray8Image. createCompatibleImage(int width, int height)PixelImageMemoryPaletted8Image. createCompatibleImage(int width, int height)PixelImageMemoryRGB24Image. createCompatibleImage(int width, int height)PixelImageMemoryRGB48Image. createCompatibleImage(int width, int height)abstract PixelImageMemoryShortChannelImage. createCompatibleImage(int width, int height)PixelImagePixelImage. createCompatibleImage(int width, int height)Creates an instance of the same class as this one, with width and height given by the arguments.PixelImageMemoryBilevelImage. createCopy()PixelImageMemoryByteChannelImage. createCopy()PixelImageMemoryShortChannelImage. createCopy()PixelImagePixelImage. createCopy()Creates an new image object that will be of the same type as this one, with the same image data, using entirely new resources. -
Uses of PixelImage in net.sourceforge.jiu.filters
Methods in net.sourceforge.jiu.filters that return PixelImage Modifier and Type Method Description static PixelImageConvolutionKernelFilter. filter(PixelImage input, int kernelType)Filters argument image with argument kernel type and returns output image.static PixelImageConvolutionKernelFilter. filter(PixelImage input, ConvolutionKernelData data)Methods in net.sourceforge.jiu.filters with parameters of type PixelImage Modifier and Type Method Description static PixelImageConvolutionKernelFilter. filter(PixelImage input, int kernelType)Filters argument image with argument kernel type and returns output image.static PixelImageConvolutionKernelFilter. filter(PixelImage input, ConvolutionKernelData data) -
Uses of PixelImage in net.sourceforge.jiu.gui.awt
Classes in net.sourceforge.jiu.gui.awt that implement PixelImage Modifier and Type Class Description classBufferedRGB24ImageA bridge class to useBufferedImageobjects (class defined in the standard runtime library, packagejava.awt.image) asRGB24Imageobjects within JIU.Methods in net.sourceforge.jiu.gui.awt that return PixelImage Modifier and Type Method Description PixelImageBufferedRGB24Image. createCompatibleImage(int width, int height)PixelImageBufferedRGB24Image. createCopy()static PixelImageToolkitLoader. loadViaToolkitOrCodecs(String fileName)Attempts to load an image from a file given by its name, using both the JIU codecs and the image loading functionality in java.awt.Toolkit.static PixelImageToolkitLoader. loadViaToolkitOrCodecs(String fileName, boolean preferToolkit, Vector progressListeners)Attempts to load an image from a file given by its name, using both the JIU codecs and the image loading functionality in java.awt.Toolkit.Methods in net.sourceforge.jiu.gui.awt with parameters of type PixelImage Modifier and Type Method Description static BufferedImageImageCreator. convertToAwtBufferedImage(PixelImage image)static ImageImageCreator. convertToAwtImage(PixelImage image, int alpha)Creates an instance ofImagefrom an instance ofRGB24Image.voidAwtOperationProcessor. setImage(PixelImage newImage, boolean newModified)voidAwtOperationProcessor. updateFrame(PixelImage image) -
Uses of PixelImage in net.sourceforge.jiu.ops
Fields in net.sourceforge.jiu.ops declared as PixelImage Modifier and Type Field Description private PixelImageImageToImageOperation. inputImageprivate PixelImageImagesToImageOperation. outputImageprivate PixelImageImageToImageOperation. outputImageMethods in net.sourceforge.jiu.ops that return PixelImage Modifier and Type Method Description PixelImageImagesToImageOperation. getInputImage(int index)Returns the input image stored in this object.PixelImageImageToImageOperation. getInputImage()Returns the input image stored in this object.PixelImageImagesToImageOperation. getOutputImage()Returns the output image stored in this object.PixelImageImageToImageOperation. getOutputImage()Returns the output image stored in this object.Methods in net.sourceforge.jiu.ops with parameters of type PixelImage Modifier and Type Method Description voidImagesToImageOperation. addInputImage(PixelImage in)Adds an image to the end of the internal list of input images.voidImageToImageOperation. setInputImage(PixelImage in)Sets the input image stored in this object to the argument.voidImagesToImageOperation. setOutputImage(PixelImage out)Sets the output image stored in this object to the argument.voidImageToImageOperation. setOutputImage(PixelImage out)Sets the output image stored in this object to the argument.Constructors in net.sourceforge.jiu.ops with parameters of type PixelImage Constructor Description ImagesToImageOperation(Vector in, PixelImage out)Constructs a new ImagesToImageOperation and initializes input images and output image to the arguments.ImageToImageOperation(PixelImage in)Creates an object of this class and sets the input image to the argument value, output image tonull.ImageToImageOperation(PixelImage in, PixelImage out)Creates an object of this class and sets input image and output image to the argument values.
-