Uses of Class
org.rococoa.cocoa.appkit.NSImageRep

Packages that use NSImageRep
org.rococoa.cocoa.appkit   
 

Uses of NSImageRep in org.rococoa.cocoa.appkit
 

Subclasses of NSImageRep in org.rococoa.cocoa.appkit
 class NSBitmapImageRep
          This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects.
 class NSCachedImageRep
          this entire class is deprecated.
 class NSCIImageRep
          This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects.
 class NSCustomImageRep
          This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects.
 class NSEPSImageRep
          This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects.
 class NSPDFImageRep
          This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects.
 class NSPICTImageRep
          This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects.
 

Methods in org.rococoa.cocoa.appkit that return NSImageRep
static NSImageRep NSImageRep.alloc()
           
abstract  NSImageRep NSImageRep._class_.alloc()
           
abstract  NSImageRep NSImage.bestRepresentationForDevice(NSDictionary deviceDescription)
          use -[NSImage bestRepresentationForRect:context:hints:] instead.
abstract  NSImageRep NSImage.bestRepresentationForRect_context_hints(NSRect.ByValue rect, NSGraphicsContext referenceContext, NSDictionary hints)
          Select best representation.
static NSImageRep NSImageRep.imageRepWithContentsOfFile(NSString filename)
          Original signature : +(id)imageRepWithContentsOfFile:(NSString*)
native declaration : NSImageRep.h:114
abstract  NSImageRep NSImageRep._class_.imageRepWithContentsOfFile(NSString filename)
          Original signature : +(id)imageRepWithContentsOfFile:(NSString*)
native declaration : NSImageRep.h:114
static NSImageRep NSImageRep.imageRepWithContentsOfURL(NSURL url)
          Original signature : +(id)imageRepWithContentsOfURL:(NSURL*)
native declaration : NSImageRep.h:116
abstract  NSImageRep NSImageRep._class_.imageRepWithContentsOfURL(NSURL url)
          Original signature : +(id)imageRepWithContentsOfURL:(NSURL*)
native declaration : NSImageRep.h:116
static NSImageRep NSImageRep.imageRepWithPasteboard(NSPasteboard pasteboard)
          Original signature : +(id)imageRepWithPasteboard:(NSPasteboard*)
native declaration : NSImageRep.h:118
abstract  NSImageRep NSImageRep._class_.imageRepWithPasteboard(NSPasteboard pasteboard)
          Original signature : +(id)imageRepWithPasteboard:(NSPasteboard*)
native declaration : NSImageRep.h:118
static NSImageRep NSImageRep.new_()
           
abstract  NSImageRep NSImageRep._class_.new_()
           
 

Methods in org.rococoa.cocoa.appkit with parameters of type NSImageRep
abstract  void NSImage.addRepresentation(NSImageRep imageRep)
          Original signature : -(void)addRepresentation:(NSImageRep*)
native declaration : NSImage.h:120
abstract  void NSImage.removeRepresentation(NSImageRep imageRep)
          Original signature : -(void)removeRepresentation:(NSImageRep*)
native declaration : NSImage.h:121
 



Copyright © 2009. All Rights Reserved.