|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--com.sun.jimi.core.util.ProgressMonitorSupport
|
+--com.sun.jimi.core.compat.JimiDecoderBase
|
+--com.sun.jimi.core.decoder.pcx.PCXDecoder
Decoder for the pcx format (for PC Paintbrush files)
| Fields inherited from class com.sun.jimi.core.compat.JimiDecoderBase |
busyDecoding,
cleanupCommands,
currentController,
currentHandle,
decodingLock,
error,
ERROR,
factory,
finishedDecoding,
IMAGEAVAIL,
INFOAVAIL,
input,
jimiImage,
MOREIMAGES,
MULTIIMAGE,
UNKNOWNCOUNT |
| Fields inherited from class com.sun.jimi.core.util.ProgressMonitorSupport |
currentProgressLevel,
progressListener |
| Constructor Summary | |
PCXDecoder()
|
|
| Method Summary | |
boolean |
driveDecoder()
|
void |
freeDecoder()
|
AdaptiveRasterImage |
getJimiImage()
|
int |
getState()
|
void |
initDecoder(java.io.InputStream in,
AdaptiveRasterImage ji)
|
protected void |
loadImage()
|
| Methods inherited from class com.sun.jimi.core.compat.JimiDecoderBase |
addCleanupCommand,
createAdaptiveRasterImage,
createAdaptiveRasterImage,
decodeNextImage,
finishedDecode,
getCapabilities,
getNumberOfImages,
initDecoding,
jimiImageCreated,
mustWaitForOptions,
run,
setFinished,
skipImage,
usesChanneledData,
waitReady |
| Methods inherited from class com.sun.jimi.core.util.ProgressMonitorSupport |
setProgress,
setProgressListener |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public PCXDecoder()
| Method Detail |
public void initDecoder(java.io.InputStream in,
AdaptiveRasterImage ji)
throws JimiException
protected void loadImage()
throws JimiException
public boolean driveDecoder()
throws JimiException
public void freeDecoder()
throws JimiException
public int getState()
public AdaptiveRasterImage getJimiImage()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||