Package | Description |
---|---|
org.eclipse.swt.graphics |
Modifier and Type | Field and Description |
---|---|
ImageData[] |
ImageLoader.data
the array of ImageData objects in this ImageLoader.
|
ImageData |
ImageLoaderEvent.imageData
if the
endOfImage flag is false, then this is a
partially complete copy of the current ImageData ,
otherwise this is a completely loaded ImageData |
Modifier and Type | Method and Description |
---|---|
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. |
static ImageData |
ImageData.internal_new(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)
Invokes internal SWT functionality to create a new instance of
this class.
|
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 |
ImageData.scaledTo(int width,
int height)
Returns a copy of the receiver which has been stretched or
shrunk to the specified size.
|
Constructor and Description |
---|
ImageLoaderEvent(ImageLoader source,
ImageData imageData,
int incrementCount,
boolean endOfImage)
Constructs a new instance of this class given the event source and
the values to store in its fields.
|
Copyright (c) EclipseSource and others 2002, 2015.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0