Uses of Class
org.rococoa.cocoa.appkit.NSGraphicsContext

Packages that use NSGraphicsContext
org.rococoa.cocoa.appkit   
 

Uses of NSGraphicsContext in org.rococoa.cocoa.appkit
 

Methods in org.rococoa.cocoa.appkit that return NSGraphicsContext
static NSGraphicsContext NSGraphicsContext.alloc()
           
abstract  NSGraphicsContext NSGraphicsContext._class_.alloc()
           
abstract  NSGraphicsContext NSPrintOperation.context()
          The context for the output of this operation.
abstract  NSGraphicsContext NSEvent.context()
          Original signature : -(NSGraphicsContext*)context
native declaration : NSEvent.h:233
abstract  NSGraphicsContext NSApplication.context()
          Original signature : -(NSGraphicsContext*)context
native declaration : NSApplication.h:142
abstract  NSGraphicsContext NSPrintOperation.createContext()
          Methods that are invoked by the print operation itself as it proceeds.
static NSGraphicsContext NSGraphicsContext.currentContext()
          Setting and identifying the current context in the thread
Original signature : +(NSGraphicsContext*)currentContext
native declaration : NSGraphicsContext.h:60
abstract  NSGraphicsContext NSGraphicsContext._class_.currentContext()
          Setting and identifying the current context in the thread
Original signature : +(NSGraphicsContext*)currentContext
native declaration : NSGraphicsContext.h:60
abstract  NSGraphicsContext NSWindow.graphicsContext()
          Returns NSGraphicsContext used to render the receiver's content on the screen for the calling thread.
static NSGraphicsContext NSGraphicsContext.graphicsContextWithAttributes(NSDictionary attributes)
          Instantiates from an appropriate concrete subclass depending on NSGraphicsContextDestinationAttributeName attribute
Original signature : +(NSGraphicsContext*)graphicsContextWithAttributes:(NSDictionary*)
native declaration : NSGraphicsContext.h:44
abstract  NSGraphicsContext NSGraphicsContext._class_.graphicsContextWithAttributes(NSDictionary attributes)
          Instantiates from an appropriate concrete subclass depending on NSGraphicsContextDestinationAttributeName attribute
Original signature : +(NSGraphicsContext*)graphicsContextWithAttributes:(NSDictionary*)
native declaration : NSGraphicsContext.h:44
static NSGraphicsContext NSGraphicsContext.graphicsContextWithBitmapImageRep(NSBitmapImageRep bitmapRep)
          Convenience cover method for [NSGraphicsContext graphicsContextWithAttributes:[NSDictionary dictionaryWithObject: forKey:NSGraphicsContextDestinationAttributeName]].
abstract  NSGraphicsContext NSGraphicsContext._class_.graphicsContextWithBitmapImageRep(NSBitmapImageRep bitmapRep)
          Convenience cover method for [NSGraphicsContext graphicsContextWithAttributes:[NSDictionary dictionaryWithObject: forKey:NSGraphicsContextDestinationAttributeName]].
static NSGraphicsContext NSGraphicsContext.graphicsContextWithGraphicsPort_flipped(Pointer graphicsPort, boolean initialFlippedState)
          Instantiates from an arbitrary graphicsPort (usually CGContextRef).
abstract  NSGraphicsContext NSGraphicsContext._class_.graphicsContextWithGraphicsPort_flipped(Pointer graphicsPort, boolean initialFlippedState)
          Instantiates from an arbitrary graphicsPort (usually CGContextRef).
static NSGraphicsContext NSGraphicsContext.graphicsContextWithWindow(NSWindow window)
          Convenience cover method for [NSGraphicsContext graphicsContextWithAttributes:[NSDictionary dictionaryWithObject: forKey:NSGraphicsContextDestinationAttributeName]]
Original signature : +(NSGraphicsContext*)graphicsContextWithWindow:(NSWindow*)
native declaration : NSGraphicsContext.h:47
abstract  NSGraphicsContext NSGraphicsContext._class_.graphicsContextWithWindow(NSWindow window)
          Convenience cover method for [NSGraphicsContext graphicsContextWithAttributes:[NSDictionary dictionaryWithObject: forKey:NSGraphicsContextDestinationAttributeName]]
