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

Packages that use NSRect
com.jniwrapper.macosx.cocoa.nsatstypesetter   
com.jniwrapper.macosx.cocoa.nsattributedstring   
com.jniwrapper.macosx.cocoa.nsbezierpath   
com.jniwrapper.macosx.cocoa.nsbitmapimagerep   
com.jniwrapper.macosx.cocoa.nsbox   
com.jniwrapper.macosx.cocoa.nsbrowser   
com.jniwrapper.macosx.cocoa.nscachedimagerep   
com.jniwrapper.macosx.cocoa.nscell   
com.jniwrapper.macosx.cocoa.nsclipview   
com.jniwrapper.macosx.cocoa.nscoder   
com.jniwrapper.macosx.cocoa.nscolor   
com.jniwrapper.macosx.cocoa.nscolorwell   
com.jniwrapper.macosx.cocoa.nscontrol   
com.jniwrapper.macosx.cocoa.nsepsimagerep   
com.jniwrapper.macosx.cocoa.nsfont   
com.jniwrapper.macosx.cocoa.nsgeometry   
com.jniwrapper.macosx.cocoa.nsimage   
com.jniwrapper.macosx.cocoa.nsimagerep   
com.jniwrapper.macosx.cocoa.nsinputmanager   
com.jniwrapper.macosx.cocoa.nslayoutmanager   
com.jniwrapper.macosx.cocoa.nsmatrix   
com.jniwrapper.macosx.cocoa.nsmenuitemcell   
com.jniwrapper.macosx.cocoa.nsmenuview   
com.jniwrapper.macosx.cocoa.nsmovieview   
com.jniwrapper.macosx.cocoa.nsobject   
com.jniwrapper.macosx.cocoa.nsopenglview   
com.jniwrapper.macosx.cocoa.nspdfimagerep   
com.jniwrapper.macosx.cocoa.nspictimagerep   
com.jniwrapper.macosx.cocoa.nspopupbutton   
com.jniwrapper.macosx.cocoa.nspopupbuttoncell   
com.jniwrapper.macosx.cocoa.nsprinter   
com.jniwrapper.macosx.cocoa.nsprintinfo   
com.jniwrapper.macosx.cocoa.nsprintoperation   
com.jniwrapper.macosx.cocoa.nsrulermarker   
com.jniwrapper.macosx.cocoa.nsrulerview   
com.jniwrapper.macosx.cocoa.nsscreen   
com.jniwrapper.macosx.cocoa.nsscroller   
com.jniwrapper.macosx.cocoa.nsscrollview   
com.jniwrapper.macosx.cocoa.nssearchfieldcell   
com.jniwrapper.macosx.cocoa.nssegmentedcell   
com.jniwrapper.macosx.cocoa.nsslider   
com.jniwrapper.macosx.cocoa.nsslidercell   
com.jniwrapper.macosx.cocoa.nssplitview   
com.jniwrapper.macosx.cocoa.nsstatusitem   
com.jniwrapper.macosx.cocoa.nsstring   
com.jniwrapper.macosx.cocoa.nstableheadercell   
com.jniwrapper.macosx.cocoa.nstableheaderview   
com.jniwrapper.macosx.cocoa.nstableview   
com.jniwrapper.macosx.cocoa.nstabview   
com.jniwrapper.macosx.cocoa.nstabviewitem   
com.jniwrapper.macosx.cocoa.nstextattachment   
com.jniwrapper.macosx.cocoa.nstextcontainer   
com.jniwrapper.macosx.cocoa.nstextview   
com.jniwrapper.macosx.cocoa.nstypesetter   
com.jniwrapper.macosx.cocoa.nsvalue   
com.jniwrapper.macosx.cocoa.nsview   
com.jniwrapper.macosx.cocoa.nswindow   
 

Uses of NSRect in com.jniwrapper.macosx.cocoa.nsatstypesetter
 

Methods in com.jniwrapper.macosx.cocoa.nsatstypesetter that return NSRect
 NSRect NSATSTypesetter.boundingBoxForControlGlyphAtIndex_forTextContainer_proposedLineFragment_glyphPosition_characterIndex(com.jniwrapper.UInt16 glyphIndex, NSTextContainer textContainer, NSRect proposedRect, NSPoint glyphPosition, com.jniwrapper.UInt16 charIndex)
          This method represents the boundingBoxForControlGlyphAtIndex() method of the NSATSTypesetter Objective-C class.
 NSRect NSATSTypesetter.lineFragmentRectForProposedRect_remainingRect(NSRect proposedRect, NSRectPointer remainingRect)
          This method represents the lineFragmentRectForProposedRect() method of the NSATSTypesetter Objective-C class.
 

Methods in com.jniwrapper.macosx.cocoa.nsatstypesetter with parameters of type NSRect
 void NSATSTypesetter.willSetLineFragmentRect_forGlyphRange_usedRect_baselineOffset(NSRect lineRect, NSRange glyphRange, NSRect usedRect, com.jniwrapper.SingleFloat baselineOffset)
          This method represents the willSetLineFragmentRect() method of the NSATSTypesetter Objective-C class.
 NSRect NSATSTypesetter.boundingBoxForControlGlyphAtIndex_forTextContainer_proposedLineFragment_glyphPosition_characterIndex(com.jniwrapper.UInt16 glyphIndex, NSTextContainer textContainer, NSRect proposedRect, NSPoint glyphPosition, com.jniwrapper.UInt16 charIndex)
          This method represents the boundingBoxForControlGlyphAtIndex() method of the NSATSTypesetter Objective-C class.
 void NSATSTypesetter.getLineFragmentRect_usedRect_forParagraphSeparatorGlyphRange_atProposedOrigin(NSRect lineFragmentRect, NSRect lineFragmentUsedRect, NSRange paragraphSeparatorGlyphRange, NSPoint lineOrigin)
          This method represents the getLineFragmentRect() method of the NSATSTypesetter Objective-C class.
 com.jniwrapper.SingleFloat NSATSTypesetter.paragraphSpacingBeforeGlyphAtIndex_withProposedLineFragmentRect(com.jniwrapper.UInt16 glyphIndex, NSRect rect)
          This method represents the paragraphSpacingBeforeGlyphAtIndex() method of the NSATSTypesetter Objective-C class.
 void NSATSTypesetter.setLineFragmentRect_forGlyphRange_usedRect_baselineOffset(NSRect fragmentRect, NSRange glyphRange, NSRect usedRect, com.jniwrapper.SingleFloat baselineOffset)
          This method represents the setLineFragmentRect() method of the NSATSTypesetter Objective-C class.
 com.jniwrapper.SingleFloat NSATSTypesetter.paragraphSpacingAfterGlyphAtIndex_withProposedLineFragmentRect(com.jniwrapper.UInt16 glyphIndex, NSRect rect)
          This method represents the paragraphSpacingAfterGlyphAtIndex() method of the NSATSTypesetter Objective-C class.
 com.jniwrapper.SingleFloat NSATSTypesetter.lineSpacingAfterGlyphAtIndex_withProposedLineFragmentRect(com.jniwrapper.UInt16 glyphIndex, NSRect rect)
          This method represents the lineSpacingAfterGlyphAtIndex() method of the NSATSTypesetter Objective-C class.
 NSRect NSATSTypesetter.lineFragmentRectForProposedRect_remainingRect(NSRect proposedRect, NSRectPointer remainingRect)
          This method represents the lineFragmentRectForProposedRect() method of the NSATSTypesetter Objective-C class.
 

