Uses of Interface
net.sourceforge.jiu.data.RGBImage
Packages that use RGBImage
-
Uses of RGBImage in net.sourceforge.jiu.data
Subinterfaces of RGBImage in net.sourceforge.jiu.dataModifier and TypeInterfaceDescriptioninterfaceAn empty interface for RGB truecolor images with integer samples that are each eight bits large (thus, 24 bits per pixel).interfaceAn empty interface for RGB truecolor images with integer samples that are each sixteen bits large (thus, 48 bits per pixel).interfaceAn interface for RGB truecolor images that have integer samples.Classes in net.sourceforge.jiu.data that implement RGBImageModifier and TypeClassDescriptionclassA class to store 24 bit RGB truecolor images in memory.classA class to store 48 bit RGB truecolor images in memory. -
Uses of RGBImage in net.sourceforge.jiu.gui.awt
Classes in net.sourceforge.jiu.gui.awt that implement RGBImageModifier and TypeClassDescriptionclassA bridge class to useBufferedImageobjects (class defined in the standard runtime library, packagejava.awt.image) asRGB24Imageobjects within JIU.