|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.sun.jimi.core.decoder.pcx.PCXHeader
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 |
public static byte PC_PAINTBRUSH
public static byte V2_5
public static byte V2_8p
public static byte V2_8
public static byte V3_0p
public static byte RLE_ENCODING
Constructor Detail |
public PCXHeader(LEDataInputStream dis, int fileLength) throws java.io.IOException
Method Detail |
public java.awt.image.ColorModel getColorModel()
public int getDepth()
public int getPlanes()
public int getWidth()
public int getHeight()
public int getBytesPerLine()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |