Uses of Package
net.sourceforge.jiu.data
-
Classes in net.sourceforge.jiu.data used by net.sourceforge.jiu.apps Class Description PixelImage The base interface for all image data types in JIU. -
Classes in net.sourceforge.jiu.data used by net.sourceforge.jiu.codecs Class Description BilevelImage An interface for bilevel pixel image data classes.Gray16Image Interface for grayscale images using integer samples that are sixteen bits large.Gray8Image Interface for grayscale images using integer samples that are eight bits large.IntegerImage Extends thePixelImage
interface to access image data asint
values.Palette This class represents a palette, a list of RGB colors.Paletted8Image An interface for classes that store paletted images with eight bit integers for each pixel.PixelImage The base interface for all image data types in JIU.RGB24Image An empty interface for RGB truecolor images with integer samples that are each eight bits large (thus, 24 bits per pixel).RGB48Image An empty interface for RGB truecolor images with integer samples that are each sixteen bits large (thus, 48 bits per pixel). -
Classes in net.sourceforge.jiu.data used by net.sourceforge.jiu.codecs.jpeg Class Description PixelImage The base interface for all image data types in JIU. -
Classes in net.sourceforge.jiu.data used by net.sourceforge.jiu.codecs.tiff Class Description Palette This class represents a palette, a list of RGB colors. -
Classes in net.sourceforge.jiu.data used by net.sourceforge.jiu.color Class Description IntegerImage Extends thePixelImage
interface to access image data asint
values.Palette This class represents a palette, a list of RGB colors.Paletted8Image An interface for classes that store paletted images with eight bit integers for each pixel.PixelImage The base interface for all image data types in JIU.RGBIndex This interface provides threeint
constants as index values for the three channels of an RGB image: red, green and blue. -
Classes in net.sourceforge.jiu.data used by net.sourceforge.jiu.color.adjustment Class Description IntegerImage Extends thePixelImage
interface to access image data asint
values.Paletted8Image An interface for classes that store paletted images with eight bit integers for each pixel.PixelImage The base interface for all image data types in JIU.RGBIndex This interface provides threeint
constants as index values for the three channels of an RGB image: red, green and blue.RGBIntegerImage An interface for RGB truecolor images that have integer samples. -
Classes in net.sourceforge.jiu.data used by net.sourceforge.jiu.color.analysis Class Description Gray16Image Interface for grayscale images using integer samples that are sixteen bits large.Gray8Image Interface for grayscale images using integer samples that are eight bits large.GrayIntegerImage An empty interface for grayscale images which have integer values of up to 32 bits (int
or smaller) as samples.IntegerImage Extends thePixelImage
interface to access image data asint
values.Paletted8Image An interface for classes that store paletted images with eight bit integers for each pixel.PixelImage The base interface for all image data types in JIU.RGB24Image An empty interface for RGB truecolor images with integer samples that are each eight bits large (thus, 24 bits per pixel).RGBIntegerImage An interface for RGB truecolor images that have integer samples. -
Classes in net.sourceforge.jiu.data used by net.sourceforge.jiu.color.conversion Class Description RGBIndex This interface provides threeint
constants as index values for the three channels of an RGB image: red, green and blue. -
Classes in net.sourceforge.jiu.data used by net.sourceforge.jiu.color.dithering Class Description BilevelImage An interface for bilevel pixel image data classes.Gray8Image Interface for grayscale images using integer samples that are eight bits large.GrayIntegerImage An empty interface for grayscale images which have integer values of up to 32 bits (int
or smaller) as samples.Paletted8Image An interface for classes that store paletted images with eight bit integers for each pixel.RGB24Image An empty interface for RGB truecolor images with integer samples that are each eight bits large (thus, 24 bits per pixel).RGBIndex This interface provides threeint
constants as index values for the three channels of an RGB image: red, green and blue. -
Classes in net.sourceforge.jiu.data used by net.sourceforge.jiu.color.io Class Description Palette This class represents a palette, a list of RGB colors.RGB24Image An empty interface for RGB truecolor images with integer samples that are each eight bits large (thus, 24 bits per pixel).RGBIndex This interface provides threeint
constants as index values for the three channels of an RGB image: red, green and blue. -
Classes in net.sourceforge.jiu.data used by net.sourceforge.jiu.color.promotion Class Description BilevelImage An interface for bilevel pixel image data classes.Gray16Image Interface for grayscale images using integer samples that are sixteen bits large.Gray8Image Interface for grayscale images using integer samples that are eight bits large.Paletted8Image An interface for classes that store paletted images with eight bit integers for each pixel.PixelImage The base interface for all image data types in JIU.RGB24Image An empty interface for RGB truecolor images with integer samples that are each eight bits large (thus, 24 bits per pixel).RGB48Image An empty interface for RGB truecolor images with integer samples that are each sixteen bits large (thus, 48 bits per pixel). -
Classes in net.sourceforge.jiu.data used by net.sourceforge.jiu.color.quantization Class Description Palette This class represents a palette, a list of RGB colors.Paletted8Image An interface for classes that store paletted images with eight bit integers for each pixel.RGB24Image An empty interface for RGB truecolor images with integer samples that are each eight bits large (thus, 24 bits per pixel).RGBIndex This interface provides threeint
constants as index values for the three channels of an RGB image: red, green and blue. -
Classes in net.sourceforge.jiu.data used by net.sourceforge.jiu.color.reduction Class Description BilevelImage An interface for bilevel pixel image data classes.Gray16Image Interface for grayscale images using integer samples that are sixteen bits large.Gray8Image Interface for grayscale images using integer samples that are eight bits large.GrayIntegerImage An empty interface for grayscale images which have integer values of up to 32 bits (int
or smaller) as samples.IntegerImage Extends thePixelImage
interface to access image data asint
values.Paletted8Image An interface for classes that store paletted images with eight bit integers for each pixel.PixelImage The base interface for all image data types in JIU.RGB24Image An empty interface for RGB truecolor images with integer samples that are each eight bits large (thus, 24 bits per pixel).RGB48Image An empty interface for RGB truecolor images with integer samples that are each sixteen bits large (thus, 48 bits per pixel).RGBIntegerImage An interface for RGB truecolor images that have integer samples. -
Classes in net.sourceforge.jiu.data used by net.sourceforge.jiu.data Class Description BilevelImage An interface for bilevel pixel image data classes.ByteChannelImage An extension of theIntegerImage
interface that restricts the image to byte samples.Gray16Image Interface for grayscale images using integer samples that are sixteen bits large.Gray8Image Interface for grayscale images using integer samples that are eight bits large.GrayImage An interface for grayscale images.GrayIntegerImage An empty interface for grayscale images which have integer values of up to 32 bits (int
or smaller) as samples.IntegerImage Extends thePixelImage
interface to access image data asint
values.MemoryByteChannelImage An implementation ofByteChannelImage
that stores image channels asbyte[]
arrays in memory.MemoryShortChannelImage An implementation ofShortChannelImage
that stores image channels asshort[]
arrays in memory.Palette This class represents a palette, a list of RGB colors.Paletted8Image An interface for classes that store paletted images with eight bit integers for each pixel.PalettedImage This interface defines methods for paletted images.PalettedIntegerImage An empty interface for a paletted image type that uses integer values as samples.PixelImage The base interface for all image data types in JIU.RGB24Image An empty interface for RGB truecolor images with integer samples that are each eight bits large (thus, 24 bits per pixel).RGB48Image An empty interface for RGB truecolor images with integer samples that are each sixteen bits large (thus, 48 bits per pixel).RGBImage An interface for RGB truecolor images.RGBIndex This interface provides threeint
constants as index values for the three channels of an RGB image: red, green and blue.RGBIntegerImage An interface for RGB truecolor images that have integer samples.ShortChannelImage An extension of theIntegerImage
interface that restricts the image toshort
samples. -
Classes in net.sourceforge.jiu.data used by net.sourceforge.jiu.filters Class Description IntegerImage Extends thePixelImage
interface to access image data asint
values.PixelImage The base interface for all image data types in JIU. -
Classes in net.sourceforge.jiu.data used by net.sourceforge.jiu.geometry Class Description IntegerImage Extends thePixelImage
interface to access image data asint
values. -
Classes in net.sourceforge.jiu.data used by net.sourceforge.jiu.gui.awt Class Description BilevelImage An interface for bilevel pixel image data classes.ByteChannelImage An extension of theIntegerImage
interface that restricts the image to byte samples.Gray16Image Interface for grayscale images using integer samples that are sixteen bits large.Gray8Image Interface for grayscale images using integer samples that are eight bits large.IntegerImage Extends thePixelImage
interface to access image data asint
values.Paletted8Image An interface for classes that store paletted images with eight bit integers for each pixel.PixelImage The base interface for all image data types in JIU.RGB24Image An empty interface for RGB truecolor images with integer samples that are each eight bits large (thus, 24 bits per pixel).RGB48Image An empty interface for RGB truecolor images with integer samples that are each sixteen bits large (thus, 48 bits per pixel).RGBImage An interface for RGB truecolor images.RGBIndex This interface provides threeint
constants as index values for the three channels of an RGB image: red, green and blue.RGBIntegerImage An interface for RGB truecolor images that have integer samples. -
Classes in net.sourceforge.jiu.data used by net.sourceforge.jiu.ops Class Description IntegerImage Extends thePixelImage
interface to access image data asint
values.PixelImage The base interface for all image data types in JIU.