Uses of Interface
net.sourceforge.jiu.data.GrayImage
Packages that use GrayImage
-
Uses of GrayImage in net.sourceforge.jiu.data
Subinterfaces of GrayImage in net.sourceforge.jiu.dataModifier and TypeInterfaceDescriptioninterfaceAn interface for bilevel pixel image data classes.interfaceInterface for grayscale images using integer samples that are sixteen bits large.interfaceInterface for grayscale images using integer samples that are eight bits large.interfaceAn empty interface for grayscale images which have integer values of up to 32 bits (intor smaller) as samples.Classes in net.sourceforge.jiu.data that implement GrayImageModifier and TypeClassDescriptionclassAn implementation of theBilevelImageinterface that stores image data in abytearray in memory.classAn implementation ofGray16Imagethat keeps the complete image in memory.classAn implementation ofGray8Imagethat keeps the complete image in memory.