Uses of Class
com.jniwrapper.macosx.cocoa.nsgeometry.NSRectArray

Packages that use NSRectArray
com.jniwrapper.macosx.cocoa.nslayoutmanager   
 

Uses of NSRectArray in com.jniwrapper.macosx.cocoa.nslayoutmanager
 

Methods in com.jniwrapper.macosx.cocoa.nslayoutmanager that return NSRectArray
 NSRectArray NSLayoutManager.rectArrayForCharacterRange_withinSelectedCharacterRange_inTextContainer_rectCount(NSRange charRange, NSRange selCharRange, NSTextContainer container, com.jniwrapper.UInt16 rectCount)
          This method represents the rectArrayForCharacterRange() method of the NSLayoutManager Objective-C class.
 NSRectArray NSLayoutManager.rectArrayForGlyphRange_withinSelectedGlyphRange_inTextContainer_rectCount(NSRange glyphRange, NSRange selGlyphRange, NSTextContainer container, com.jniwrapper.UInt16 rectCount)
          This method represents the rectArrayForGlyphRange() method of the NSLayoutManager Objective-C class.