fr.esrf.tangoatk.widget.image
Class Jpeg24ImageFormat

java.lang.Object
  extended by fr.esrf.tangoatk.widget.image.IImageFormat
      extended by fr.esrf.tangoatk.widget.image.RGB24ImageFormat
          extended by fr.esrf.tangoatk.widget.image.Jpeg24ImageFormat

public class Jpeg24ImageFormat
extends RGB24ImageFormat

Color 24bits image format (JPEG)


Constructor Summary
Jpeg24ImageFormat()
           
 
Method Summary
 java.lang.String getName()
          Returns the format name.
 void setData(byte[] rawData)
          Sets and decode the data.
 
Methods inherited from class fr.esrf.tangoatk.widget.image.RGB24ImageFormat
computeFitting, getHistogramWidth, getRGB, getValue, getValueStr, getWidth, isColorFormat
 
Methods inherited from class fr.esrf.tangoatk.widget.image.IImageFormat
getHeight, initDefault, isNull, setFitting
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Jpeg24ImageFormat

public Jpeg24ImageFormat()
Method Detail

getName

public java.lang.String getName()
Description copied from class: IImageFormat
Returns the format name.

Overrides:
getName in class RGB24ImageFormat

setData

public void setData(byte[] rawData)
             throws java.io.IOException
Description copied from class: IImageFormat
Sets and decode the data.

Overrides:
setData in class RGB24ImageFormat
Parameters:
rawData - Pointer to image data
Throws:
java.io.IOException