org.freehep.graphicsio.gif
Class GIFPlainColorMap

java.lang.Object
  extended by org.freehep.graphicsio.gif.GIFPlainColorMap
All Implemented Interfaces:
GIFColorMap

public class GIFPlainColorMap
extends java.lang.Object
implements GIFColorMap

Just maps the colors straight into a map. Slow implementation...

Version:
$Id$
Author:
duns

Constructor Summary
GIFPlainColorMap()
           
 
Method Summary
 int[] create(int[][] pixels, int maxColors)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GIFPlainColorMap

public GIFPlainColorMap()
Method Detail

create

public int[] create(int[][] pixels,
                    int maxColors)
Specified by:
create in interface GIFColorMap


Copyright © 2000-2007 FreeHEP. All Rights Reserved.