org.freehep.graphicsio.gif
Class GIFPlainColorMap
java.lang.Object
org.freehep.graphicsio.gif.GIFPlainColorMap
- All Implemented Interfaces:
- GIFColorMap
public class GIFPlainColorMap
- extends Object
- implements GIFColorMap
Just maps the colors straight into a map.
Slow implementation...
- Version:
- $Id$
- Author:
- duns
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 |
GIFPlainColorMap
public GIFPlainColorMap()
create
public int[] create(int[][] pixels,
int maxColors)
- Specified by:
create
in interface GIFColorMap
Copyright © 2012. All Rights Reserved.