org.jfree.pixie.wmf.bitmap
Class GDIPalette

java.lang.Object
  extended byorg.jfree.pixie.wmf.bitmap.GDIPalette

public class GDIPalette
extends java.lang.Object


Constructor Summary
GDIPalette()
           
 
Method Summary
 int lookupColor(int color)
           
 void readPalette(java.io.InputStream in)
           
 void setNoOfColors(int colors)
           
 void setNoOfImportantColors(int colors)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GDIPalette

public GDIPalette()
Method Detail

setNoOfColors

public void setNoOfColors(int colors)

setNoOfImportantColors

public void setNoOfImportantColors(int colors)

readPalette

public void readPalette(java.io.InputStream in)
                 throws java.io.IOException
Throws:
java.io.IOException

lookupColor

public int lookupColor(int color)