|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.desy.acop.video.displayer.ImageBuffer
public class ImageBuffer
The ImageBuffer
class describes an Image
with an accessible buffer of image data.
Constructor Summary | |
---|---|
ImageBuffer()
Deprecated. Constructor (default) |
Method Summary | |
---|---|
java.awt.Image |
createImage(de.desy.tine.types.IMAGE timage)
Deprecated. updates JAVA TYPE_INT_ARGB displayImageBuffer based on any input data and header the image displayer is capable of processing. |
int[] |
getColorLookupTable()
Deprecated. |
java.awt.Image |
getImage()
Deprecated. |
int[] |
getPixels()
Deprecated. Get array of pixels |
boolean |
isEnabledNormalization()
Deprecated. Returns whether histogram equalization (normalization) is currently enabled. |
void |
reset()
Deprecated. Resets all buffers |
void |
setColorLookupTable(int[] rgbArray)
Deprecated. |
void |
setEnabledNormalization(boolean enabledNormalization)
Deprecated. Sets whether or not the histogram equalization (normalization) is enabled. |
void |
setPixels(int[] pixels)
Deprecated. Sets array of RGB pixels |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ImageBuffer()
Method Detail |
---|
public int[] getPixels()
public void setPixels(int[] pixels)
pixels
- public boolean isEnabledNormalization()
true
if histogram equalization is enabled, otherwise
false
public void setEnabledNormalization(boolean enabledNormalization)
enabledNormalization
- true if normalization should be enabled, false otherwisepublic int[] getColorLookupTable()
public void setColorLookupTable(int[] rgbArray)
rgbArray
- - false color lookup tablepublic java.awt.Image createImage(de.desy.tine.types.IMAGE timage)
timage
- RGB, ARGB, JPEG or Luminosity (Grayscale) TINE IMAGE
public void reset()
public java.awt.Image getImage()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |