Uses of Class
com.jniwrapper.macosx.cocoa.nsbitmapimagerep.NSTIFFCompression

Packages that use NSTIFFCompression
com.jniwrapper.macosx.cocoa.nsbitmapimagerep   
com.jniwrapper.macosx.cocoa.nsimage   
 

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

Methods in com.jniwrapper.macosx.cocoa.nsbitmapimagerep with parameters of type NSTIFFCompression
 com.jniwrapper.Bool NSBitmapImageRep.canBeCompressedUsing(NSTIFFCompression compression)
           
static void NSBitmapImageRep.static_getTIFFCompressionTypes_count(NSTIFFCompression list, com.jniwrapper.Int numTypes)
          This method represents the getTIFFCompressionTypes() method of the NSBitmapImageRep Objective-C class.
static com.jniwrapper.Pointer.Void NSBitmapImageRep.static_TIFFRepresentationOfImageRepsInArray_usingCompression_factor(NSArray array, NSTIFFCompression comp, com.jniwrapper.SingleFloat factor)
          This method represents the TIFFRepresentationOfImageRepsInArray() method of the NSBitmapImageRep Objective-C class.
 void NSBitmapImageRep.setCompression_factor(NSTIFFCompression compression, com.jniwrapper.SingleFloat factor)
          This method represents the setCompression() method of the NSBitmapImageRep Objective-C class.
 com.jniwrapper.Pointer.Void NSBitmapImageRep.TIFFRepresentationUsingCompression_factor(NSTIFFCompression comp, com.jniwrapper.SingleFloat factor)
          This method represents the TIFFRepresentationUsingCompression() method of the NSBitmapImageRep Objective-C class.
 void NSBitmapImageRep.getCompression_factor(NSTIFFCompression compression, com.jniwrapper.SingleFloat factor)
          This method represents the getCompression() method of the NSBitmapImageRep Objective-C class.
static com.jniwrapper.Pointer.Void NSBitmapImageRep.static_localizedNameForTIFFCompressionType(NSTIFFCompression compression)
           
 

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

Methods in com.jniwrapper.macosx.cocoa.nsimage with parameters of type NSTIFFCompression
 com.jniwrapper.Pointer.Void NSImage.TIFFRepresentationUsingCompression_factor(NSTIFFCompression comp, com.jniwrapper.SingleFloat aFloat)
          This method represents the TIFFRepresentationUsingCompression() method of the NSImage Objective-C class.