JIU 0.14.3

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

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

Methods in net.sourceforge.jiu.color.analysis with parameters of type Gray16Image
static CoOccurrenceMatrix MatrixCreator.createCoOccurrenceMatrix(Gray16Image image)
          Create a co-occurrence matrix for a 16 bit grayscale image.
 

Uses of Gray16Image in net.sourceforge.jiu.data
 

Classes in net.sourceforge.jiu.data that implement Gray16Image
 class MemoryGray16Image
          An implementation of Gray16Image that keeps the complete image in memory.
 

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

Methods in net.sourceforge.jiu.gui.awt with parameters of type Gray16Image
static Image ImageCreator.convertToAwtImage(Gray16Image image, int alpha)
          Creates an AWT Image object from a Gray16Image object and an alpha value.
 


JIU 0.14.3

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