Uses of NSRect in com.jniwrapper.macosx.cocoa.nsattributedstring
 

Methods in com.jniwrapper.macosx.cocoa.nsattributedstring with parameters of type NSRect
 void NSAttributedString.drawInRect(NSRect rect)
           
 

Uses of NSRect in com.jniwrapper.macosx.cocoa.nsbezierpath
 

Methods in com.jniwrapper.macosx.cocoa.nsbezierpath that return NSRect
 NSRect NSBezierPath.bounds()
           
 NSRect NSBezierPath.controlPointBounds()
           
 

Methods in com.jniwrapper.macosx.cocoa.nsbezierpath with parameters of type NSRect
static com.jniwrapper.Pointer.Void NSBezierPath.static_bezierPathWithOvalInRect(NSRect rect)
           
static void NSBezierPath.static_clipRect(NSRect rect)
           
static void NSBezierPath.static_fillRect(NSRect rect)
           
 void NSBezierPath.appendBezierPathWithRect(NSRect rect)
           
 void NSBezierPath.appendBezierPathWithOvalInRect(NSRect rect)
           
static void NSBezierPath.static_strokeRect(NSRect rect)
           
static com.jniwrapper.Pointer.Void NSBezierPath.static_bezierPathWithRect(NSRect rect)
           
 

Uses of NSRect in com.jniwrapper.macosx.cocoa.nsbitmapimagerep
 

Methods in com.jniwrapper.macosx.cocoa.nsbitmapimagerep with parameters of type NSRect
 Id NSBitmapImageRep.initWithFocusedViewRect(NSRect rect)
           
 

Uses of NSRect in com.jniwrapper.macosx.cocoa.nsbox
 

Methods in com.jniwrapper.macosx.cocoa.nsbox that return NSRect
 NSRect NSBox.borderRect()
           
 NSRect NSBox.titleRect()
           
 

Methods in com.jniwrapper.macosx.cocoa.nsbox with parameters of type NSRect
 void NSBox.setFrameFromContentFrame(NSRect contentFrame)
           
 

Uses of NSRect in com.jniwrapper.macosx.cocoa.nsbrowser
 

Methods in com.jniwrapper.macosx.cocoa.nsbrowser that return NSRect
 NSRect NSBrowser.titleFrameOfColumn(com.jniwrapper.Int column)
           
 NSRect NSBrowser.frameOfColumn(com.jniwrapper.Int column)
           
 NSRect NSBrowser.frameOfInsideOfColumn(com.jniwrapper.Int column)
           
 

Methods in com.jniwrapper.macosx.cocoa.nsbrowser with parameters of type NSRect
 void NSBrowser.drawTitleOfColumn_inRect(com.jniwrapper.Int column, NSRect aRect)
          This method represents the drawTitleOfColumn() method of the NSBrowser Objective-C class.
 

Uses of NSRect in com.jniwrapper.macosx.cocoa.nscachedimagerep
 

Methods in com.jniwrapper.macosx.cocoa.nscachedimagerep that return NSRect
 NSRect NSCachedImageRep.rect()
           
 

Methods in com.jniwrapper.macosx.cocoa.nscachedimagerep with parameters of type NSRect
 Id NSCachedImageRep.initWithWindow_rect(NSWindow win, NSRect rect)
          This method represents the initWithWindow() method of the NSCachedImageRep Objective-C class.
 

Uses of NSRect in com.jniwrapper.macosx.cocoa.nscell
 

Methods in com.jniwrapper.macosx.cocoa.nscell that return NSRect
 NSRect NSCell.drawingRectForBounds(NSRect theRect)
           
 NSRect NSCell.titleRectForBounds(NSRect theRect)
           
 NSRect NSCell.imageRectForBounds(NSRect theRect)
           
 

Methods in com.jniwrapper.macosx.cocoa.nscell with parameters of type NSRect
 com.jniwrapper.Pointer.Void NSCell.menuForEvent_inRect_ofView(NSEvent event, NSRect cellFrame, NSView view)
          This method represents the menuForEvent() method of the NSCell Objective-C class.
 NSRect NSCell.drawingRectForBounds(NSRect theRect)
           
 NSRect NSCell.titleRectForBounds(NSRect theRect)
           
 void NSCell.highlight_withFrame_inView(boolean flag, NSRect cellFrame, NSView controlView)
          This method represents the highlight() method of the NSCell Objective-C class.
 void NSCell.editWithFrame_inView_editor_delegate_event(NSRect aRect, NSView controlView, NSText textObj, Id anObject, NSEvent theEvent)
          This method represents the editWithFrame() method of the NSCell Objective-C class.
 void NSCell.calcDrawInfo(NSRect aRect)
           
 void NSCell.selectWithFrame_inView_editor_delegate_start_length(NSRect aRect, NSView controlView, NSText textObj, Id anObject, com.jniwrapper.Int selStart, com.jniwrapper.Int selLength)
          This method represents the selectWithFrame() method of the NSCell Objective-C class.
 void NSCell.drawWithFrame_inView(NSRect cellFrame, NSView controlView)
          This method represents the drawWithFrame() method of the NSCell Objective-C class.
 void NSCell.drawInteriorWithFrame_inView(NSRect cellFrame, NSView controlView)
          This method represents the drawInteriorWithFrame() method of the NSCell Objective-C class.
 com.jniwrapper.Pointer.Void NSCell.highlightColorWithFrame_inView(NSRect cellFrame, NSView controlView)
          This method represents the highlightColorWithFrame() method of the NSCell Objective-C class.
 NSSize NSCell.cellSizeForBounds(NSRect aRect)
           
 void NSCell.resetCursorRect_inView(NSRect cellFrame, NSView controlView)
          This method represents the resetCursorRect() method of the NSCell Objective-C class.
 NSRect NSCell.imageRectForBounds(NSRect theRect)
           
 com.jniwrapper.Bool NSCell.trackMouse_inRect_ofView_untilMouseUp(NSEvent theEvent, NSRect cellFrame, NSView controlView, boolean flag)
          This method represents the trackMouse() method of the NSCell Objective-C class.
 

Uses of NSRect in com.jniwrapper.macosx.cocoa.nsclipview
 

Methods in com.jniwrapper.macosx.cocoa.nsclipview that return NSRect
 NSRect NSClipView.documentVisibleRect()
           
 NSRect NSClipView.documentRect()
           
 

Uses of NSRect in com.jniwrapper.macosx.cocoa.nscoder
 

Methods in com.jniwrapper.macosx.cocoa.nscoder that return NSRect
 NSRect NSCoder.decodeRectForKey(java.lang.String key)
           
 NSRect NSCoder.decodeRect()
           
 

Methods in com.jniwrapper.macosx.cocoa.nscoder with parameters of type NSRect
 void NSCoder.encodeRect(NSRect rect)
           
 void NSCoder.encodeRect_forKey(NSRect rect, java.lang.String key)
          This method represents the encodeRect() method of the NSCoder Objective-C class.
 

Uses of NSRect in com.jniwrapper.macosx.cocoa.nscolor
 

Methods in com.jniwrapper.macosx.cocoa.nscolor with parameters of type NSRect
 void NSColor.drawSwatchInRect(NSRect rect)
           
 

Uses of NSRect in com.jniwrapper.macosx.cocoa.nscolorwell
 

