Package | Description |
---|---|
org.eclipse.jface.resource |
Provides support for managing resources such as SWT
fonts and images.
|
org.eclipse.swt.graphics |
SWT graphics classes.
|
Modifier and Type | Class and Description |
---|---|
protected class |
CompositeImageDescriptor.CachedImageDataProvider
An
ImageDataProvider that caches the most recently returned
ImageData object. |
Modifier and Type | Method and Description |
---|---|
static ImageDescriptor |
ImageDescriptor.createFromImageDataProvider(ImageDataProvider provider)
Creates and returns a new image descriptor given an ImageDataProvider
describing the image.
|
protected void |
CompositeImageDescriptor.drawImage(ImageDataProvider srcProvider,
int ox,
int oy)
Draws the given source image data into this composite image at the given
position.
|
Constructor and Description |
---|
Image(Device device,
ImageDataProvider imageDataProvider)
Constructs an instance of this class by loading its representation
from the ImageData retrieved from the ImageDataProvider.
|
Copyright (c) 2000, 2017 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.