Uses of Interface
net.sourceforge.jiu.data.ByteChannelImage
-
Packages that use ByteChannelImage Package Description net.sourceforge.jiu.data net.sourceforge.jiu.gui.awt -
-
Uses of ByteChannelImage in net.sourceforge.jiu.data
Subinterfaces of ByteChannelImage in net.sourceforge.jiu.data Modifier and Type Interface Description interfaceGray8ImageInterface for grayscale images using integer samples that are eight bits large.interfacePaletted8ImageAn interface for classes that store paletted images with eight bit integers for each pixel.interfaceRGB24ImageAn empty interface for RGB truecolor images with integer samples that are each eight bits large (thus, 24 bits per pixel).Classes in net.sourceforge.jiu.data that implement ByteChannelImage Modifier and Type Class Description classMemoryByteChannelImageAn implementation ofByteChannelImagethat stores image channels asbyte[]arrays 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. -
Uses of ByteChannelImage in net.sourceforge.jiu.gui.awt
Classes in net.sourceforge.jiu.gui.awt that implement ByteChannelImage Modifier and Type Class Description classBufferedRGB24ImageA bridge class to useBufferedImageobjects (class defined in the standard runtime library, packagejava.awt.image) asRGB24Imageobjects within JIU.
-