Methods in com.jniwrapper.macosx.cocoa.nscolorwell with parameters of type NSRect
 void NSColorWell.drawWellInside(NSRect insideRect)
           
 

Uses of NSRect in com.jniwrapper.macosx.cocoa.nscontrol
 

Methods in com.jniwrapper.macosx.cocoa.nscontrol with parameters of type NSRect
 Id NSControl.initWithFrame(NSRect frameRect)
           
 

Uses of NSRect in com.jniwrapper.macosx.cocoa.nsepsimagerep
 

Methods in com.jniwrapper.macosx.cocoa.nsepsimagerep that return NSRect
 NSRect NSEPSImageRep.boundingBox()
           
 

Uses of NSRect in com.jniwrapper.macosx.cocoa.nsfont
 

Methods in com.jniwrapper.macosx.cocoa.nsfont that return NSRect
 NSRect NSFont.boundingRectForGlyph(NSGlyph aGlyph)
           
 NSRect NSFont.boundingRectForFont()
           
 

Methods in com.jniwrapper.macosx.cocoa.nsfont with parameters of type NSRect
 NSPoint NSFont.positionOfGlyph_forCharacter_struckOverRect(NSGlyph aGlyph, unichar aChar, NSRect aRect)
          This method represents the positionOfGlyph() method of the NSFont Objective-C class.
 NSPoint NSFont.positionOfGlyph_struckOverRect_metricsExist(NSGlyph aGlyph, NSRect aRect, boolean exist)
          This method represents the positionOfGlyph() method of the NSFont Objective-C class.
 

Uses of NSRect in com.jniwrapper.macosx.cocoa.nsgeometry
 

Methods in com.jniwrapper.macosx.cocoa.nsgeometry that return NSRect
 NSRect NSRectPointer.getValue()
           
 NSRect NSRectArray.getValue()
           
 

Constructors in com.jniwrapper.macosx.cocoa.nsgeometry with parameters of type NSRect
NSRectPointer(NSRect value)
           
NSRectArray(NSRect value)
           
 

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

Methods in com.jniwrapper.macosx.cocoa.nsimage with parameters of type NSRect
 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.dissolveToPoint_fromRect_fraction(NSPoint point, NSRect rect, com.jniwrapper.SingleFloat aFloat)
          This method represents the dissolveToPoint() method of the NSImage Objective-C class.
 com.jniwrapper.Bool NSImage.drawRepresentation_inRect(NSImageRep imageRep, NSRect rect)
          This method represents the drawRepresentation() method of the NSImage Objective-C class.
 

Uses of NSRect in com.jniwrapper.macosx.cocoa.nsimagerep
 

Methods in com.jniwrapper.macosx.cocoa.nsimagerep with parameters of type NSRect
 com.jniwrapper.Bool NSImageRep.drawInRect(NSRect rect)
           
 

Uses of NSRect in com.jniwrapper.macosx.cocoa.nsinputmanager
 

Methods in com.jniwrapper.macosx.cocoa.nsinputmanager that return NSRect
 NSRect NSTextInputProtocol.firstRectForCharacterRange(NSRange theRange)
           
 NSRect NSInputManager.firstRectForCharacterRange(NSRange theRange)
           
 

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

Methods in com.jniwrapper.macosx.cocoa.nslayoutmanager that return NSRect
 NSRect NSLayoutManager.lineFragmentRectForGlyphAtIndex_effectiveRange(com.jniwrapper.UInt16 glyphIndex, NSRangePointer effectiveGlyphRange)
          This method represents the lineFragmentRectForGlyphAtIndex() method of the NSLayoutManager Objective-C class.
 NSRect NSLayoutManager.usedRectForTextContainer(NSTextContainer container)
           
 NSRect NSLayoutManager.extraLineFragmentUsedRect()
           
 NSRect NSLayoutManager.boundingRectForGlyphRange_inTextContainer(NSRange glyphRange, NSTextContainer container)
          This method represents the boundingRectForGlyphRange() method of the NSLayoutManager Objective-C class.
 NSRect NSLayoutManager.lineFragmentUsedRectForGlyphAtIndex_effectiveRange(com.jniwrapper.UInt16 glyphIndex, NSRangePointer effectiveGlyphRange)
          This method represents the lineFragmentUsedRectForGlyphAtIndex() method of the NSLayoutManager Objective-C class.
 NSRect NSLayoutManager.extraLineFragmentRect()
           
 

Methods in com.jniwrapper.macosx.cocoa.nslayoutmanager with parameters of type NSRect
 void NSLayoutManager.drawStrikethroughForGlyphRange_strikethroughType_baselineOffset_lineFragmentRect_lineFragmentGlyphRange_containerOrigin(NSRange glyphRange, com.jniwrapper.Int strikethroughVal, com.jniwrapper.SingleFloat baselineOffset, NSRect lineRect, NSRange lineGlyphRange, NSPoint containerOrigin)
          This method represents the drawStrikethroughForGlyphRange() method of the NSLayoutManager Objective-C class.
 void NSLayoutManager.underlineGlyphRange_underlineType_lineFragmentRect_lineFragmentGlyphRange_containerOrigin(NSRange glyphRange, com.jniwrapper.Int underlineVal, NSRect lineRect, NSRange lineGlyphRange, NSPoint containerOrigin)
          This method represents the underlineGlyphRange() method of the NSLayoutManager Objective-C class.
 void NSLayoutManager.drawUnderlineForGlyphRange_underlineType_baselineOffset_lineFragmentRect_lineFragmentGlyphRange_containerOrigin(NSRange glyphRange, com.jniwrapper.Int underlineVal, com.jniwrapper.SingleFloat baselineOffset, NSRect lineRect, NSRange lineGlyphRange, NSPoint containerOrigin)
          This method represents the drawUnderlineForGlyphRange() method of the NSLayoutManager Objective-C class.
 NSRange NSLayoutManager.glyphRangeForBoundingRectWithoutAdditionalLayout_inTextContainer(NSRect bounds, NSTextContainer container)
          This method represents the glyphRangeForBoundingRectWithoutAdditionalLayout() method of the NSLayoutManager Objective-C class.
 void NSLayoutManager.showAttachmentCell_inRect_characterIndex(NSCell cell, NSRect rect, com.jniwrapper.UInt16 attachmentIndex)
          This method represents the showAttachmentCell() method of the NSLayoutManager Objective-C class.
 NSRange NSLayoutManager.glyphRangeForBoundingRect_inTextContainer(NSRect bounds, NSTextContainer container)
          This method represents the glyphRangeForBoundingRect() method of the NSLayoutManager Objective-C class.
 void NSLayoutManager.strikethroughGlyphRange_strikethroughType_lineFragmentRect_lineFragmentGlyphRange_containerOrigin(NSRange glyphRange, com.jniwrapper.Int strikethroughVal, NSRect lineRect, NSRange lineGlyphRange, NSPoint containerOrigin)
          This method represents the strikethroughGlyphRange() method of the NSLayoutManager Objective-C class.
 void NSLayoutManager.setLineFragmentRect_forGlyphRange_usedRect(NSRect fragmentRect, NSRange glyphRange, NSRect usedRect)
          This method represents the setLineFragmentRect() method of the NSLayoutManager Objective-C class.
 void NSLayoutManager.setExtraLineFragmentRect_usedRect_textContainer(NSRect fragmentRect, NSRect usedRect, NSTextContainer container)
          This method represents the setExtraLineFragmentRect() method of the NSLayoutManager Objective-C class.
 

