j2d.color
Class Wu

java.lang.Object
  extended by j2d.color.Wu

public class Wu
extends java.lang.Object


Constructor Summary
Wu()
           
 
Method Summary
static ImageProcessorInterface getImageProcessorInterface(int n)
           
 void remapImage(ShortImageBean sib)
          this algorithm makes use of the existing color lookup table and box data structures.
 void wuQuantization(ShortImageBean sib, int n)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Wu

public Wu()
Method Detail

wuQuantization

public void wuQuantization(ShortImageBean sib,
                           int n)

getImageProcessorInterface

public static ImageProcessorInterface getImageProcessorInterface(int n)

remapImage

public void remapImage(ShortImageBean sib)
this algorithm makes use of the existing color lookup table and box data structures. It is good to use an existing lookup table for the purpose of GIF animations

Parameters:
sib -