Class ImageUtil
- java.lang.Object
-
- org.eclipse.swt.internal.graphics.ImageUtil
-
public class ImageUtil extends java.lang.Object
This class holds utility methods for image manipulation on Cocoa platform Not used on other platforms- Since:
- 3.110
-
-
Constructor Summary
Constructors Constructor Description ImageUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static NSBitmapImageRep
createImageRep(Image image, NSSize targetSize)
Creates new image representation based on the source image.
-
-
-
Method Detail
-
createImageRep
public static NSBitmapImageRep createImageRep(Image image, NSSize targetSize)
Creates new image representation based on the source image.- Parameters:
image
- Source image objecttargetSize
- the size at which image representation needs to be created- Returns:
- image representation
- Since:
- 3.110
-
-