Uses of Class
org.eclipse.swt.internal.cocoa.NSBitmapImageRep
-
Packages that use NSBitmapImageRep Package Description org.eclipse.swt.internal.cocoa org.eclipse.swt.internal.graphics -
-
Uses of NSBitmapImageRep in org.eclipse.swt.internal.cocoa
Methods in org.eclipse.swt.internal.cocoa that return NSBitmapImageRep Modifier and Type Method Description NSBitmapImageRep
NSView. bitmapImageRepForCachingDisplayInRect(NSRect rect)
NSBitmapImageRep
NSBitmapImageRep. initWithBitmapDataPlanes(long planes, long width, long height, long bps, long spp, boolean alpha, boolean isPlanar, NSString colorSpaceName, long bitmapFormat, long rBytes, long pBits)
NSBitmapImageRep
NSBitmapImageRep. initWithData(NSData data)
Methods in org.eclipse.swt.internal.cocoa with parameters of type NSBitmapImageRep Modifier and Type Method Description void
NSView. cacheDisplayInRect(NSRect rect, NSBitmapImageRep bitmapImageRep)
static NSGraphicsContext
NSGraphicsContext. graphicsContextWithBitmapImageRep(NSBitmapImageRep bitmapRep)
-
Uses of NSBitmapImageRep in org.eclipse.swt.internal.graphics
Methods in org.eclipse.swt.internal.graphics that return NSBitmapImageRep Modifier and Type Method Description static NSBitmapImageRep
ImageUtil. createImageRep(Image image, NSSize targetSize)
Creates new image representation based on the source image.
-