public class Jpeg24ImageFormat extends RGB24ImageFormat
| Constructor and Description |
|---|
Jpeg24ImageFormat() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Returns the format name.
|
void |
setData(byte[] rawData)
Sets and decode the data.
|
computeFitting, getHistogramWidth, getRGB, getValue, getValueStr, getWidth, isColorFormatgetHeight, initDefault, isNull, setFittingpublic java.lang.String getName()
IImageFormatgetName in class RGB24ImageFormatpublic void setData(byte[] rawData)
throws java.io.IOException
IImageFormatsetData in class RGB24ImageFormatrawData - Pointer to image datajava.io.IOException