Original signature : +(NSGraphicsContext*)graphicsContextWithWindow:(NSWindow*)
native declaration : NSGraphicsContext.h:47
static NSGraphicsContext NSGraphicsContext.new_()
           
abstract  NSGraphicsContext NSGraphicsContext._class_.new_()
           
 

Methods in org.rococoa.cocoa.appkit with parameters of type NSGraphicsContext
abstract  NSImageRep NSImage.bestRepresentationForRect_context_hints(NSRect.ByValue rect, NSGraphicsContext referenceContext, NSDictionary hints)
          Select best representation.
abstract  NSObject NSImageRep.CGImageForProposedRect_context_hints(NSRect proposedDestRect, NSGraphicsContext context, NSDictionary hints)
          The parameters have the same meaning and behavior as in -[NSImage CGImageForProposedRect:context:hints:].
abstract  NSObject NSImage.CGImageForProposedRect_context_hints(NSRect proposedDestRect, NSGraphicsContext referenceContext, NSDictionary hints)
          Returns a CGImage capturing the drawing of the receiver.
static NSEvent NSEvent.enterExitEventWithType_location_modifierFlags_timestamp_windowNumber_context_eventNumber_trackingNumber_userData(int type, NSPoint.ByValue location, NSUInteger flags, double time, NSInteger wNum, NSGraphicsContext context, NSInteger eNum, NSInteger tNum, Pointer data)
          Original signature : +(NSEvent*)enterExitEventWithType:(NSEventType) location:(NSPoint) modifierFlags:(NSUInteger) timestamp:(NSTimeInterval) windowNumber:(NSInteger) context:(NSGraphicsContext*) eventNumber:(NSInteger) trackingNumber:(NSInteger) userData:(void*)
native declaration : NSEvent.h:359
abstract  NSEvent NSEvent._class_.enterExitEventWithType_location_modifierFlags_timestamp_windowNumber_context_eventNumber_trackingNumber_userData(int type, NSPoint.ByValue location, NSUInteger flags, double time, NSInteger wNum, NSGraphicsContext context, NSInteger eNum, NSInteger tNum, Pointer data)
          Original signature : +(NSEvent*)enterExitEventWithType:(NSEventType) location:(NSPoint) modifierFlags:(NSUInteger) timestamp:(NSTimeInterval) windowNumber:(NSInteger) context:(NSGraphicsContext*) eventNumber:(NSInteger) trackingNumber:(NSInteger) userData:(void*)
native declaration : NSEvent.h:359
abstract  boolean NSImage.hitTestRect_withImageDestinationRect_context_hints_flipped(NSRect.ByValue testRectDestSpace, NSRect.ByValue imageRectDestSpace, NSGraphicsContext context, NSDictionary hints, boolean flipped)
          Answers the question, "If you were to draw the image in the passed destination rect in the passed context respecting the passed flippedness with the passed hints, would the test rect in the context intersect a non-transparent portion of the image?"
static NSEvent NSEvent.keyEventWithType_location_modifierFlags_timestamp_windowNumber_context_characters_charactersIgnoringModifiers_isARepeat_keyCode(int type, NSPoint.ByValue location, NSUInteger flags, double time, NSInteger wNum, NSGraphicsContext context, NSString keys, NSString ukeys, boolean flag, short code)
          Original signature : +(NSEvent*)keyEventWithType:(NSEventType) location:(NSPoint) modifierFlags:(NSUInteger) timestamp:(NSTimeInterval) windowNumber:(NSInteger) context:(NSGraphicsContext*) characters:(NSString*) charactersIgnoringModifiers:(NSString*) isARepeat:(BOOL) keyCode:(unsigned short)
