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

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

public class RGBQuad
extends java.lang.Object


Constructor Summary
RGBQuad(LEDataInputStream dis)
           
 
Method Summary
 short getBlue()
           
 short getGreen()
           
 short getRed()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RGBQuad

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

getRed

public short getRed()

getGreen

public short getGreen()

getBlue

public short getBlue()