Uses of Class
org.eclipse.swt.graphics.Image
-
Packages that use Image Package Description org.eclipse.swt.custom org.eclipse.swt.dnd org.eclipse.swt.graphics org.eclipse.swt.internal org.eclipse.swt.widgets -
-
Uses of Image in org.eclipse.swt.custom
Methods in org.eclipse.swt.custom that return Image Modifier and Type Method Description ImageCTabItem. getDisabledImage()Deprecated.the disabled image is not usedImageCLabel. getImage()Return the CLabel's image ornull.Methods in org.eclipse.swt.custom with parameters of type Image Modifier and Type Method Description voidCLabel. setBackground(Image image)Set the image to be drawn in the background of the label.voidCTabFolder. setBackgroundImage(Image image)voidCTabItem. setDisabledImage(Image image)Deprecated.This image is not usedvoidCLabel. setImage(Image image)Set the label's Image.voidCTabItem. setImage(Image image)voidCTabFolder. setSelectionBackground(Image image)Set the image to be drawn in the background of the selected tab. -
Uses of Image in org.eclipse.swt.dnd
Fields in org.eclipse.swt.dnd declared as Image Modifier and Type Field Description ImageDragSourceEvent. imageThe drag source image to be displayed during the drag. -
Uses of Image in org.eclipse.swt.graphics
Fields in org.eclipse.swt.graphics declared as Image Modifier and Type Field Description ImageGCData. imageMethods in org.eclipse.swt.graphics that return Image Modifier and Type Method Description static ImageImage. gtk_new(Device device, int type, long imageHandle, long mask)Invokes platform specific functionality to allocate a new image.static ImageImage. gtk_new_from_pixbuf(Device device, int type, long pixbuf)Invokes platform specific functionality to allocate a new image.Methods in org.eclipse.swt.graphics with parameters of type Image Modifier and Type Method Description voidGC. copyArea(Image image, int x, int y)Copies a rectangular area of the receiver at the specified position into the image, which must be of typeSWT.BITMAP.voidGC. drawImage(Image image, int x, int y)Draws the given image in the receiver at the specified coordinates.voidGC. drawImage(Image image, int srcX, int srcY, int srcWidth, int srcHeight, int destX, int destY, int destWidth, int destHeight)Copies a rectangular area from the source image into a (potentially different sized) rectangular area in the receiver.Constructors in org.eclipse.swt.graphics with parameters of type Image Constructor Description Image(Device device, Image srcImage, int flag)Constructs a new instance of this class based on the provided image, with an appearance that varies depending on the value of the flag.Pattern(Device device, Image image)Constructs a new Pattern given an image. -
Uses of Image in org.eclipse.swt.internal
Methods in org.eclipse.swt.internal that return Image Modifier and Type Method Description ImageImageList. get(int index)Methods in org.eclipse.swt.internal with parameters of type Image Modifier and Type Method Description intImageList. add(Image image)static longImageList. convertSurface(Image image)static longImageList. createPixbuf(Image image)intImageList. indexOf(Image image)voidImageList. put(int index, Image image)voidImageList. remove(Image image) -
Uses of Image in org.eclipse.swt.widgets
Methods in org.eclipse.swt.widgets that return Image Modifier and Type Method Description ImageControl. getBackgroundImage()Returns the receiver's background image.ImageToolItem. getDisabledImage()Returns the receiver's disabled image if it has one, or null if it does not.ImageTrayItem. getHighlightImage()Returns the receiver's highlight image if it has one, or null if it does not.ImageToolItem. getHotImage()Returns the receiver's hot image if it has one, or null if it does not.ImageButton. getImage()Returns the receiver's image if it has one, or null if it does not.ImageCaret. getImage()Returns the image that the receiver will use to paint the caret.ImageDecorations. getImage()Returns the receiver's image if it had previously been set usingsetImage().ImageItem. getImage()Returns the receiver's image if it has one, or null if it does not.ImageLabel. getImage()Returns the receiver's image if it has one, or null if it does not.ImageTableItem. getImage()ImageTableItem. getImage(int index)Returns the image stored at the given column index in the receiver, or null if the image has not been set or if the column does not exist.ImageToolItem. getImage()Returns the receiver's enabled image if it has one, or null if it does not.ImageTreeItem. getImage()ImageTreeItem. getImage(int index)Returns the image stored at the given column index in the receiver, or null if the image has not been set or if the column does not exist.Image[]Decorations. getImages()Returns the receiver's images if they had previously been set usingsetImages().ImageTaskItem. getOverlayImage()Returns the receiver's overlay image if it has one, or null if it does not.ImageDisplay. getSystemImage(int id)Returns the matching standard platform image for the given constant, which should be one of the icon constants specified in classSWT.Methods in org.eclipse.swt.widgets with parameters of type Image Modifier and Type Method Description voidControl. setBackgroundImage(Image image)Sets the receiver's background image to the image specified by the argument, or to the default system color for the control if the argument is null.voidToolItem. setDisabledImage(Image image)Sets the receiver's disabled image to the argument, which may be null indicating that no disabled image should be displayed.voidTrayItem. setHighlightImage(Image image)Sets the receiver's highlight image.voidToolItem. setHotImage(Image image)Sets the receiver's hot image to the argument, which may be null indicating that no hot image should be displayed.voidButton. setImage(Image image)Sets the receiver's image to the argument, which may benullindicating that no image should be displayed.voidCaret. setImage(Image image)Sets the image that the receiver will use to paint the caret to the image specified by the argument, or to the default which is a filled rectangle if the argument is nullvoidDecorations. setImage(Image image)Sets the receiver's image to the argument, which may be null.voidExpandItem. setImage(Image image)voidItem. setImage(Image image)Sets the receiver's image to the argument, which may be null indicating that no image should be displayed.voidLabel. setImage(Image image)Sets the receiver's image to the argument, which may be null indicating that no image should be displayed.voidMenuItem. setImage(Image image)Sets the receiver's image to the argument, which may be null indicating that no image should be displayed.voidTabItem. setImage(Image image)voidTableColumn. setImage(Image image)voidTableItem. setImage(int index, Image image)Sets the receiver's image at a column.voidTableItem. setImage(Image image)voidTableItem. setImage(Image[] images)Sets the image for multiple columns in the table.voidToolItem. setImage(Image image)voidTrayItem. setImage(Image image)Sets the receiver's image.voidTreeColumn. setImage(Image image)voidTreeItem. setImage(int index, Image image)Sets the receiver's image at a column.voidTreeItem. setImage(Image image)voidTreeItem. setImage(Image[] images)Sets the image for multiple columns in the tree.voidDecorations. setImages(Image[] images)Sets the receiver's images to the argument, which may be an empty array.voidTaskItem. setOverlayImage(Image overlayImage)Sets the receiver's overlay image, which may be null indicating that no image should be displayed.
-