Uses of Class
org.eclipse.swt.internal.cocoa.NSImageRep
-
Packages that use NSImageRep Package Description org.eclipse.swt.internal.cocoa -
-
Uses of NSImageRep in org.eclipse.swt.internal.cocoa
Subclasses of NSImageRep in org.eclipse.swt.internal.cocoa Modifier and Type Class Description class
NSBitmapImageRep
Methods in org.eclipse.swt.internal.cocoa that return NSImageRep Modifier and Type Method Description NSImageRep
NSImage. bestRepresentationForDevice(NSDictionary deviceDescription)
static NSImageRep
NSBitmapImageRep. imageRepWithContentsOfFile(NSString filename)
static NSImageRep
NSImageRep. imageRepWithContentsOfFile(NSString filename)
Methods in org.eclipse.swt.internal.cocoa with parameters of type NSImageRep Modifier and Type Method Description void
NSImage. addRepresentation(NSImageRep imageRep)
void
NSImage. removeRepresentation(NSImageRep imageRep)
-