JIU 0.12.0 Homepage

Uses of Interface
net.sourceforge.jiu.util.ComparatorInterface

Packages that use ComparatorInterface
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.util Various helper classes with functionality not directly related to imaging 
 

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

Classes in net.sourceforge.jiu.color.quantization that implement ComparatorInterface
 class OctreeNode
          A single node in an octree.
 class RGBColorComparator
          Compares two RGBColor objects.
 

Uses of ComparatorInterface in net.sourceforge.jiu.util
 

Methods in net.sourceforge.jiu.util with parameters of type ComparatorInterface
static void Sort.sort(Object[] a, int from, int to, ComparatorInterface c)
          Sorts some (or all) elements of an Object array according to a specified comparator.
static void Sort.sort(Object[] a, ComparatorInterface comparator)
          Sort the complete argument array according to the argument comparator.
 


JIU 0.12.0 Homepage

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