com.sun.jimi.core.decoder.ico
Class IconImage

java.lang.Object
  |
  +--com.sun.jimi.core.decoder.ico.IconImage

public class IconImage
extends java.lang.Object


Constructor Summary
IconImage(LEDataInputStream dis)
           
 
Method Summary
 byte[] getANDMap()
           
 int getBitCount()
           
 RGBQuad[] getColors()
           
 int getHeight()
           
 int getWidth()
           
 byte[] getXORMap()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IconImage

public IconImage(LEDataInputStream dis)
          throws java.io.IOException
Method Detail

getBitCount

public int getBitCount()

getWidth

public int getWidth()

getHeight

public int getHeight()

getColors

public RGBQuad[] getColors()

getXORMap

public byte[] getXORMap()

getANDMap

public byte[] getANDMap()