Uses of Class
org.eclipse.swt.graphics.ImageData

Packages that use ImageData
org.eclipse.swt.graphics SWT graphics classes. 
 

Uses of ImageData in org.eclipse.swt.graphics
 

Fields in org.eclipse.swt.graphics declared as ImageData
 ImageData[] ImageLoader.data
          the array of ImageData objects in this ImageLoader.
 

Methods in org.eclipse.swt.graphics that return ImageData
 ImageData[] ImageLoader.load(java.io.InputStream stream)
          Loads an array of ImageData objects from the specified input stream.
 ImageData[] ImageLoader.load(java.lang.String filename)
          Loads an array of ImageData objects from the file with the specified name.
 ImageData Image.getImageData()
          Returns an ImageData based on the receiver Modifications made to this ImageData will not affect the Image.
 ImageData ImageData.getTransparencyMask()
          Returns an ImageData which specifies the transparency mask information for the receiver.
 ImageData ImageData.scaledTo(int width, int height)
          Returns a copy of the receiver which has been stretched or shrunk to the specified size.
 

Constructors in org.eclipse.swt.graphics with parameters of type ImageData
Image(Device device, ImageData data)
          Constructs an instance of this class from the given ImageData.