JIU 0.12.0 Homepage

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

Packages that use RGB24Image
net.sourceforge.jiu.color.io Classes to read and write color-related data from and to files 
net.sourceforge.jiu.color.quantization Classes to perform color image quantization, the reduction of the number of unique colors in an image.  
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 RGB24Image in net.sourceforge.jiu.color.io
 

Methods in net.sourceforge.jiu.color.io that return RGB24Image
static RGB24Image PaletteSerialization.convertPaletteToImage(Palette palette)
          Creates an RGB24Image from the palette entries, each entry becomes a pixel in an image of width 1 and height palette.getNumEntries().
 

Methods in net.sourceforge.jiu.color.io with parameters of type RGB24Image
static Palette PaletteSerialization.convertImageToPalette(RGB24Image image)
          Create a palette from the pixels of the argument image.
 

Uses of RGB24Image in net.sourceforge.jiu.color.quantization
 

Methods in net.sourceforge.jiu.color.quantization with parameters of type RGB24Image
 void MedianCutQuantizer.mapImage(RGB24Image in, RGB24Image out)
           
 void MedianCutQuantizer.mapImage(RGB24Image in, Paletted8Image out)
           
 

Uses of RGB24Image in net.sourceforge.jiu.data
 

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

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

Classes in net.sourceforge.jiu.gui.awt that implement RGB24Image
 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.
 

Methods in net.sourceforge.jiu.gui.awt that return RGB24Image
static RGB24Image ToolkitLoader.loadAsRgb24Image(String fileName)
          Loads an image from a file using the AWT's built-in loader and converts the image to a RGB24Image object.
static RGB24Image ImageCreator.convertImageToRGB24Image(Image image)
          Creates an RGB24Image from the argument AWT image instance.
 

Methods in net.sourceforge.jiu.gui.awt with parameters of type RGB24Image
static Image ImageCreator.convertToAwtImage(RGB24Image image, int alpha)
           
 


JIU 0.12.0 Homepage

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