Uses of NSRect in com.jniwrapper.macosx.cocoa.nsmatrix
 

Methods in com.jniwrapper.macosx.cocoa.nsmatrix that return NSRect
 NSRect NSMatrix.cellFrameAtRow_column(com.jniwrapper.Int row, com.jniwrapper.Int col)
          This method represents the cellFrameAtRow() method of the NSMatrix Objective-C class.
 

Methods in com.jniwrapper.macosx.cocoa.nsmatrix with parameters of type NSRect
 Id NSMatrix.initWithFrame_mode_cellClass_numberOfRows_numberOfColumns(NSRect frameRect, com.jniwrapper.Int aMode, CClass factoryId, com.jniwrapper.Int rowsHigh, com.jniwrapper.Int colsWide)
          This method represents the initWithFrame() method of the NSMatrix Objective-C class.
 Id NSMatrix.initWithFrame(NSRect frameRect)
           
 Id NSMatrix.initWithFrame_mode_prototype_numberOfRows_numberOfColumns(NSRect frameRect, com.jniwrapper.Int aMode, NSCell aCell, com.jniwrapper.Int rowsHigh, com.jniwrapper.Int colsWide)
          This method represents the initWithFrame() method of the NSMatrix Objective-C class.
 

Uses of NSRect in com.jniwrapper.macosx.cocoa.nsmenuitemcell
 

Methods in com.jniwrapper.macosx.cocoa.nsmenuitemcell that return NSRect
 NSRect NSMenuItemCell.titleRectForBounds(NSRect cellFrame)
           
 NSRect NSMenuItemCell.stateImageRectForBounds(NSRect cellFrame)
           
 NSRect NSMenuItemCell.keyEquivalentRectForBounds(NSRect cellFrame)
           
 NSRect NSMenuItemCell.imageRectForBounds(NSRect cellFrame)
           
 

Methods in com.jniwrapper.macosx.cocoa.nsmenuitemcell with parameters of type NSRect
 void NSMenuItemCell.drawTitleWithFrame_inView(NSRect cellFrame, NSView controlView)
          This method represents the drawTitleWithFrame() method of the NSMenuItemCell Objective-C class.
 void NSMenuItemCell.drawKeyEquivalentWithFrame_inView(NSRect cellFrame, NSView controlView)
          This method represents the drawKeyEquivalentWithFrame() method of the NSMenuItemCell Objective-C class.
 NSRect NSMenuItemCell.titleRectForBounds(NSRect cellFrame)
           
 NSRect NSMenuItemCell.stateImageRectForBounds(NSRect cellFrame)
           
 void NSMenuItemCell.drawStateImageWithFrame_inView(NSRect cellFrame, NSView controlView)
          This method represents the drawStateImageWithFrame() method of the NSMenuItemCell Objective-C class.
 void NSMenuItemCell.drawBorderAndBackgroundWithFrame_inView(NSRect cellFrame, NSView controlView)
          This method represents the drawBorderAndBackgroundWithFrame() method of the NSMenuItemCell Objective-C class.
 NSRect NSMenuItemCell.keyEquivalentRectForBounds(NSRect cellFrame)
           
 NSRect NSMenuItemCell.imageRectForBounds(NSRect cellFrame)
           
 void NSMenuItemCell.drawImageWithFrame_inView(NSRect cellFrame, NSView controlView)
          This method represents the drawImageWithFrame() method of the NSMenuItemCell Objective-C class.
 void NSMenuItemCell.drawSeparatorItemWithFrame_inView(NSRect cellFrame, NSView controlView)
          This method represents the drawSeparatorItemWithFrame() method of the NSMenuItemCell Objective-C class.
 

Uses of NSRect in com.jniwrapper.macosx.cocoa.nsmenuview
 

Methods in com.jniwrapper.macosx.cocoa.nsmenuview that return NSRect
 NSRect NSMenuView.rectOfItemAtIndex(com.jniwrapper.Int index)
           
 NSRect NSMenuView.innerRect()
           
 

Methods in com.jniwrapper.macosx.cocoa.nsmenuview with parameters of type NSRect
 Id NSMenuView.initWithFrame(NSRect frame)
           
 void NSMenuView.setWindowFrameForAttachingToRect_onScreen_preferredEdge_popUpSelectedItem(NSRect screenRect, NSScreen screen, NSRectEdge edge, com.jniwrapper.Int selectedItemIndex)
          This method represents the setWindowFrameForAttachingToRect() method of the NSMenuView Objective-C class.
 

Uses of NSRect in com.jniwrapper.macosx.cocoa.nsmovieview
 

Methods in com.jniwrapper.macosx.cocoa.nsmovieview that return NSRect
 NSRect NSMovieView.movieRect()
           
 

Uses of NSRect in com.jniwrapper.macosx.cocoa.nsobject
 

Methods in com.jniwrapper.macosx.cocoa.nsobject that return NSRect
 NSRect NSObject.window_willPositionSheet_usingRect(NSWindow window, NSWindow sheet, NSRect rect)
          This method represents the window() method of the NSObject Objective-C class.
 NSRect NSObject.windowWillUseStandardFrame_defaultFrame(NSWindow window, NSRect newFrame)
          This method represents the windowWillUseStandardFrame() method of the NSObject Objective-C class.
 

Methods in com.jniwrapper.macosx.cocoa.nsobject with parameters of type NSRect
 void NSObject.textView_doubleClickedOnCell_inRect(NSTextView textView, Id cell, NSRect cellFrame)
          This method represents the textView() method of the NSObject Objective-C class.
 com.jniwrapper.Bool NSObject.windowShouldZoom_toFrame(NSWindow window, NSRect newFrame)
          This method represents the windowShouldZoom() method of the NSObject Objective-C class.
 com.jniwrapper.Pointer.Void NSObject.imageDidNotDraw_inRect(Id sender, NSRect aRect)
          This method represents the imageDidNotDraw() method of the NSObject Objective-C class.
 void NSObject.textView_draggedCell_inRect_event_atIndex(NSTextView view, Id cell, NSRect rect, NSEvent event, com.jniwrapper.UInt16 charIndex)
          This method represents the textView() method of the NSObject Objective-C class.
 void NSObject.textView_doubleClickedOnCell_inRect_atIndex(NSTextView textView, Id cell, NSRect cellFrame, com.jniwrapper.UInt16 charIndex)
          This method represents the textView() method of the NSObject Objective-C class.
 NSRect NSObject.window_willPositionSheet_usingRect(NSWindow window, NSWindow sheet, NSRect rect)
          This method represents the window() method of the NSObject Objective-C class.
 void NSObject.textView_clickedOnCell_inRect(NSTextView textView, Id cell, NSRect cellFrame)
          This method represents the textView() method of the NSObject Objective-C class.
 NSRect NSObject.windowWillUseStandardFrame_defaultFrame(NSWindow window, NSRect newFrame)
          This method represents the windowWillUseStandardFrame() method of the NSObject Objective-C class.
 void NSObject.textView_clickedOnCell_inRect_atIndex(NSTextView textView, Id cell, NSRect cellFrame, com.jniwrapper.UInt16 charIndex)
          This method represents the textView() method of the NSObject Objective-C class.
 void NSObject.textView_draggedCell_inRect_event(NSTextView view, Id cell, NSRect rect, NSEvent event)
          This method represents the textView() method of the NSObject Objective-C class.
 

Uses of NSRect in com.jniwrapper.macosx.cocoa.nsopenglview
 

