JIU 0.14.3

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

Packages that use RGBIntegerImage
net.sourceforge.jiu.data Provides classes to store images and data directly related to them. 
net.sourceforge.jiu.gui.awt Classes to interoperate with Java's first GUI toolkit, the AWT (Abstract Windowing Toolkit). 
 

Uses of RGBIntegerImage in net.sourceforge.jiu.data
 

Subinterfaces of RGBIntegerImage in net.sourceforge.jiu.data
 interface RGB24Image
          An empty interface for RGB truecolor images with integer samples that are each eight bits large (thus, 24 bits per pixel).
 interface RGB48Image
          An empty interface for RGB truecolor images with integer samples that are each sixteen bits large (thus, 48 bits per pixel).
 

Classes in net.sourceforge.jiu.data that implement RGBIntegerImage
 class MemoryRGB24Image
          A class to store 24 bit RGB truecolor images in memory.
 class MemoryRGB48Image
          A class to store 48 bit RGB truecolor images in memory.
 

Uses of RGBIntegerImage in net.sourceforge.jiu.gui.awt
 

Classes in net.sourceforge.jiu.gui.awt that implement RGBIntegerImage
 class BufferedRGB24Image
          A bridge class to use BufferedImage objects (class defined in the standard runtime library, package java.awt.image) as RGB24Image objects within JIU.
 


JIU 0.14.3

Copyright © 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Marco Schmidt