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 NSBitmapImageRepNSView. bitmapImageRepForCachingDisplayInRect(NSRect rect)NSBitmapImageRepNSBitmapImageRep. initWithBitmapDataPlanes(long planes, long width, long height, long bps, long spp, boolean alpha, boolean isPlanar, NSString colorSpaceName, long bitmapFormat, long rBytes, long pBits)NSBitmapImageRepNSBitmapImageRep. initWithData(NSData data)Methods in org.eclipse.swt.internal.cocoa with parameters of type NSBitmapImageRep Modifier and Type Method Description voidNSView. cacheDisplayInRect(NSRect rect, NSBitmapImageRep bitmapImageRep)static NSGraphicsContextNSGraphicsContext. 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 NSBitmapImageRepImageUtil. createImageRep(Image image, NSSize targetSize)Creates new image representation based on the source image.
-