Methods in com.jniwrapper.macosx.cocoa.nsopenglview with parameters of type NSRect
 Id NSOpenGLView.initWithFrame_pixelFormat(NSRect frameRect, NSOpenGLPixelFormat format)
          This method represents the initWithFrame() method of the NSOpenGLView Objective-C class.
 

Uses of NSRect in com.jniwrapper.macosx.cocoa.nspdfimagerep
 

Methods in com.jniwrapper.macosx.cocoa.nspdfimagerep that return NSRect
 NSRect NSPDFImageRep.bounds()
           
 

Uses of NSRect in com.jniwrapper.macosx.cocoa.nspictimagerep
 

Methods in com.jniwrapper.macosx.cocoa.nspictimagerep that return NSRect
 NSRect NSPICTImageRep.boundingBox()
           
 

Uses of NSRect in com.jniwrapper.macosx.cocoa.nspopupbutton
 

Methods in com.jniwrapper.macosx.cocoa.nspopupbutton with parameters of type NSRect
 Id NSPopUpButton.initWithFrame_pullsDown(NSRect buttonFrame, boolean flag)
          This method represents the initWithFrame() method of the NSPopUpButton Objective-C class.
 

Uses of NSRect in com.jniwrapper.macosx.cocoa.nspopupbuttoncell
 

Methods in com.jniwrapper.macosx.cocoa.nspopupbuttoncell with parameters of type NSRect
 void NSPopUpButtonCell.performClickWithFrame_inView(NSRect frame, NSView controlView)
          This method represents the performClickWithFrame() method of the NSPopUpButtonCell Objective-C class.
 void NSPopUpButtonCell.attachPopUpWithFrame_inView(NSRect cellFrame, NSView controlView)
          This method represents the attachPopUpWithFrame() method of the NSPopUpButtonCell Objective-C class.
 

Uses of NSRect in com.jniwrapper.macosx.cocoa.nsprinter
 

Methods in com.jniwrapper.macosx.cocoa.nsprinter that return NSRect
 NSRect NSPrinter.rectForKey_inTable(java.lang.String key, java.lang.String table)
          This method represents the rectForKey() method of the NSPrinter Objective-C class.
 NSRect NSPrinter.imageRectForPaper(java.lang.String paperName)
           
 

Uses of NSRect in com.jniwrapper.macosx.cocoa.nsprintinfo
 

Methods in com.jniwrapper.macosx.cocoa.nsprintinfo that return NSRect
 NSRect NSPrintInfo.imageablePageBounds()
           
 

Uses of NSRect in com.jniwrapper.macosx.cocoa.nsprintoperation
 

Methods in com.jniwrapper.macosx.cocoa.nsprintoperation with parameters of type NSRect
static com.jniwrapper.Pointer.Void NSPrintOperation.static_EPSOperationWithView_insideRect_toData_printInfo(NSView aView, NSRect rect, NSMutableData data, NSPrintInfo aPrintInfo)
          This method represents the EPSOperationWithView() method of the NSPrintOperation Objective-C class.
static com.jniwrapper.Pointer.Void NSPrintOperation.static_PDFOperationWithView_insideRect_toData(NSView aView, NSRect rect, NSMutableData data)
          This method represents the PDFOperationWithView() method of the NSPrintOperation Objective-C class.
static com.jniwrapper.Pointer.Void NSPrintOperation.static_PDFOperationWithView_insideRect_toPath_printInfo(NSView aView, NSRect rect, java.lang.String path, NSPrintInfo aPrintInfo)
          This method represents the PDFOperationWithView() method of the NSPrintOperation Objective-C class.
static com.jniwrapper.Pointer.Void NSPrintOperation.static_EPSOperationWithView_insideRect_toData(NSView aView, NSRect rect, NSMutableData data)
          This method represents the EPSOperationWithView() method of the NSPrintOperation Objective-C class.
static com.jniwrapper.Pointer.Void NSPrintOperation.static_EPSOperationWithView_insideRect_toPath_printInfo(NSView aView, NSRect rect, java.lang.String path, NSPrintInfo aPrintInfo)
          This method represents the EPSOperationWithView() method of the NSPrintOperation Objective-C class.
static com.jniwrapper.Pointer.Void NSPrintOperation.static_PDFOperationWithView_insideRect_toData_printInfo(NSView aView, NSRect rect, NSMutableData data, NSPrintInfo aPrintInfo)
          This method represents the PDFOperationWithView() method of the NSPrintOperation Objective-C class.
 

Uses of NSRect in com.jniwrapper.macosx.cocoa.nsrulermarker
 

Methods in com.jniwrapper.macosx.cocoa.nsrulermarker that return NSRect
 NSRect NSRulerMarker.imageRectInRuler()
           
 

Methods in com.jniwrapper.macosx.cocoa.nsrulermarker with parameters of type NSRect
 void NSRulerMarker.drawRect(NSRect rect)
           
 

Uses of NSRect in com.jniwrapper.macosx.cocoa.nsrulerview
 

Methods in com.jniwrapper.macosx.cocoa.nsrulerview with parameters of type NSRect
 void NSRulerView.drawHashMarksAndLabelsInRect(NSRect rect)
           
 void NSRulerView.drawMarkersInRect(NSRect rect)
           
 

Uses of NSRect in com.jniwrapper.macosx.cocoa.nsscreen
 

Methods in com.jniwrapper.macosx.cocoa.nsscreen that return NSRect
 NSRect NSScreen.frame()
           
 NSRect NSScreen.visibleFrame()
           
 

Uses of NSRect in com.jniwrapper.macosx.cocoa.nsscroller
 

Methods in com.jniwrapper.macosx.cocoa.nsscroller that return NSRect
 NSRect NSScroller.rectForPart(NSScrollerPart partCode)
           
 

Uses of NSRect in com.jniwrapper.macosx.cocoa.nsscrollview
 

Methods in com.jniwrapper.macosx.cocoa.nsscrollview that return NSRect
 NSRect NSScrollView.documentVisibleRect()
           
 

Uses of NSRect in com.jniwrapper.macosx.cocoa.nssearchfieldcell
 

Methods in com.jniwrapper.macosx.cocoa.nssearchfieldcell that return NSRect
 NSRect NSSearchFieldCell.cancelButtonRectForBounds(NSRect rect)
           
 NSRect NSSearchFieldCell.searchButtonRectForBounds(NSRect rect)
           
 NSRect NSSearchFieldCell.searchTextRectForBounds(NSRect rect)
           
 

Methods in com.jniwrapper.macosx.cocoa.nssearchfieldcell with parameters of type NSRect
 NSRect NSSearchFieldCell.cancelButtonRectForBounds(NSRect rect)
           
 NSRect NSSearchFieldCell.searchButtonRectForBounds(NSRect rect)
           
 NSRect NSSearchFieldCell.searchTextRectForBounds(NSRect rect)
           
 

Uses of NSRect in com.jniwrapper.macosx.cocoa.nssegmentedcell
 

Methods in com.jniwrapper.macosx.cocoa.nssegmentedcell with parameters of type NSRect
 void NSSegmentedCell.drawSegment_inFrame_withView(com.jniwrapper.Int segment, NSRect frame, NSView controlView)
          This method represents the drawSegment() method of the NSSegmentedCell Objective-C class.
 

Uses of NSRect in com.jniwrapper.macosx.cocoa.nsslider
 

