Uses of Class
org.rococoa.cocoa.foundation.NSRect

Packages that use NSRect
org.rococoa.cocoa.appkit   
org.rococoa.cocoa.appkit.categories   
org.rococoa.cocoa.foundation   
 

Uses of NSRect in org.rococoa.cocoa.appkit
 

Methods in org.rococoa.cocoa.appkit with parameters of type NSRect
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.
abstract  int NSSimpleHorizontalTypesetter.layoutGlyphsInHorizontalLineFragment_baseline(NSRect lineFragmentRect, FloatBuffer baseline)
          Currently the one called by above.
abstract  int NSSimpleHorizontalTypesetter.layoutGlyphsInHorizontalLineFragment_baseline(NSRect lineFragmentRect, FloatByReference baseline)
          Deprecated. use the safer methods NSSimpleHorizontalTypesetter.layoutGlyphsInHorizontalLineFragment_baseline(org.rococoa.cocoa.foundation.NSRect, java.nio.FloatBuffer) and NSSimpleHorizontalTypesetter.layoutGlyphsInHorizontalLineFragment_baseline(org.rococoa.cocoa.foundation.NSRect, com.sun.jna.ptr.FloatByReference) instead
 void AppKitLibrary.NSRectClipList(NSRect rects, NSInteger count)
          Original signature : void NSRectClipList(const NSRect*, NSInteger)
native declaration : /System/Library/Frameworks/AppKit.framework/Headers/NSGraphics.h:152
 void AppKitLibrary.NSRectFillList(NSRect rects, NSInteger count)
          Original signature : void NSRectFillList(const NSRect*, NSInteger)
native declaration : /System/Library/Frameworks/AppKit.framework/Headers/NSGraphics.h:142
 void AppKitLibrary.NSRectFillListUsingOperation(NSRect rects, NSInteger count, int op)
          Original signature : void NSRectFillListUsingOperation(const NSRect*, NSInteger, NSCompositingOperation)
native declaration : /System/Library/Frameworks/AppKit.framework/Headers/NSGraphics.h:146
 void AppKitLibrary.NSRectFillListWithColors(NSRect rects, PointerByReference colors, NSInteger num)
          Original signature : void NSRectFillListWithColors(const NSRect*, NSColor**, NSInteger)
native declaration : /System/Library/Frameworks/AppKit.framework/Headers/NSGraphics.h:144
 void AppKitLibrary.NSRectFillListWithColorsUsingOperation(NSRect rects, PointerByReference colors, NSInteger num, int op)
          Original signature : void NSRectFillListWithColorsUsingOperation(const NSRect*, NSColor**, NSInteger, NSCompositingOperation)
native declaration : /System/Library/Frameworks/AppKit.framework/Headers/NSGraphics.h:147
 void AppKitLibrary.NSRectFillListWithGrays(NSRect rects, org.rococoa.cocoa.CGFloat[] grays, NSInteger num)
          Original signature : void NSRectFillListWithGrays(const NSRect*, const CGFloat*, NSInteger)
native declaration : /System/Library/Frameworks/AppKit.framework/Headers/NSGraphics.h:143
 void AppKitLibrary.NSRectFillListWithGrays(NSRect rects, CGFloatByReference grays, NSInteger num)
          Deprecated. use the safer methods AppKitLibrary.NSRectFillListWithGrays(org.rococoa.cocoa.foundation.NSRect, org.rococoa.cocoa.CGFloat[], org.rococoa.cocoa.foundation.NSInteger) and AppKitLibrary.NSRectFillListWithGrays(org.rococoa.cocoa.foundation.NSRect, com.ochafik.lang.jnaerator.runtime.CGFloatByReference, org.rococoa.cocoa.foundation.NSInteger) instead
 

Uses of NSRect in org.rococoa.cocoa.appkit.categories
 

Methods in org.rococoa.cocoa.appkit.categories with parameters of type NSRect
 void NSTypesetterSubclassExtensions.willSetLineFragmentRect_forGlyphRange_usedRect(NSRect aRect, NSRange.ByValue aRange, NSRect bRect)
          If implemented by subclasses, this is called within "layoutGlyphsInHorizontalLineFragment:baseline:" after laying out each line fragment, immediately before "setLineFragmentRect:forGlyphRange:usedRect:" in the NSLayoutManager is called to record the used line fragment rectangles.
 

Uses of NSRect in org.rococoa.cocoa.foundation
 

Subclasses of NSRect in org.rococoa.cocoa.foundation
static class NSRect.ByReference
           
static class NSRect.ByValue
           
 

Methods in org.rococoa.cocoa.foundation that return NSRect
static NSRect[] NSRect.newArray(int arrayLength)
           
 

Methods in org.rococoa.cocoa.foundation with parameters of type NSRect
 void FoundationLibrary.NSDivideRect(NSRect.ByValue inRect, NSRect slice, NSRect rem, org.rococoa.cocoa.CGFloat amount, int edge)
          Original signature : void NSDivideRect(NSRect, NSRect*, NSRect*, CGFloat, NSRectEdge)
native declaration : /System/Library/Frameworks/Foundation.framework/Headers/NSGeometry.h:181
 



Copyright © 2009. All Rights Reserved.