|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.lee.mugen.imageIO.PCXLoader
public class PCXLoader
| Field Summary | |
|---|---|
static int |
HEADER_SIZE
|
| Constructor Summary | |
|---|---|
PCXLoader()
|
|
| Method Summary | |
|---|---|
static java.awt.Image |
loadImage(java.io.InputStream file,
PCXPalette pal,
boolean isPalUse,
boolean isUseColorKey)
Creates new PCXLoader |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int HEADER_SIZE
| Constructor Detail |
|---|
public PCXLoader()
| Method Detail |
|---|
public static java.awt.Image loadImage(java.io.InputStream file,
PCXPalette pal,
boolean isPalUse,
boolean isUseColorKey)
throws java.io.IOException
file - The input stream to load the PCX from
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||