Methods in com.jniwrapper.macosx.cocoa.nsslider that return NSRect
 NSRect NSSlider.rectOfTickMarkAtIndex(com.jniwrapper.Int index)
           
 

Uses of NSRect in com.jniwrapper.macosx.cocoa.nsslidercell
 

Methods in com.jniwrapper.macosx.cocoa.nsslidercell that return NSRect
 NSRect NSSliderCell.knobRectFlipped(boolean flipped)
           
 NSRect NSSliderCell.rectOfTickMarkAtIndex(com.jniwrapper.Int index)
           
 NSRect NSSliderCell.trackRect()
           
 

Methods in com.jniwrapper.macosx.cocoa.nsslidercell with parameters of type NSRect
 void NSSliderCell.drawKnob(NSRect knobRect)
           
 void NSSliderCell.drawBarInside_flipped(NSRect aRect, boolean flipped)
          This method represents the drawBarInside() method of the NSSliderCell Objective-C class.
 

Uses of NSRect in com.jniwrapper.macosx.cocoa.nssplitview
 

Methods in com.jniwrapper.macosx.cocoa.nssplitview with parameters of type NSRect
 void NSSplitView.drawDividerInRect(NSRect aRect)
           
 

Uses of NSRect in com.jniwrapper.macosx.cocoa.nsstatusitem
 

Methods in com.jniwrapper.macosx.cocoa.nsstatusitem with parameters of type NSRect
 void NSStatusItem.drawStatusBarBackgroundInRect_withHighlight(NSRect rect, boolean highlight)
          This method represents the drawStatusBarBackgroundInRect() method of the NSStatusItem Objective-C class.
 

Uses of NSRect in com.jniwrapper.macosx.cocoa.nsstring
 

Methods in com.jniwrapper.macosx.cocoa.nsstring with parameters of type NSRect
 void NSString.drawInRect_withAttributes(NSRect rect, NSDictionary attrs)
          This method represents the drawInRect() method of the NSString Objective-C class.
 

Uses of NSRect in com.jniwrapper.macosx.cocoa.nstableheadercell
 

Methods in com.jniwrapper.macosx.cocoa.nstableheadercell that return NSRect
 NSRect NSTableHeaderCell.sortIndicatorRectForBounds(NSRect theRect)
           
 

Methods in com.jniwrapper.macosx.cocoa.nstableheadercell with parameters of type NSRect
 NSRect NSTableHeaderCell.sortIndicatorRectForBounds(NSRect theRect)
           
 void NSTableHeaderCell.drawSortIndicatorWithFrame_inView_ascending_priority(NSRect cellFrame, NSView controlView, boolean ascending, com.jniwrapper.Int priority)
          This method represents the drawSortIndicatorWithFrame() method of the NSTableHeaderCell Objective-C class.
 

Uses of NSRect in com.jniwrapper.macosx.cocoa.nstableheaderview
 

Methods in com.jniwrapper.macosx.cocoa.nstableheaderview that return NSRect
 NSRect NSTableHeaderView.headerRectOfColumn(com.jniwrapper.Int column)
           
 

Uses of NSRect in com.jniwrapper.macosx.cocoa.nstableview
 

Methods in com.jniwrapper.macosx.cocoa.nstableview that return NSRect
 NSRect NSTableView.frameOfCellAtColumn_row(com.jniwrapper.Int column, com.jniwrapper.Int row)
          This method represents the frameOfCellAtColumn() method of the NSTableView Objective-C class.
 NSRect NSTableView.rectOfColumn(com.jniwrapper.Int column)
           
 NSRect NSTableView.rectOfRow(com.jniwrapper.Int row)
           
 

Methods in com.jniwrapper.macosx.cocoa.nstableview with parameters of type NSRect
 void NSTableView.drawGridInClipRect(NSRect rect)
           
 void NSTableView.drawBackgroundInClipRect(NSRect clipRect)
           
 NSRange NSTableView.columnsInRect(NSRect rect)
           
 NSRange NSTableView.rowsInRect(NSRect rect)
           
 void NSTableView.highlightSelectionInClipRect(NSRect rect)
           
 void NSTableView.drawRow_clipRect(com.jniwrapper.Int row, NSRect rect)
          This method represents the drawRow() method of the NSTableView Objective-C class.
 

Uses of NSRect in com.jniwrapper.macosx.cocoa.nstabview
 

Methods in com.jniwrapper.macosx.cocoa.nstabview that return NSRect
 NSRect NSTabView.contentRect()
           
 

Uses of NSRect in com.jniwrapper.macosx.cocoa.nstabviewitem
 

Methods in com.jniwrapper.macosx.cocoa.nstabviewitem with parameters of type NSRect
 void NSTabViewItem.drawLabel_inRect(boolean shouldTruncateLabel, NSRect labelRect)
          This method represents the drawLabel() method of the NSTabViewItem Objective-C class.
 

Uses of NSRect in com.jniwrapper.macosx.cocoa.nstextattachment
 

Methods in com.jniwrapper.macosx.cocoa.nstextattachment that return NSRect
 NSRect NSTextAttachmentCellProtocol.cellFrameForTextContainer_proposedLineFragment_glyphPosition_characterIndex(NSTextContainer textContainer, NSRect lineFrag, NSPoint position, com.jniwrapper.UInt16 charIndex)
          This method represents the cellFrameForTextContainer() method of the NSTextAttachmentCellProtocol Objective-C protocol.
 NSRect NSTextAttachmentCell.cellFrameForTextContainer_proposedLineFragment_glyphPosition_characterIndex(NSTextContainer textContainer, NSRect lineFrag, NSPoint position, com.jniwrapper.UInt16 charIndex)
          This method represents the cellFrameForTextContainer() method of the NSTextAttachmentCell Objective-C class.
 

