org.eclipse.ecf.ui.screencapture
Class ImageWrapper

java.lang.Object
  extended by org.eclipse.ecf.ui.screencapture.ImageWrapper
All Implemented Interfaces:
java.io.Serializable

public class ImageWrapper
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 int depth
           
 int height
           
 int scanlinePad
           
 int width
           
 
Constructor Summary
ImageWrapper(org.eclipse.swt.graphics.ImageData data)
           
 
Method Summary
 org.eclipse.swt.graphics.ImageData createImageData(byte[] data)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

width

public final int width

height

public final int height

depth

public final int depth

scanlinePad

public final int scanlinePad
Constructor Detail

ImageWrapper

public ImageWrapper(org.eclipse.swt.graphics.ImageData data)
Method Detail

createImageData

public org.eclipse.swt.graphics.ImageData createImageData(byte[] data)