JIU 0.14.3

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

Packages that use Paletted8Image
net.sourceforge.jiu.color.analysis Contains classes that analyze pixel or sample values and thus determine certain image properties 
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 Paletted8Image in net.sourceforge.jiu.color.analysis
 

Methods in net.sourceforge.jiu.color.analysis with parameters of type Paletted8Image
static CoOccurrenceMatrix MatrixCreator.createCoOccurrenceMatrix(Paletted8Image image)
           
 

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

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

Uses of Paletted8Image in net.sourceforge.jiu.data
 

Classes in net.sourceforge.jiu.data that implement Paletted8Image
 class MemoryPaletted8Image
          This class stores a paletted image with one byte per sample in memory.
 

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

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


JIU 0.14.3

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