Methods in com.jniwrapper.macosx.cocoa.nstextattachment with parameters of type NSRect
 void NSTextAttachmentCellProtocol.drawWithFrame_inView_characterIndex_layoutManager(NSRect cellFrame, NSView controlView, com.jniwrapper.UInt16 charIndex, NSLayoutManager layoutManager)
          This method represents the drawWithFrame() method of the NSTextAttachmentCellProtocol Objective-C protocol.
 NSRect NSTextAttachmentCellProtocol.cellFrameForTextContainer_proposedLineFragment_glyphPosition_characterIndex(NSTextContainer textContainer, NSRect lineFrag, NSPoint position, com.jniwrapper.UInt16 charIndex)
          This method represents the cellFrameForTextContainer() method of the NSTextAttachmentCellProtocol Objective-C protocol.
 void NSTextAttachmentCellProtocol.drawWithFrame_inView_characterIndex(NSRect cellFrame, NSView controlView, com.jniwrapper.UInt16 charIndex)
          This method represents the drawWithFrame() method of the NSTextAttachmentCellProtocol Objective-C protocol.
 void NSTextAttachmentCellProtocol.highlight_withFrame_inView(boolean flag, NSRect cellFrame, NSView controlView)
          This method represents the highlight() method of the NSTextAttachmentCellProtocol Objective-C protocol.
 void NSTextAttachmentCellProtocol.drawWithFrame_inView(NSRect cellFrame, NSView controlView)
          This method represents the drawWithFrame() method of the NSTextAttachmentCellProtocol Objective-C protocol.
 com.jniwrapper.Bool NSTextAttachmentCellProtocol.trackMouse_inRect_ofView_untilMouseUp(NSEvent theEvent, NSRect cellFrame, NSView controlView, boolean flag)
          This method represents the trackMouse() method of the NSTextAttachmentCellProtocol Objective-C protocol.
 com.jniwrapper.Bool NSTextAttachmentCellProtocol.trackMouse_inRect_ofView_atCharacterIndex_untilMouseUp(NSEvent theEvent, NSRect cellFrame, NSView controlView, com.jniwrapper.UInt16 charIndex, boolean flag)
          This method represents the trackMouse() method of the NSTextAttachmentCellProtocol Objective-C protocol.
 com.jniwrapper.Bool NSTextAttachmentCellProtocol.wantsToTrackMouseForEvent_inRect_ofView_atCharacterIndex(NSEvent theEvent, NSRect cellFrame, NSView controlView, com.jniwrapper.UInt16 charIndex)
          This method represents the wantsToTrackMouseForEvent() method of the NSTextAttachmentCellProtocol Objective-C protocol.
 void NSTextAttachmentCell.drawWithFrame_inView_characterIndex_layoutManager(NSRect cellFrame, NSView controlView, com.jniwrapper.UInt16 charIndex, NSLayoutManager layoutManager)
          This method represents the drawWithFrame() method of the NSTextAttachmentCell Objective-C class.
 void NSTextAttachmentCell.drawWithFrame_inView_characterIndex(NSRect cellFrame, NSView controlView, com.jniwrapper.UInt16 charIndex)
          This method represents the drawWithFrame() method of the NSTextAttachmentCell Objective-C class.
 void NSTextAttachmentCell.highlight_withFrame_inView(boolean flag, NSRect cellFrame, NSView controlView)
          This method represents the highlight() method of the NSTextAttachmentCell Objective-C class.
 com.jniwrapper.Bool NSTextAttachmentCell.wantsToTrackMouseForEvent_inRect_ofView_atCharacterIndex(NSEvent theEvent, NSRect cellFrame, NSView controlView, com.jniwrapper.UInt16 charIndex)
          This method represents the wantsToTrackMouseForEvent() method of the NSTextAttachmentCell Objective-C class.
 NSRect NSTextAttachmentCell.cellFrameForTextContainer_proposedLineFragment_glyphPosition_characterIndex(NSTextContainer textContainer, NSRect lineFrag, NSPoint position, com.jniwrapper.UInt16 charIndex)
          This method represents the cellFrameForTextContainer() method of the NSTextAttachmentCell Objective-C class.
 void NSTextAttachmentCell.drawWithFrame_inView(NSRect cellFrame, NSView controlView)
          This method represents the drawWithFrame() method of the NSTextAttachmentCell Objective-C class.
 com.jniwrapper.Bool NSTextAttachmentCell.trackMouse_inRect_ofView_atCharacterIndex_untilMouseUp(NSEvent theEvent, NSRect cellFrame, NSView controlView, com.jniwrapper.UInt16 charIndex, boolean flag)
          This method represents the trackMouse() method of the NSTextAttachmentCell Objective-C class.
 com.jniwrapper.Bool NSTextAttachmentCell.trackMouse_inRect_ofView_untilMouseUp(NSEvent theEvent, NSRect cellFrame, NSView controlView, boolean flag)
          This method represents the trackMouse() method of the NSTextAttachmentCell Objective-C class.
 

Uses of NSRect in com.jniwrapper.macosx.cocoa.nstextcontainer
 

Methods in com.jniwrapper.macosx.cocoa.nstextcontainer that return NSRect
 NSRect NSTextContainer.lineFragmentRectForProposedRect_sweepDirection_movementDirection_remainingRect(NSRect proposedRect, NSLineSweepDirection sweepDirection, NSLineMovementDirection movementDirection, NSRectPointer remainingRect)
          This method represents the lineFragmentRectForProposedRect() method of the NSTextContainer Objective-C class.
 

Methods in com.jniwrapper.macosx.cocoa.nstextcontainer with parameters of type NSRect
 NSRect NSTextContainer.lineFragmentRectForProposedRect_sweepDirection_movementDirection_remainingRect(NSRect proposedRect, NSLineSweepDirection sweepDirection, NSLineMovementDirection movementDirection, NSRectPointer remainingRect)
          This method represents the lineFragmentRectForProposedRect() method of the NSTextContainer Objective-C class.
 

Uses of NSRect in com.jniwrapper.macosx.cocoa.nstextview
 

Methods in com.jniwrapper.macosx.cocoa.nstextview that return NSRect
 NSRect NSTextView.firstRectForCharacterRange(NSRange theRange)
           
 

Methods in com.jniwrapper.macosx.cocoa.nstextview with parameters of type NSRect
 Id NSTextView.initWithFrame(NSRect frameRect)
           
 void NSTextView.drawInsertionPointInRect_color_turnedOn(NSRect rect, NSColor color, boolean flag)
          This method represents the drawInsertionPointInRect() method of the NSTextView Objective-C class.
 void NSTextView.setNeedsDisplayInRect_avoidAdditionalLayout(NSRect rect, boolean flag)
          This method represents the setNeedsDisplayInRect() method of the NSTextView Objective-C class.
 void NSTextView.drawViewBackgroundInRect(NSRect rect)
           
 Id NSTextView.initWithFrame_textContainer(NSRect frameRect, NSTextContainer container)
          This method represents the initWithFrame() method of the NSTextView Objective-C class.
 

Uses of NSRect in com.jniwrapper.macosx.cocoa.nstypesetter
 

Methods in com.jniwrapper.macosx.cocoa.nstypesetter that return NSRect
 NSRect NSSimpleHorizontalTypesetter.get_UrFontBoundingBox()
           
 

Methods in com.jniwrapper.macosx.cocoa.nstypesetter with parameters of type NSRect
 NSLayoutStatus NSSimpleHorizontalTypesetter.layoutGlyphsInHorizontalLineFragment_baseline(NSRect lineFragmentRect, com.jniwrapper.SingleFloat baseline)
          This method represents the layoutGlyphsInHorizontalLineFragment() method of the NSSimpleHorizontalTypesetter Objective-C class.
 NSLayoutStatus NSSimpleHorizontalTypesetter.layoutControlGlyphForLineFragment(NSRect lineFrag)
           
 void NSSimpleHorizontalTypesetter.willSetLineFragmentRect_forGlyphRange_usedRect(NSRect aRect, NSRange aRange, NSRect bRect)
          This method represents the willSetLineFragmentRect() method of the NSSimpleHorizontalTypesetter Objective-C class.
 

Uses of NSRect in com.jniwrapper.macosx.cocoa.nsvalue
 

Methods in com.jniwrapper.macosx.cocoa.nsvalue that return NSRect
 NSRect NSValue.rectValue()
           
 

Methods in com.jniwrapper.macosx.cocoa.nsvalue with parameters of type NSRect
static com.jniwrapper.Pointer.Void NSValue.static_valueWithRect(NSRect rect)
           
 

Uses of NSRect in com.jniwrapper.macosx.cocoa.nsview
 

Methods in com.jniwrapper.macosx.cocoa.nsview that return NSRect
 NSRect NSView.centerScanRect(NSRect aRect)
           
 NSRect NSView.adjustScroll(NSRect newVisible)
           
 NSRect NSView.convertRect_fromView(NSRect aRect, NSView aView)
          This method represents the convertRect() method of the NSView Objective-C class.
 NSRect NSView.convertRect_toView(NSRect aRect, NSView aView)
          This method represents the convertRect() method of the NSView Objective-C class.
 NSRect NSView.visibleRect()
           
 NSRect NSView.rectForPage(com.jniwrapper.Int page)
           
 NSRect NSView.bounds()
           
 NSRect NSView.frame()
           
 

