Uses of Interface
net.sourceforge.jiu.data.ByteChannelImage
Packages that use ByteChannelImage
-
Uses of ByteChannelImage in net.sourceforge.jiu.data
Subinterfaces of ByteChannelImage in net.sourceforge.jiu.dataModifier and TypeInterfaceDescriptioninterfaceInterface for grayscale images using integer samples that are eight bits large.interfaceAn interface for classes that store paletted images with eight bit integers for each pixel.interfaceAn 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 ByteChannelImageModifier and TypeClassDescriptionclassAn implementation ofByteChannelImagethat stores image channels asbyte[]arrays in memory.classAn implementation ofGray8Imagethat keeps the complete image in memory.classThis class stores a paletted image with one byte per sample in memory.classA 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 ByteChannelImageModifier and TypeClassDescriptionclassA bridge class to useBufferedImageobjects (class defined in the standard runtime library, packagejava.awt.image) asRGB24Imageobjects within JIU.