Uses of Class
org.eclipse.swt.internal.cocoa.NSBitmapImageRep
Packages that use NSBitmapImageRep
-
Uses of NSBitmapImageRep in org.eclipse.swt.internal.cocoa
Methods in org.eclipse.swt.internal.cocoa that return NSBitmapImageRepModifier and TypeMethodDescriptionNSView.bitmapImageRepForCachingDisplayInRect(NSRect rect) static NSBitmapImageRepNSBitmapImageRep.imageRepWithData(NSData data) NSBitmapImageRep.initWithBitmapDataPlanes(long planes, long width, long height, long bps, long spp, boolean alpha, boolean isPlanar, NSString colorSpaceName, long rBytes, long pBits) 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.initWithData(NSData data) NSBitmapImageRep.initWithFocusedViewRect(NSRect rect) Methods in org.eclipse.swt.internal.cocoa with parameters of type NSBitmapImageRepModifier and TypeMethodDescriptionvoidNSView.cacheDisplayInRect(NSRect rect, NSBitmapImageRep bitmapImageRep) static NSGraphicsContextNSGraphicsContext.graphicsContextWithBitmapImageRep(NSBitmapImageRep bitmapRep)