Uses of Interface
net.sourceforge.jiu.data.GrayImage
-
Packages that use GrayImage Package Description net.sourceforge.jiu.data -
-
Uses of GrayImage in net.sourceforge.jiu.data
Subinterfaces of GrayImage in net.sourceforge.jiu.data Modifier and Type Interface Description interfaceBilevelImageAn interface for bilevel pixel image data classes.interfaceGray16ImageInterface for grayscale images using integer samples that are sixteen bits large.interfaceGray8ImageInterface for grayscale images using integer samples that are eight bits large.interfaceGrayIntegerImageAn 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 GrayImage Modifier and Type Class Description classMemoryBilevelImageAn implementation of theBilevelImageinterface that stores image data in abytearray in memory.classMemoryGray16ImageAn implementation ofGray16Imagethat keeps the complete image in memory.classMemoryGray8ImageAn implementation ofGray8Imagethat keeps the complete image in memory.
-