ImageData.this
- this(int width, int height, int depth, PaletteData palette)
- this(int width, int height, int depth, PaletteData palette, int scanlinePad, byte[] data)
- this(InputStream stream)
- this(String filename)
- this(int width, int height, int depth, PaletteData palette, int scanlinePad, byte[] data, int maskPad, byte[] maskData, byte[] alphaData, int alpha, int transparentPixel, int type, int x, int y, int disposalMethod, int delayTime)
class ImageData
this
(,,,,,,,,,,,,,,,)
org eclipse swt graphics ImageData ImageData
constructorsfunctionsstatic functionsstatic variablesvariables
Constructs an image data by giving values for all non-computable fields. <p> This method is for internal use, and is not described further. </p>