Package net.sourceforge.jiu.data


package net.sourceforge.jiu.data
  • Class
    Description
    An interface for bilevel pixel image data classes.
    An extension of the IntegerImage interface that restricts the image to byte samples.
    Interface for grayscale images using integer samples that are sixteen bits large.
    Interface for grayscale images using integer samples that are eight bits large.
    An interface for grayscale images.
    An empty interface for grayscale images which have integer values of up to 32 bits (int or smaller) as samples.
    Extends the PixelImage interface to access image data as int values.
    An implementation of the BilevelImage interface that stores image data in a byte array in memory.
    An implementation of ByteChannelImage that stores image channels as byte[] arrays in memory.
    An implementation of Gray16Image that keeps the complete image in memory.
    An implementation of Gray8Image that keeps the complete image in memory.
    This class stores a paletted image with one byte per sample in memory.
    A class to store 24 bit RGB truecolor images in memory.
    A class to store 48 bit RGB truecolor images in memory.
    An implementation of ShortChannelImage that stores image channels as short[] arrays in memory.
    This class represents a palette, a list of RGB colors.
    An interface for classes that store paletted images with eight bit integers for each pixel.
    This interface defines methods for paletted images.
    An empty interface for a paletted image type that uses integer values as samples.
    The base interface for all image data types in JIU.
    An empty interface for RGB truecolor images with integer samples that are each eight bits large (thus, 24 bits per pixel).
    An empty interface for RGB truecolor images with integer samples that are each sixteen bits large (thus, 48 bits per pixel).
    An interface for RGB truecolor images.
    This interface provides three int constants as index values for the three channels of an RGB image: red, green and blue.
    An interface for RGB truecolor images that have integer samples.
    An extension of the IntegerImage interface that restricts the image to short samples.
    An interface that represents transparency information which may be available for a pixel image.