Methods in com.jniwrapper.macosx.cocoa.nsview with parameters of type NSRect
 void NSView.setBounds(NSRect aRect)
           
 com.jniwrapper.Bool NSView.dragFile_fromRect_slideBack_event(java.lang.String filename, NSRect rect, boolean aFlag, NSEvent event)
          This method represents the dragFile() method of the NSView Objective-C class.
 NSRect NSView.centerScanRect(NSRect aRect)
           
 com.jniwrapper.Bool NSView.dragPromisedFilesOfTypes_fromRect_source_slideBack_event(NSArray typeArray, NSRect rect, Id sourceObject, boolean aFlag, NSEvent event)
          This method represents the dragPromisedFilesOfTypes() method of the NSView Objective-C class.
 void NSView.setNeedsDisplayInRect(NSRect invalidRect)
           
 void NSView.beginPageInRect_atPlacement(NSRect aRect, NSPoint location)
          This method represents the beginPageInRect() method of the NSView Objective-C class.
 void NSView.setFrame(NSRect frameRect)
           
 NSRect NSView.adjustScroll(NSRect newVisible)
           
 NSPoint NSView.locationOfPrintRect(NSRect aRect)
           
 NSRect NSView.convertRect_fromView(NSRect aRect, NSView aView)
          This method represents the convertRect() method of the NSView Objective-C class.
 Id NSView.initWithFrame(NSRect frameRect)
           
 void NSView.removeCursorRect_cursor(NSRect aRect, NSCursor anObj)
          This method represents the removeCursorRect() method of the NSView Objective-C class.
 void NSView.displayRectIgnoringOpacity(NSRect rect)
           
 void NSView.setKeyboardFocusRingNeedsDisplayInRect(NSRect rect)
           
 void NSView.displayIfNeededInRectIgnoringOpacity(NSRect rect)
           
 void NSView.displayIfNeededInRect(NSRect rect)
           
 void NSView.scrollRect_by(NSRect aRect, NSSize delta)
          This method represents the scrollRect() method of the NSView Objective-C class.
 com.jniwrapper.Bool NSView.scrollRectToVisible(NSRect aRect)
           
 NSRect NSView.convertRect_toView(NSRect aRect, NSView aView)
          This method represents the convertRect() method of the NSView Objective-C class.
 com.jniwrapper.Pointer.Void NSView.dataWithPDFInsideRect(NSRect rect)
           
 com.jniwrapper.Bool NSView.mouse_inRect(NSPoint aPoint, NSRect aRect)
          This method represents the mouse() method of the NSView Objective-C class.
 NSToolTipTag NSView.addToolTipRect_owner_userData(NSRect aRect, Id anObject, com.jniwrapper.Pointer.Void data)
          This method represents the addToolTipRect() method of the NSView Objective-C class.
 com.jniwrapper.Bool NSView.needsToDrawRect(NSRect aRect)
           
 com.jniwrapper.Pointer.Void NSView.dataWithEPSInsideRect(NSRect rect)
           
 void NSView.writePDFInsideRect_toPasteboard(NSRect rect, NSPasteboard pasteboard)
          This method represents the writePDFInsideRect() method of the NSView Objective-C class.
 void NSView.displayRect(NSRect rect)
           
 NSTrackingRectTag NSView.addTrackingRect_owner_userData_assumeInside(NSRect aRect, Id anObject, com.jniwrapper.Pointer.Void data, boolean flag)
          This method represents the addTrackingRect() method of the NSView Objective-C class.
 void NSView.getRectsBeingDrawn_count(NSRect rects, com.jniwrapper.Int count)
          This method represents the getRectsBeingDrawn() method of the NSView Objective-C class.
 void NSView.addCursorRect_cursor(NSRect aRect, NSCursor anObj)
          This method represents the addCursorRect() method of the NSView Objective-C class.
 void NSView.drawRect(NSRect rect)
           
 void NSView.writeEPSInsideRect_toPasteboard(NSRect rect, NSPasteboard pasteboard)
          This method represents the writeEPSInsideRect() method of the NSView Objective-C class.
 

Uses of NSRect in com.jniwrapper.macosx.cocoa.nswindow
 

Methods in com.jniwrapper.macosx.cocoa.nswindow that return NSRect
 NSRect NSWindow.frameRectForContentRect(NSRect contentRect)
           
 NSRect NSWindow.frame()
           
 NSRect NSWindow.contentRectForFrameRect(NSRect frameRect)
           
static NSRect NSWindow.static_frameRectForContentRect_styleMask(NSRect cRect, com.jniwrapper.UInt aStyle)
          This method represents the frameRectForContentRect() method of the NSWindow Objective-C class.
 NSRect NSWindow.constrainFrameRect_toScreen(NSRect frameRect, NSScreen screen)
          This method represents the constrainFrameRect() method of the NSWindow Objective-C class.
static NSRect NSWindow.static_contentRectForFrameRect_styleMask(NSRect fRect, com.jniwrapper.UInt aStyle)
          This method represents the contentRectForFrameRect() method of the NSWindow Objective-C class.
 

Methods in com.jniwrapper.macosx.cocoa.nswindow with parameters of type NSRect
 NSRect NSWindow.frameRectForContentRect(NSRect contentRect)
           
 void NSWindow.cacheImageInRect(NSRect aRect)
           
 void NSWindow.setFrame_display(NSRect frameRect, boolean flag)
          This method represents the setFrame() method of the NSWindow Objective-C class.
 com.jniwrapper.Pointer.Void NSWindow.dataWithEPSInsideRect(NSRect rect)
           
 void NSWindow.setFrame_display_animate(NSRect frameRect, boolean displayFlag, boolean animateFlag)
          This method represents the setFrame() method of the NSWindow Objective-C class.
 Id NSWindow.initWithContentRect_styleMask_backing_defer(NSRect contentRect, com.jniwrapper.UInt aStyle, NSBackingStoreType bufferingType, boolean flag)
          This method represents the initWithContentRect() method of the NSWindow Objective-C class.
 NSRect NSWindow.contentRectForFrameRect(NSRect frameRect)
           
static NSRect NSWindow.static_frameRectForContentRect_styleMask(NSRect cRect, com.jniwrapper.UInt aStyle)
          This method represents the frameRectForContentRect() method of the NSWindow Objective-C class.
 com.jniwrapper.Pointer.Void NSWindow.dataWithPDFInsideRect(NSRect rect)
           
 Id NSWindow.initWithContentRect_styleMask_backing_defer_screen(NSRect contentRect, com.jniwrapper.UInt aStyle, NSBackingStoreType bufferingType, boolean flag, NSScreen screen)
          This method represents the initWithContentRect() method of the NSWindow Objective-C class.
 NSTimeInterval NSWindow.animationResizeTime(NSRect newFrame)
           
 NSRect NSWindow.constrainFrameRect_toScreen(NSRect frameRect, NSScreen screen)
          This method represents the constrainFrameRect() method of the NSWindow Objective-C class.
static NSRect NSWindow.static_contentRectForFrameRect_styleMask(NSRect fRect, com.jniwrapper.UInt aStyle)
          This method represents the contentRectForFrameRect() method of the NSWindow Objective-C class.