|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NSBitmapImageRep | |
---|---|
org.rococoa.cocoa.appkit | |
org.rococoa.cocoa.appkit.categories |
Uses of NSBitmapImageRep in org.rococoa.cocoa.appkit |
---|
Methods in org.rococoa.cocoa.appkit that return NSBitmapImageRep | |
---|---|
static NSBitmapImageRep |
NSBitmapImageRep.alloc()
|
abstract NSBitmapImageRep |
NSBitmapImageRep._class_.alloc()
|
abstract NSBitmapImageRep |
NSBitmapImageRep.bitmapImageRepByRetaggingWithColorSpace(NSColorSpace newSpace)
Original signature : -(NSBitmapImageRep*)bitmapImageRepByRetaggingWithColorSpace:(NSColorSpace*) native declaration : NSBitmapImageRep.h:167 |
static NSBitmapImageRep |
NSBitmapImageRep.createForIncrementalLoad()
Factory method |
static NSBitmapImageRep |
NSBitmapImageRep.createWithBitmapDataPlanes_pixelsWide_pixelsHigh_bitsPerSample_samplesPerPixel_hasAlpha_isPlanar_colorSpaceName_bitmapFormat_bytesPerRow_bitsPerPixel(PointerByReference planes,
NSInteger width,
NSInteger height,
NSInteger bps,
NSInteger spp,
boolean alpha,
boolean isPlanar,
NSString colorSpaceName,
int bitmapFormat,
NSInteger rBytes,
NSInteger pBits)
Factory method |
static NSBitmapImageRep |
NSBitmapImageRep.createWithBitmapDataPlanes_pixelsWide_pixelsHigh_bitsPerSample_samplesPerPixel_hasAlpha_isPlanar_colorSpaceName_bytesPerRow_bitsPerPixel(PointerByReference planes,
NSInteger width,
NSInteger height,
NSInteger bps,
NSInteger spp,
boolean alpha,
boolean isPlanar,
NSString colorSpaceName,
NSInteger rBytes,
NSInteger pBits)
Factory method |
static NSBitmapImageRep |
NSBitmapImageRep.createWithCIImage(CIImage ciImage)
Factory method |
static NSBitmapImageRep |
NSBitmapImageRep.createWithData(NSData data)
Factory method |
static NSBitmapImageRep |
NSBitmapImageRep.imageRepWithData(NSData data)
Convenience of initWithData: Original signature : +(id)imageRepWithData:(NSData*) native declaration : NSBitmapImageRep.h:112 |
abstract NSBitmapImageRep |
NSBitmapImageRep._class_.imageRepWithData(NSData data)
Convenience of initWithData: Original signature : +(id)imageRepWithData:(NSData*) native declaration : NSBitmapImageRep.h:112 |
abstract NSBitmapImageRep |
NSBitmapImageRep.initForIncrementalLoad()
Original signature : -(id)initForIncrementalLoad native declaration : NSBitmapImageRep.h:147 |
abstract NSBitmapImageRep |
NSBitmapImageRep.initWithBitmapDataPlanes_pixelsWide_pixelsHigh_bitsPerSample_samplesPerPixel_hasAlpha_isPlanar_colorSpaceName_bitmapFormat_bytesPerRow_bitsPerPixel(PointerByReference planes,
NSInteger width,
NSInteger height,
NSInteger bps,
NSInteger spp,
boolean alpha,
boolean isPlanar,
NSString colorSpaceName,
int bitmapFormat,
NSInteger rBytes,
NSInteger pBits)
Original signature : -(id)initWithBitmapDataPlanes:(unsigned char**) pixelsWide:(NSInteger) pixelsHigh:(NSInteger) bitsPerSample:(NSInteger) samplesPerPixel:(NSInteger) hasAlpha:(BOOL) isPlanar:(BOOL) colorSpaceName:(NSString*) bitmapFormat:(NSBitmapFormat) bytesPerRow:(NSInteger) bitsPerPixel:(NSInteger) native declaration : NSBitmapImageRep.h:103 |
abstract NSBitmapImageRep |
NSBitmapImageRep.initWithBitmapDataPlanes_pixelsWide_pixelsHigh_bitsPerSample_samplesPerPixel_hasAlpha_isPlanar_colorSpaceName_bytesPerRow_bitsPerPixel(PointerByReference planes,
NSInteger width,
NSInteger height,
NSInteger bps,
NSInteger spp,
boolean alpha,
boolean isPlanar,
NSString colorSpaceName,
NSInteger rBytes,
NSInteger pBits)
Original signature : -(id)initWithBitmapDataPlanes:(unsigned char**) pixelsWide:(NSInteger) pixelsHigh:(NSInteger) bitsPerSample:(NSInteger) samplesPerPixel:(NSInteger) hasAlpha:(BOOL) isPlanar:(BOOL) colorSpaceName:(NSString*) bytesPerRow:(NSInteger) bitsPerPixel:(NSInteger) native declaration : NSBitmapImageRep.h:101 |
abstract NSBitmapImageRep |
NSBitmapImageRep.initWithCIImage(CIImage ciImage)
Original signature : -(id)initWithCIImage:(CIImage*) native declaration : NSBitmapImageRep.h:107 |
abstract NSBitmapImageRep |
NSBitmapImageRep.initWithData(NSData data)
Original signature : -(id)initWithData:(NSData*) native declaration : NSBitmapImageRep.h:113 |
static NSBitmapImageRep |
NSBitmapImageRep.new_()
|
abstract NSBitmapImageRep |
NSBitmapImageRep._class_.new_()
|
Methods in org.rococoa.cocoa.appkit with parameters of type NSBitmapImageRep | |
---|---|
static NSGraphicsContext |
NSGraphicsContext.graphicsContextWithBitmapImageRep(NSBitmapImageRep bitmapRep)
Convenience cover method for [NSGraphicsContext graphicsContextWithAttributes:[NSDictionary dictionaryWithObject: |
abstract NSGraphicsContext |
NSGraphicsContext._class_.graphicsContextWithBitmapImageRep(NSBitmapImageRep bitmapRep)
Convenience cover method for [NSGraphicsContext graphicsContextWithAttributes:[NSDictionary dictionaryWithObject: |
Uses of NSBitmapImageRep in org.rococoa.cocoa.appkit.categories |
---|
Methods in org.rococoa.cocoa.appkit.categories with parameters of type NSBitmapImageRep | |
---|---|
CIImage |
NSAppKitAdditions.initWithBitmapImageRep(NSBitmapImageRep bitmapImageRep)
Original signature : -(id)initWithBitmapImageRep:(NSBitmapImageRep*) from NSAppKitAdditions native declaration : NSCIImageRep.h:27 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |