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

Uses in package net.sourceforge.jiu.data

Classes implementing net.sourceforge.jiu.data.RGBImage

class
A class to store 24 bit RGB truecolor images in memory.
class
A class to store 48 bit RGB truecolor images in memory.

Uses in package net.sourceforge.jiu.gui.awt

Classes implementing net.sourceforge.jiu.data.RGBImage

class
A bridge class to use java.awt.image.BufferedImage objects (class defined in the standard runtime library, package java.awt.image) as RGB24Image objects within JIU.