com.sun.jimi.core.decoder.pcx
Class PCXHeader

java.lang.Object
  |
  +--com.sun.jimi.core.decoder.pcx.PCXHeader

public class PCXHeader
extends java.lang.Object


Field Summary
static byte PC_PAINTBRUSH
           
static byte RLE_ENCODING
           
static byte V2_5
           
static byte V2_8
           
static byte V2_8p
           
static byte V3_0p
           
 
Constructor Summary
PCXHeader(LEDataInputStream dis, int fileLength)
           
 
Method Summary
 int getBytesPerLine()
           
 java.awt.image.ColorModel getColorModel()
           
 int getDepth()
           
 int getHeight()
           
 int getPlanes()
           
 int getWidth()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PC_PAINTBRUSH

public static byte PC_PAINTBRUSH

V2_5

public static byte V2_5

V2_8p

public static byte V2_8p

V2_8

public static byte V2_8

V3_0p

public static byte V3_0p

RLE_ENCODING

public static byte RLE_ENCODING
Constructor Detail

PCXHeader

public PCXHeader(LEDataInputStream dis,
                 int fileLength)
          throws java.io.IOException
Method Detail

getColorModel

public java.awt.image.ColorModel getColorModel()

getDepth

public int getDepth()

getPlanes

public int getPlanes()

getWidth

public int getWidth()

getHeight

public int getHeight()

getBytesPerLine

public int getBytesPerLine()