Uses of Class
com.jniwrapper.macosx.cocoa.nsimagerep.NSImageRep

Packages that use NSImageRep
com.jniwrapper.macosx.cocoa.nsbitmapimagerep   
com.jniwrapper.macosx.cocoa.nscachedimagerep   
com.jniwrapper.macosx.cocoa.nscustomimagerep   
com.jniwrapper.macosx.cocoa.nsepsimagerep   
com.jniwrapper.macosx.cocoa.nsimage   
com.jniwrapper.macosx.cocoa.nsimagerep   
com.jniwrapper.macosx.cocoa.nsobject   
com.jniwrapper.macosx.cocoa.nspdfimagerep   
com.jniwrapper.macosx.cocoa.nspictimagerep   
 

Uses of NSImageRep in com.jniwrapper.macosx.cocoa.nsbitmapimagerep
 

Subclasses of NSImageRep in com.jniwrapper.macosx.cocoa.nsbitmapimagerep
 class NSBitmapImageRep
          This class represents NSBitmapImageRep class.
 

Uses of NSImageRep in com.jniwrapper.macosx.cocoa.nscachedimagerep
 

Subclasses of NSImageRep in com.jniwrapper.macosx.cocoa.nscachedimagerep
 class NSCachedImageRep
          This class represents NSCachedImageRep class.
 

Uses of NSImageRep in com.jniwrapper.macosx.cocoa.nscustomimagerep
 

Subclasses of NSImageRep in com.jniwrapper.macosx.cocoa.nscustomimagerep
 class NSCustomImageRep
          This class represents NSCustomImageRep class.
 

Uses of NSImageRep in com.jniwrapper.macosx.cocoa.nsepsimagerep
 

Subclasses of NSImageRep in com.jniwrapper.macosx.cocoa.nsepsimagerep
 class NSEPSImageRep
          This class represents NSEPSImageRep class.
 

Uses of NSImageRep in com.jniwrapper.macosx.cocoa.nsimage
 

Methods in com.jniwrapper.macosx.cocoa.nsimage with parameters of type NSImageRep
 void NSImage.removeRepresentation(NSImageRep imageRep)
           
 void NSImage.addRepresentation(NSImageRep imageRep)
           
 com.jniwrapper.Bool NSImage.drawRepresentation_inRect(NSImageRep imageRep, NSRect rect)
          This method represents the drawRepresentation() method of the NSImage Objective-C class.
 void NSImage.lockFocusOnRepresentation(NSImageRep imageRepresentation)
           
 

Uses of NSImageRep in com.jniwrapper.macosx.cocoa.nsimagerep
 

Methods in com.jniwrapper.macosx.cocoa.nsimagerep that return NSImageRep
static NSImageRep NSImageRep.NSImageRep_imageRepWithContentsOfFile(java.lang.String filename)
          This method represents the imageRepWithContentsOfFile static constructor of the NSImageRep Objective-C class.
static NSImageRep NSImageRep.NSImageRep_imageRepWithContentsOfURL(NSURL url)
          This method represents the imageRepWithContentsOfURL static constructor of the NSImageRep Objective-C class.
static NSImageRep NSImageRep.NSImageRep_imageRepWithPasteboard(NSPasteboard pasteboard)
          This method represents the imageRepWithPasteboard static constructor of the NSImageRep Objective-C class.
 

Uses of NSImageRep in com.jniwrapper.macosx.cocoa.nsobject
 

Methods in com.jniwrapper.macosx.cocoa.nsobject with parameters of type NSImageRep
 void NSObject.image_didLoadRepresentation_withStatus(NSImage image, NSImageRep rep, NSImageLoadStatus status)
          This method represents the image() method of the NSObject Objective-C class.
 void NSObject.image_willLoadRepresentation(NSImage image, NSImageRep rep)
          This method represents the image() method of the NSObject Objective-C class.
 void NSObject.image_didLoadRepresentationHeader(NSImage image, NSImageRep rep)
          This method represents the image() method of the NSObject Objective-C class.
 void NSObject.image_didLoadPartOfRepresentation_withValidRows(NSImage image, NSImageRep rep, com.jniwrapper.Int rows)
          This method represents the image() method of the NSObject Objective-C class.
 

Uses of NSImageRep in com.jniwrapper.macosx.cocoa.nspdfimagerep
 

Subclasses of NSImageRep in com.jniwrapper.macosx.cocoa.nspdfimagerep
 class NSPDFImageRep
          This class represents NSPDFImageRep class.
 

Uses of NSImageRep in com.jniwrapper.macosx.cocoa.nspictimagerep
 

Subclasses of NSImageRep in com.jniwrapper.macosx.cocoa.nspictimagerep
 class NSPICTImageRep
          This class represents NSPICTImageRep class.