Uses of Class
com.jniwrapper.macosx.cocoa.nsgraphics.NSCompositingOperation

Packages that use NSCompositingOperation
com.jniwrapper.macosx.cocoa.nsimage   
 

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

Methods in com.jniwrapper.macosx.cocoa.nsimage with parameters of type NSCompositingOperation
 void NSImage.compositeToPoint_operation(NSPoint point, NSCompositingOperation op)
          This method represents the compositeToPoint() method of the NSImage Objective-C class.
 void NSImage.compositeToPoint_fromRect_operation_fraction(NSPoint point, NSRect rect, NSCompositingOperation op, com.jniwrapper.SingleFloat delta)
          This method represents the compositeToPoint() method of the NSImage Objective-C class.
 void NSImage.drawAtPoint_fromRect_operation_fraction(NSPoint point, NSRect fromRect, NSCompositingOperation op, com.jniwrapper.SingleFloat delta)
          This method represents the drawAtPoint() method of the NSImage Objective-C class.
 void NSImage.compositeToPoint_fromRect_operation(NSPoint point, NSRect rect, NSCompositingOperation op)
          This method represents the compositeToPoint() method of the NSImage Objective-C class.
 void NSImage.drawInRect_fromRect_operation_fraction(NSRect rect, NSRect fromRect, NSCompositingOperation op, com.jniwrapper.SingleFloat delta)
          This method represents the drawInRect() method of the NSImage Objective-C class.
 void NSImage.compositeToPoint_operation_fraction(NSPoint point, NSCompositingOperation op, com.jniwrapper.SingleFloat delta)
          This method represents the compositeToPoint() method of the NSImage Objective-C class.