native declaration : NSEvent.h:358
abstract  NSEvent NSEvent._class_.keyEventWithType_location_modifierFlags_timestamp_windowNumber_context_characters_charactersIgnoringModifiers_isARepeat_keyCode(int type, NSPoint.ByValue location, NSUInteger flags, double time, NSInteger wNum, NSGraphicsContext context, NSString keys, NSString ukeys, boolean flag, short code)
          Original signature : +(NSEvent*)keyEventWithType:(NSEventType) location:(NSPoint) modifierFlags:(NSUInteger) timestamp:(NSTimeInterval) windowNumber:(NSInteger) context:(NSGraphicsContext*) characters:(NSString*) charactersIgnoringModifiers:(NSString*) isARepeat:(BOOL) keyCode:(unsigned short)
native declaration : NSEvent.h:358
static NSEvent NSEvent.mouseEventWithType_location_modifierFlags_timestamp_windowNumber_context_eventNumber_clickCount_pressure(int type, NSPoint.ByValue location, NSUInteger flags, double time, NSInteger wNum, NSGraphicsContext context, NSInteger eNum, NSInteger cNum, float pressure)
          apps will rarely create these objects
Original signature : +(NSEvent*)mouseEventWithType:(NSEventType) location:(NSPoint) modifierFlags:(NSUInteger) timestamp:(NSTimeInterval) windowNumber:(NSInteger) context:(NSGraphicsContext*) eventNumber:(NSInteger) clickCount:(NSInteger) pressure:(float)
native declaration : NSEvent.h:357
abstract  NSEvent NSEvent._class_.mouseEventWithType_location_modifierFlags_timestamp_windowNumber_context_eventNumber_clickCount_pressure(int type, NSPoint.ByValue location, NSUInteger flags, double time, NSInteger wNum, NSGraphicsContext context, NSInteger eNum, NSInteger cNum, float pressure)
          apps will rarely create these objects
Original signature : +(NSEvent*)mouseEventWithType:(NSEventType) location:(NSPoint) modifierFlags:(NSUInteger) timestamp:(NSTimeInterval) windowNumber:(NSInteger) context:(NSGraphicsContext*) eventNumber:(NSInteger) clickCount:(NSInteger) pressure:(float)
native declaration : NSEvent.h:357
static NSEvent NSEvent.otherEventWithType_location_modifierFlags_timestamp_windowNumber_context_subtype_data1_data2(int type, NSPoint.ByValue location, NSUInteger flags, double time, NSInteger wNum, NSGraphicsContext context, short subtype, NSInteger d1, NSInteger d2)
          Original signature : +(NSEvent*)otherEventWithType:(NSEventType) location:(NSPoint) modifierFlags:(NSUInteger) timestamp:(NSTimeInterval) windowNumber:(NSInteger) context:(NSGraphicsContext*) subtype:(short) data1:(NSInteger) data2:(NSInteger)
native declaration : NSEvent.h:360
abstract  NSEvent NSEvent._class_.otherEventWithType_location_modifierFlags_timestamp_windowNumber_context_subtype_data1_data2(int type, NSPoint.ByValue location, NSUInteger flags, double time, NSInteger wNum, NSGraphicsContext context, short subtype, NSInteger d1, NSInteger d2)
          Original signature : +(NSEvent*)otherEventWithType:(NSEventType) location:(NSPoint) modifierFlags:(NSUInteger) timestamp:(NSTimeInterval) windowNumber:(NSInteger) context:(NSGraphicsContext*) subtype:(short) data1:(NSInteger) data2:(NSInteger)
native declaration : NSEvent.h:360
static void NSGraphicsContext.setCurrentContext(NSGraphicsContext context)
          Original signature : +(void)setCurrentContext:(NSGraphicsContext*)
native declaration : NSGraphicsContext.h:61
abstract  void NSGraphicsContext._class_.setCurrentContext(NSGraphicsContext context)
          Original signature : +(void)setCurrentContext:(NSGraphicsContext*)
native declaration : NSGraphicsContext.h:61
abstract  void NSFont.setInContext(NSGraphicsContext graphicsContext)
          Original signature : -(void)setInContext:(NSGraphicsContext*)
native declaration : NSFont.h:165
 



Copyright © 2009. All Rights Reserved.