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

Packages that use NSBitmapImageFileType
com.jniwrapper.macosx.cocoa.nsbitmapimagerep   
 

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

Methods in com.jniwrapper.macosx.cocoa.nsbitmapimagerep with parameters of type NSBitmapImageFileType
 com.jniwrapper.Pointer.Void NSBitmapImageRep.representationUsingType_properties(NSBitmapImageFileType storageType, NSDictionary properties)
          This method represents the representationUsingType() method of the NSBitmapImageRep Objective-C class.
static com.jniwrapper.Pointer.Void NSBitmapImageRep.static_representationOfImageRepsInArray_usingType_properties(NSArray imageReps, NSBitmapImageFileType storageType, NSDictionary properties)
          This method represents the representationOfImageRepsInArray() method of the NSBitmapImageRep Objective-C class.