JIU 0.12.0 Homepage

Uses of Interface
net.sourceforge.jiu.data.GrayIntegerImage

Packages that use GrayIntegerImage
net.sourceforge.jiu.data Provides classes to store images and data directly related to them.  
 

Uses of GrayIntegerImage in net.sourceforge.jiu.data
 

Subinterfaces of GrayIntegerImage in net.sourceforge.jiu.data
 interface BilevelImage
          An interface for bilevel pixel image data classes.
 interface Gray16Image
          Interface for grayscale images using integer samples that are sixteen bits large.
 interface Gray8Image
          Interface for grayscale images using integer samples that are eight bits large.
 

Classes in net.sourceforge.jiu.data that implement GrayIntegerImage
 class MemoryBilevelImage
          An implementation of the BilevelImage interface that stores image data in a byte array in memory.
 class MemoryGray16Image
          An implementation of Gray16Image that keeps the complete image in memory.
 class MemoryGray8Image
          An implementation of Gray8Image that keeps the complete image in memory.
 


JIU 0.12.0 Homepage

Copyright © 2000, 2001, 2002, 2003, 2004 Marco Schmidt