|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.jniwrapper.Parameter
com.jniwrapper.Pointer.Void
com.jniwrapper.macosx.cocoa.Id
com.jniwrapper.macosx.cocoa.CObject
com.jniwrapper.macosx.cocoa.nsobject.NSObject
com.jniwrapper.macosx.cocoa.nsimagerep.NSImageRep
com.jniwrapper.macosx.cocoa.nsbitmapimagerep.NSBitmapImageRep
This class represents NSBitmapImageRep class.
See the class documentation at the Apple's site: NSBitmapImageRep
| Field Summary |
| Fields inherited from class com.jniwrapper.macosx.cocoa.CObject |
_fields |
| Fields inherited from class com.jniwrapper.Parameter |
LICENSE_TYPE, V |
| Constructor Summary | |
NSBitmapImageRep()
|
|
NSBitmapImageRep(boolean autorelease)
Contructs the NSBitmapImageRep class with the autorelease option on. |
|
NSBitmapImageRep(com.jniwrapper.Pointer.Void instancePtr)
Contructs the NSBitmapImageRep class from pointer. |
|
NSBitmapImageRep(java.lang.String methodName,
com.jniwrapper.Parameter[] parameters)
Contructs the NSBitmapImageRep class with static constructor. |
|
| Method Summary | |
com.jniwrapper.AnsiString |
bitmapData()
|
com.jniwrapper.Int |
bitsPerPixel()
|
com.jniwrapper.Int |
bytesPerPlane()
|
com.jniwrapper.Int |
bytesPerRow()
|
com.jniwrapper.Bool |
canBeCompressedUsing(NSTIFFCompression compression)
|
void |
colorizeByMappingGray_toColor_blackMapping_whiteMapping(com.jniwrapper.SingleFloat midPoint,
NSColor midPointColor,
NSColor shadowColor,
NSColor lightColor)
This method represents the colorizeByMappingGray() method of the NSBitmapImageRep Objective-C class. |
void |
getBitmapDataPlanes(com.jniwrapper.UInt8 data)
|
void |
getCompression_factor(NSTIFFCompression compression,
com.jniwrapper.SingleFloat factor)
This method represents the getCompression() method of the NSBitmapImageRep Objective-C class. |
com.jniwrapper.Int |
incrementalLoadFromData_complete(NSData data,
boolean complete)
This method represents the incrementalLoadFromData() method of the NSBitmapImageRep Objective-C class. |
protected void |
init(com.jniwrapper.Parameter[] fields)
|
Id |
initForIncrementalLoad()
|
Id |
initWithBitmapDataPlanes_pixelsWide_pixelsHigh_bitsPerSample_samplesPerPixel_hasAlpha_isPlanar_colorSpaceName_bytesPerRow_bitsPerPixel(com.jniwrapper.UInt8 planes,
com.jniwrapper.Int width,
com.jniwrapper.Int height,
com.jniwrapper.Int bps,
com.jniwrapper.Int spp,
boolean alpha,
boolean isPlanar,
java.lang.String colorSpaceName,
com.jniwrapper.Int rBytes,
com.jniwrapper.Int pBits)
This method represents the initWithBitmapDataPlanes() method of the NSBitmapImageRep Objective-C class. |
Id |
initWithData(NSData tiffData)
|
Id |
initWithFocusedViewRect(NSRect rect)
|
com.jniwrapper.Bool |
isPlanar()
|
static NSBitmapImageRep |
NSBitmapImageRep_imageRepWithData(NSData tiffData)
This method represents the imageRepWithData static constructor of the NSBitmapImageRep Objective-C class. |
com.jniwrapper.Int |
numberOfPlanes()
|
com.jniwrapper.Pointer.Void |
representationUsingType_properties(NSBitmapImageFileType storageType,
NSDictionary properties)
This method represents the representationUsingType() method of the NSBitmapImageRep Objective-C class. |
com.jniwrapper.Int |
samplesPerPixel()
|
void |
setCompression_factor(NSTIFFCompression compression,
com.jniwrapper.SingleFloat factor)
This method represents the setCompression() method of the NSBitmapImageRep Objective-C class. |
void |
setProperty_withValue(java.lang.String property,
Id value)
This method represents the setProperty() method of the NSBitmapImageRep Objective-C class. |
static void |
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 |
static_imageRepsWithData(NSData tiffData)
|
static com.jniwrapper.Pointer.Void |
static_localizedNameForTIFFCompressionType(NSTIFFCompression compression)
|
static com.jniwrapper.Pointer.Void |
static_representationOfImageRepsInArray_usingType_properties(NSArray imageReps,
NSBitmapImageFileType storageType,
NSDictionary properties)
This method represents the representationOfImageRepsInArray() method of the NSBitmapImageRep Objective-C class. |
static com.jniwrapper.Pointer.Void |
static_TIFFRepresentationOfImageRepsInArray_usingCompression_factor(NSArray array,
NSTIFFCompression comp,
com.jniwrapper.SingleFloat factor)
This method represents the TIFFRepresentationOfImageRepsInArray() method of the NSBitmapImageRep Objective-C class. |
static com.jniwrapper.Pointer.Void |
static_TIFFRepresentationOfImageRepsInArray(NSArray array)
|
com.jniwrapper.Pointer.Void |
TIFFRepresentation()
|
com.jniwrapper.Pointer.Void |
TIFFRepresentationUsingCompression_factor(NSTIFFCompression comp,
com.jniwrapper.SingleFloat factor)
This method represents the TIFFRepresentationUsingCompression() method of the NSBitmapImageRep Objective-C class. |
Id |
valueForProperty(java.lang.String property)
|
| Methods inherited from class com.jniwrapper.macosx.cocoa.CObject |
getClassName |
| Methods inherited from class com.jniwrapper.macosx.cocoa.Id |
clone |
| Methods inherited from class com.jniwrapper.Pointer.Void |
asFunction, asFunction, asTypedPointer, castTo, castTo, equals, getDebugInfo, getLength, getValue, hashCode, isNull, read, setValue, toString, write |
| Methods inherited from class com.jniwrapper.Parameter |
|
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public NSBitmapImageRep()
public NSBitmapImageRep(boolean autorelease)
NSBitmapImageRep class with the autorelease option on.
autorelease - public NSBitmapImageRep(com.jniwrapper.Pointer.Void instancePtr)
NSBitmapImageRep class from pointer.
instancePtr -
public NSBitmapImageRep(java.lang.String methodName,
com.jniwrapper.Parameter[] parameters)
NSBitmapImageRep class with static constructor.
methodName - parameters - | Method Detail |
public static NSBitmapImageRep NSBitmapImageRep_imageRepWithData(NSData tiffData)
imageRepWithData static constructor of the NSBitmapImageRep Objective-C class.
tiffData -
protected void init(com.jniwrapper.Parameter[] fields)
init in class NSImageReppublic com.jniwrapper.Bool canBeCompressedUsing(NSTIFFCompression compression)
public Id initForIncrementalLoad()
public void colorizeByMappingGray_toColor_blackMapping_whiteMapping(com.jniwrapper.SingleFloat midPoint,
NSColor midPointColor,
NSColor shadowColor,
NSColor lightColor)
colorizeByMappingGray() method of the NSBitmapImageRep Objective-C class.
midPoint - midPointColor - shadowColor - lightColor -
public static void static_getTIFFCompressionTypes_count(NSTIFFCompression list,
com.jniwrapper.Int numTypes)
getTIFFCompressionTypes() method of the NSBitmapImageRep Objective-C class.
list - numTypes -
public static com.jniwrapper.Pointer.Void static_TIFFRepresentationOfImageRepsInArray_usingCompression_factor(NSArray array,
NSTIFFCompression comp,
com.jniwrapper.SingleFloat factor)
TIFFRepresentationOfImageRepsInArray() method of the NSBitmapImageRep Objective-C class.
array - comp - factor -
public com.jniwrapper.Bool isPlanar()
public com.jniwrapper.Pointer.Void representationUsingType_properties(NSBitmapImageFileType storageType,
NSDictionary properties)
representationUsingType() method of the NSBitmapImageRep Objective-C class.
storageType - properties -
public void setCompression_factor(NSTIFFCompression compression,
com.jniwrapper.SingleFloat factor)
setCompression() method of the NSBitmapImageRep Objective-C class.
compression - factor - public Id initWithData(NSData tiffData)
public static com.jniwrapper.Pointer.Void static_representationOfImageRepsInArray_usingType_properties(NSArray imageReps,
NSBitmapImageFileType storageType,
NSDictionary properties)
representationOfImageRepsInArray() method of the NSBitmapImageRep Objective-C class.
imageReps - storageType - properties -
public com.jniwrapper.AnsiString bitmapData()
public com.jniwrapper.Pointer.Void TIFFRepresentationUsingCompression_factor(NSTIFFCompression comp,
com.jniwrapper.SingleFloat factor)
TIFFRepresentationUsingCompression() method of the NSBitmapImageRep Objective-C class.
comp - factor -
public static com.jniwrapper.Pointer.Void static_imageRepsWithData(NSData tiffData)
public Id initWithBitmapDataPlanes_pixelsWide_pixelsHigh_bitsPerSample_samplesPerPixel_hasAlpha_isPlanar_colorSpaceName_bytesPerRow_bitsPerPixel(com.jniwrapper.UInt8 planes,
com.jniwrapper.Int width,
com.jniwrapper.Int height,
com.jniwrapper.Int bps,
com.jniwrapper.Int spp,
boolean alpha,
boolean isPlanar,
java.lang.String colorSpaceName,
com.jniwrapper.Int rBytes,
com.jniwrapper.Int pBits)
initWithBitmapDataPlanes() method of the NSBitmapImageRep Objective-C class.
planes - width - height - bps - spp - alpha - isPlanar - colorSpaceName - rBytes - pBits -
public void getBitmapDataPlanes(com.jniwrapper.UInt8 data)
public com.jniwrapper.Int bitsPerPixel()
public com.jniwrapper.Int incrementalLoadFromData_complete(NSData data,
boolean complete)
incrementalLoadFromData() method of the NSBitmapImageRep Objective-C class.
data - complete -
public com.jniwrapper.Int samplesPerPixel()
public void getCompression_factor(NSTIFFCompression compression,
com.jniwrapper.SingleFloat factor)
getCompression() method of the NSBitmapImageRep Objective-C class.
compression - factor - public com.jniwrapper.Int numberOfPlanes()
public Id valueForProperty(java.lang.String property)
public static com.jniwrapper.Pointer.Void static_localizedNameForTIFFCompressionType(NSTIFFCompression compression)
public com.jniwrapper.Int bytesPerRow()
public Id initWithFocusedViewRect(NSRect rect)
public void setProperty_withValue(java.lang.String property,
Id value)
setProperty() method of the NSBitmapImageRep Objective-C class.
property - value - public static com.jniwrapper.Pointer.Void static_TIFFRepresentationOfImageRepsInArray(NSArray array)
public com.jniwrapper.Int bytesPerPlane()
public com.jniwrapper.Pointer.Void TIFFRepresentation()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||