|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.media.jai.codec.FPXDecodeParam
public class FPXDecodeParam
An instance of ImageDecodeParam
for decoding images
in the FlashPIX format.
This class is not a committed part of the JAI API. It may be removed or changed in future releases of JAI.
Constructor Summary | |
---|---|
FPXDecodeParam()
Constructs a default instance of FPXDecodeParam . |
|
FPXDecodeParam(int resolution)
Constructs an instance of FPXDecodeParam
to decode a given resolution. |
Method Summary | |
---|---|
int |
getResolution()
Returns the resolution to be decoded. |
void |
setResolution(int resolution)
Sets the resolution to be decoded. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FPXDecodeParam()
FPXDecodeParam
.
public FPXDecodeParam(int resolution)
FPXDecodeParam
to decode a given resolution.
resolution
- The resolution number to be decoded.Method Detail |
---|
public void setResolution(int resolution)
resolution
- The resolution number to be decoded.public int getResolution()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |