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

Packages that use NSPoint
com.jniwrapper.macosx.cocoa.nsaffinetransform   
com.jniwrapper.macosx.cocoa.nsatstypesetter   
com.jniwrapper.macosx.cocoa.nsattributedstring   
com.jniwrapper.macosx.cocoa.nsbezierpath   
com.jniwrapper.macosx.cocoa.nscell   
com.jniwrapper.macosx.cocoa.nsclipview   
com.jniwrapper.macosx.cocoa.nscoder   
com.jniwrapper.macosx.cocoa.nscursor   
com.jniwrapper.macosx.cocoa.nsdragging   
com.jniwrapper.macosx.cocoa.nsevent   
com.jniwrapper.macosx.cocoa.nsfont   
com.jniwrapper.macosx.cocoa.nsgeometry   
com.jniwrapper.macosx.cocoa.nsgraphicscontext   
com.jniwrapper.macosx.cocoa.nshelpmanager   
com.jniwrapper.macosx.cocoa.nsimage   
com.jniwrapper.macosx.cocoa.nsimagerep   
com.jniwrapper.macosx.cocoa.nsinputmanager   
com.jniwrapper.macosx.cocoa.nsinputserver   
com.jniwrapper.macosx.cocoa.nslayoutmanager   
com.jniwrapper.macosx.cocoa.nsmatrix   
com.jniwrapper.macosx.cocoa.nsmenu   
com.jniwrapper.macosx.cocoa.nsmenuview   
com.jniwrapper.macosx.cocoa.nsobject   
com.jniwrapper.macosx.cocoa.nsrulermarker   
com.jniwrapper.macosx.cocoa.nsscroller   
com.jniwrapper.macosx.cocoa.nsslider   
com.jniwrapper.macosx.cocoa.nsslidercell   
com.jniwrapper.macosx.cocoa.nsstring   
com.jniwrapper.macosx.cocoa.nstableheaderview   
com.jniwrapper.macosx.cocoa.nstableview   
com.jniwrapper.macosx.cocoa.nstabview   
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   
com.jniwrapper.macosx.cocoa.nsworkspace   
 

Uses of NSPoint in com.jniwrapper.macosx.cocoa.nsaffinetransform
 

Methods in com.jniwrapper.macosx.cocoa.nsaffinetransform that return NSPoint
 NSPoint NSAffineTransform.transformPoint(NSPoint aPoint)
           
 

Methods in com.jniwrapper.macosx.cocoa.nsaffinetransform with parameters of type NSPoint
 NSPoint NSAffineTransform.transformPoint(NSPoint aPoint)
           
 

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

Methods in com.jniwrapper.macosx.cocoa.nsatstypesetter with parameters of type NSPoint
 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.UInt NSATSTypesetter.layoutParagraphAtPoint(NSPoint lineFragmentOrigin)
           
 void NSATSTypesetter.setLocation_withAdvancements_forStartOfGlyphRange(NSPoint location, com.jniwrapper.SingleFloat advancements, NSRange glyphRange)
          This method represents the setLocation() method of the NSATSTypesetter Objective-C class.
 

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

Methods in com.jniwrapper.macosx.cocoa.nsattributedstring with parameters of type NSPoint
 void NSAttributedString.drawAtPoint(NSPoint point)
           
 

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

Methods in com.jniwrapper.macosx.cocoa.nsbezierpath that return NSPoint
 NSPoint NSBezierPath.currentPoint()
           
 

Methods in com.jniwrapper.macosx.cocoa.nsbezierpath with parameters of type NSPoint
static void NSBezierPath.static_strokeLineFromPoint_toPoint(NSPoint point1, NSPoint point2)
          This method represents the strokeLineFromPoint() method of the NSBezierPath Objective-C class.
 void NSBezierPath.appendBezierPathWithArcWithCenter_radius_startAngle_endAngle_clockwise(NSPoint center, com.jniwrapper.SingleFloat radius, com.jniwrapper.SingleFloat startAngle, com.jniwrapper.SingleFloat endAngle, boolean clockwise)
          This method represents the appendBezierPathWithArcWithCenter() method of the NSBezierPath Objective-C class.
 void NSBezierPath.relativeCurveToPoint_controlPoint1_controlPoint2(NSPoint endPoint, NSPoint controlPoint1, NSPoint controlPoint2)
          This method represents the relativeCurveToPoint() method of the NSBezierPath Objective-C class.
 void NSBezierPath.appendBezierPathWithArcFromPoint_toPoint_radius(NSPoint point1, NSPoint point2, com.jniwrapper.SingleFloat radius)
          This method represents the appendBezierPathWithArcFromPoint() method of the NSBezierPath Objective-C class.
 void NSBezierPath.moveToPoint(NSPoint point)
           
 com.jniwrapper.Bool NSBezierPath.containsPoint(NSPoint point)
           
static void NSBezierPath.static_drawPackedGlyphs_atPoint(com.jniwrapper.AnsiString packedGlyphs, NSPoint point)
          This method represents the drawPackedGlyphs() method of the NSBezierPath Objective-C class.
 void NSBezierPath.appendBezierPathWithArcWithCenter_radius_startAngle_endAngle(NSPoint center, com.jniwrapper.SingleFloat radius, com.jniwrapper.SingleFloat startAngle, com.jniwrapper.SingleFloat endAngle)
          This method represents the appendBezierPathWithArcWithCenter() method of the NSBezierPath Objective-C class.
 void NSBezierPath.relativeLineToPoint(NSPoint point)
           
 void NSBezierPath.curveToPoint_controlPoint1_controlPoint2(NSPoint endPoint, NSPoint controlPoint1, NSPoint controlPoint2)
          This method represents the curveToPoint() method of the NSBezierPath Objective-C class.
 void NSBezierPath.relativeMoveToPoint(NSPoint point)
           
 void NSBezierPath.lineToPoint(NSPoint point)
           
 

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

Methods in com.jniwrapper.macosx.cocoa.nscell with parameters of type NSPoint
 com.jniwrapper.Bool NSCell.startTrackingAt_inView(NSPoint startPoint, NSView controlView)
          This method represents the startTrackingAt() method of the NSCell Objective-C class.
 com.jniwrapper.Bool NSCell.continueTracking_at_inView(NSPoint lastPoint, NSPoint currentPoint, NSView controlView)
          This method represents the continueTracking() method of the NSCell Objective-C class.
 void NSCell.stopTracking_at_inView_mouseIsUp(NSPoint lastPoint, NSPoint stopPoint, NSView controlView, boolean flag)
          This method represents the stopTracking() method of the NSCell Objective-C class.
 

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

Methods in com.jniwrapper.macosx.cocoa.nsclipview that return NSPoint
 NSPoint NSClipView.constrainScrollPoint(NSPoint newOrigin)
           
 

Methods in com.jniwrapper.macosx.cocoa.nsclipview with parameters of type NSPoint
 void NSClipView.scrollToPoint(NSPoint newOrigin)
           
 NSPoint NSClipView.constrainScrollPoint(NSPoint newOrigin)
           
 

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

Methods in com.jniwrapper.macosx.cocoa.nscoder that return NSPoint
 NSPoint NSCoder.decodePointForKey(java.lang.String key)
           
 NSPoint NSCoder.decodePoint()
           
 

Methods in com.jniwrapper.macosx.cocoa.nscoder with parameters of type NSPoint
 void NSCoder.encodePoint(NSPoint point)
           
 void NSCoder.encodePoint_forKey(NSPoint point, java.lang.String key)
          This method represents the encodePoint() method of the NSCoder Objective-C class.
 

Uses of NSPoint in com.jniwrapper.macosx.cocoa.nscursor
 

Methods in com.jniwrapper.macosx.cocoa.nscursor that return NSPoint
 NSPoint NSCursor.hotSpot()
           
 

Methods in com.jniwrapper.macosx.cocoa.nscursor with parameters of type NSPoint
 Id NSCursor.initWithImage_hotSpot(NSImage newImage, NSPoint aPoint)
          This method represents the initWithImage() method of the NSCursor Objective-C class.
 Id NSCursor.initWithImage_foregroundColorHint_backgroundColorHint_hotSpot(NSImage newImage, NSColor fg, NSColor bg, NSPoint hotSpot)
          This method represents the initWithImage() method of the NSCursor Objective-C class.
 

Uses of NSPoint in com.jniwrapper.macosx.cocoa.nsdragging
 

Methods in com.jniwrapper.macosx.cocoa.nsdragging that return NSPoint
 NSPoint NSDraggingInfoProtocol.draggedImageLocation()
           
 NSPoint NSDraggingInfoProtocol.draggingLocation()
           
 

Methods in com.jniwrapper.macosx.cocoa.nsdragging with parameters of type NSPoint
 void NSDraggingInfoProtocol.slideDraggedImageTo(NSPoint screenPoint)
           
 

Uses of NSPoint in com.jniwrapper.macosx.cocoa.nsevent
 

Methods in com.jniwrapper.macosx.cocoa.nsevent that return NSPoint
 NSPoint NSEvent.locationInWindow()
           
static NSPoint NSEvent.static_mouseLocation()
           
 

Methods in com.jniwrapper.macosx.cocoa.nsevent with parameters of type NSPoint
static com.jniwrapper.Pointer.Void NSEvent.static_enterExitEventWithType_location_modifierFlags_timestamp_windowNumber_context_eventNumber_trackingNumber_userData(NSEventType type, NSPoint location, com.jniwrapper.UInt flags, NSTimeInterval time, com.jniwrapper.Int wNum, NSGraphicsContext context, com.jniwrapper.Int eNum, com.jniwrapper.Int tNum, com.jniwrapper.Pointer.Void data)
          This method represents the enterExitEventWithType() method of the NSEvent Objective-C class.
static com.jniwrapper.Pointer.Void NSEvent.static_mouseEventWithType_location_modifierFlags_timestamp_windowNumber_context_eventNumber_clickCount_pressure(NSEventType type, NSPoint location, com.jniwrapper.UInt flags, NSTimeInterval time, com.jniwrapper.Int wNum, NSGraphicsContext context, com.jniwrapper.Int eNum, com.jniwrapper.Int cNum, com.jniwrapper.SingleFloat pressure)
          This method represents the mouseEventWithType() method of the NSEvent Objective-C class.
static com.jniwrapper.Pointer.Void NSEvent.static_otherEventWithType_location_modifierFlags_timestamp_windowNumber_context_subtype_data1_data2(NSEventType type, NSPoint location, com.jniwrapper.UInt flags, NSTimeInterval time, com.jniwrapper.Int wNum, NSGraphicsContext context, com.jniwrapper.ShortInt subtype, com.jniwrapper.Int d1, com.jniwrapper.Int d2)
          This method represents the otherEventWithType() method of the NSEvent Objective-C class.
static com.jniwrapper.Pointer.Void NSEvent.static_keyEventWithType_location_modifierFlags_timestamp_windowNumber_context_characters_charactersIgnoringModifiers_isARepeat_keyCode(NSEventType type, NSPoint location, com.jniwrapper.UInt flags, NSTimeInterval time, com.jniwrapper.Int wNum, NSGraphicsContext context, java.lang.String keys, java.lang.String ukeys, boolean flag, com.jniwrapper.UInt16 code)
          This method represents the keyEventWithType() method of the NSEvent Objective-C class.
 

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

Methods in com.jniwrapper.macosx.cocoa.nsfont that return NSPoint
 NSPoint NSFont.positionOfGlyph_struckOverGlyph_metricsExist(NSGlyph curGlyph, NSGlyph prevGlyph, boolean exist)
          This method represents the positionOfGlyph() method of the NSFont Objective-C class.
 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.
 NSPoint NSFont.positionOfGlyph_precededByGlyph_isNominal(NSGlyph curGlyph, NSGlyph prevGlyph, boolean nominal)
          This method represents the positionOfGlyph() method of the NSFont Objective-C class.
 NSPoint NSFont.positionOfGlyph_withRelation_toBaseGlyph_totalAdvancement_metricsExist(NSGlyph thisGlyph, NSGlyphRelation rel, NSGlyph baseGlyph, NSSizePointer adv, boolean exist)
          This method represents the positionOfGlyph() method of the NSFont Objective-C class.
 

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

Methods in com.jniwrapper.macosx.cocoa.nsgeometry that return NSPoint
 NSPoint _NSRectStructure.get_Origin()
           
 NSPoint NSPointPointer.getValue()
           
 NSPoint NSPointArray.getValue()
           
 

Constructors in com.jniwrapper.macosx.cocoa.nsgeometry with parameters of type NSPoint
NSPointPointer(NSPoint value)
           
NSPointArray(NSPoint value)
           
 

Uses of NSPoint in com.jniwrapper.macosx.cocoa.nsgraphicscontext
 

Methods in com.jniwrapper.macosx.cocoa.nsgraphicscontext that return NSPoint
 NSPoint NSGraphicsContext.patternPhase()
           
 

Methods in com.jniwrapper.macosx.cocoa.nsgraphicscontext with parameters of type NSPoint
 void NSGraphicsContext.setPatternPhase(NSPoint phase)
           
 

Uses of NSPoint in com.jniwrapper.macosx.cocoa.nshelpmanager
 

Methods in com.jniwrapper.macosx.cocoa.nshelpmanager with parameters of type NSPoint
 com.jniwrapper.Bool NSHelpManager.showContextHelpForObject_locationHint(Id object, NSPoint pt)
          This method represents the showContextHelpForObject() method of the NSHelpManager Objective-C class.
 

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

Methods in com.jniwrapper.macosx.cocoa.nsimage with parameters of type NSPoint
 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.dissolveToPoint_fraction(NSPoint point, com.jniwrapper.SingleFloat aFloat)
          This method represents the dissolveToPoint() 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.
 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.
 

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

Methods in com.jniwrapper.macosx.cocoa.nsimagerep with parameters of type NSPoint
 com.jniwrapper.Bool NSImageRep.drawAtPoint(NSPoint point)
           
 

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

Methods in com.jniwrapper.macosx.cocoa.nsinputmanager with parameters of type NSPoint
 com.jniwrapper.UInt NSTextInputProtocol.characterIndexForPoint(NSPoint thePoint)
           
 com.jniwrapper.UInt NSInputManager.characterIndexForPoint(NSPoint thePoint)
           
 

Uses of NSPoint in com.jniwrapper.macosx.cocoa.nsinputserver
 

Methods in com.jniwrapper.macosx.cocoa.nsinputserver with parameters of type NSPoint
 com.jniwrapper.Bool NSInputServerMouseTrackerProtocol.mouseDownOnCharacterIndex_atCoordinate_withModifier_client(com.jniwrapper.UInt16 theIndex, NSPoint thePoint, com.jniwrapper.UInt theFlags, Id sender)
          This method represents the mouseDownOnCharacterIndex() method of the NSInputServerMouseTrackerProtocol Objective-C protocol.
 com.jniwrapper.Bool NSInputServerMouseTrackerProtocol.mouseDraggedOnCharacterIndex_atCoordinate_withModifier_client(com.jniwrapper.UInt16 theIndex, NSPoint thePoint, com.jniwrapper.UInt theFlags, Id sender)
          This method represents the mouseDraggedOnCharacterIndex() method of the NSInputServerMouseTrackerProtocol Objective-C protocol.
 void NSInputServerMouseTrackerProtocol.mouseUpOnCharacterIndex_atCoordinate_withModifier_client(com.jniwrapper.UInt16 theIndex, NSPoint thePoint, com.jniwrapper.UInt theFlags, Id sender)
          This method represents the mouseUpOnCharacterIndex() method of the NSInputServerMouseTrackerProtocol Objective-C protocol.
 com.jniwrapper.Bool NSInputServer.mouseDraggedOnCharacterIndex_atCoordinate_withModifier_client(com.jniwrapper.UInt16 theIndex, NSPoint thePoint, com.jniwrapper.UInt theFlags, Id sender)
          This method represents the mouseDraggedOnCharacterIndex() method of the NSInputServer Objective-C class.
 com.jniwrapper.Bool NSInputServer.mouseDownOnCharacterIndex_atCoordinate_withModifier_client(com.jniwrapper.UInt16 theIndex, NSPoint thePoint, com.jniwrapper.UInt theFlags, Id sender)
          This method represents the mouseDownOnCharacterIndex() method of the NSInputServer Objective-C class.
 void NSInputServer.mouseUpOnCharacterIndex_atCoordinate_withModifier_client(com.jniwrapper.UInt16 theIndex, NSPoint thePoint, com.jniwrapper.UInt theFlags, Id sender)
          This method represents the mouseUpOnCharacterIndex() method of the NSInputServer Objective-C class.
 

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

Methods in com.jniwrapper.macosx.cocoa.nslayoutmanager that return NSPoint
 NSPoint NSLayoutManager.locationForGlyphAtIndex(com.jniwrapper.UInt16 glyphIndex)
           
 

Methods in com.jniwrapper.macosx.cocoa.nslayoutmanager with parameters of type NSPoint
 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.
 void NSLayoutManager.setLocation_forStartOfGlyphRange(NSPoint location, NSRange glyphRange)
          This method represents the setLocation() method of the NSLayoutManager Objective-C class.
 com.jniwrapper.UInt16 NSLayoutManager.glyphIndexForPoint_inTextContainer_fractionOfDistanceThroughGlyph(NSPoint point, NSTextContainer container, com.jniwrapper.SingleFloat partialFraction)
          This method represents the glyphIndexForPoint() method of the NSLayoutManager Objective-C class.
 void NSLayoutManager.drawBackgroundForGlyphRange_atPoint(NSRange glyphsToShow, NSPoint origin)
          This method represents the drawBackgroundForGlyphRange() method of the NSLayoutManager Objective-C class.
 com.jniwrapper.SingleFloat NSLayoutManager.fractionOfDistanceThroughGlyphForPoint_inTextContainer(NSPoint point, NSTextContainer container)
          This method represents the fractionOfDistanceThroughGlyphForPoint() 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.
 com.jniwrapper.UInt16 NSLayoutManager.glyphIndexForPoint_inTextContainer(NSPoint point, NSTextContainer container)
          This method represents the glyphIndexForPoint() method of the NSLayoutManager Objective-C class.
 void NSLayoutManager.showPackedGlyphs_length_glyphRange_atPoint_font_color_printingAdjustment(com.jniwrapper.AnsiString glyphs, com.jniwrapper.UInt16 glyphLen, NSRange glyphRange, NSPoint point, NSFont font, NSColor color, NSSize printingAdjustment)
          This method represents the showPackedGlyphs() method of the NSLayoutManager Objective-C class.
 void NSLayoutManager.drawGlyphsForGlyphRange_atPoint(NSRange glyphsToShow, NSPoint origin)
          This method represents the drawGlyphsForGlyphRange() method of the NSLayoutManager Objective-C class.
 

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

Methods in com.jniwrapper.macosx.cocoa.nsmatrix with parameters of type NSPoint
 com.jniwrapper.Bool NSMatrix.getRow_column_forPoint(com.jniwrapper.Int row, com.jniwrapper.Int col, NSPoint aPoint)
          This method represents the getRow() method of the NSMatrix Objective-C class.
 

Uses of NSPoint in com.jniwrapper.macosx.cocoa.nsmenu
 

Methods in com.jniwrapper.macosx.cocoa.nsmenu that return NSPoint
 NSPoint NSMenu.locationForSubmenu(NSMenu aSubmenu)
           
 

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

Methods in com.jniwrapper.macosx.cocoa.nsmenuview that return NSPoint
 NSPoint NSMenuView.locationForSubmenu(NSMenu aSubmenu)
           
 

Methods in com.jniwrapper.macosx.cocoa.nsmenuview with parameters of type NSPoint
 com.jniwrapper.Int NSMenuView.indexOfItemAtPoint(NSPoint point)
           
 

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

Methods in com.jniwrapper.macosx.cocoa.nsobject with parameters of type NSPoint
 void NSObject.draggedImage_endedAt_operation(NSImage image, NSPoint screenPoint, NSDragOperation operation)
          This method represents the draggedImage() method of the NSObject Objective-C class.
 void NSObject.draggedImage_endedAt_deposited(NSImage image, NSPoint screenPoint, boolean flag)
          This method represents the draggedImage() method of the NSObject Objective-C class.
 void NSObject.draggedImage_beganAt(NSImage image, NSPoint screenPoint)
          This method represents the draggedImage() method of the NSObject Objective-C class.
 com.jniwrapper.Pointer.Void NSObject.view_stringForToolTip_point_userData(NSView view, NSToolTipTag tag, NSPoint point, com.jniwrapper.Pointer.Void data)
          This method represents the view() method of the NSObject Objective-C class.
 Id NSObject.accessibilityHitTest(NSPoint point)
           
 void NSObject.draggedImage_movedTo(NSImage image, NSPoint screenPoint)
          This method represents the draggedImage() method of the NSObject Objective-C class.
 

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

Methods in com.jniwrapper.macosx.cocoa.nsrulermarker that return NSPoint
 NSPoint NSRulerMarker.imageOrigin()
           
 

Methods in com.jniwrapper.macosx.cocoa.nsrulermarker with parameters of type NSPoint
 Id NSRulerMarker.initWithRulerView_markerLocation_image_imageOrigin(NSRulerView ruler, com.jniwrapper.SingleFloat location, NSImage image, NSPoint imageOrigin)
          This method represents the initWithRulerView() method of the NSRulerMarker Objective-C class.
 void NSRulerMarker.setImageOrigin(NSPoint imageOrigin)
           
 

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

Methods in com.jniwrapper.macosx.cocoa.nsscroller with parameters of type NSPoint
 NSScrollerPart NSScroller.testPart(NSPoint thePoint)
           
 

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

Methods in com.jniwrapper.macosx.cocoa.nsslider with parameters of type NSPoint
 com.jniwrapper.Int NSSlider.indexOfTickMarkAtPoint(NSPoint point)
           
 

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

Methods in com.jniwrapper.macosx.cocoa.nsslidercell with parameters of type NSPoint
 com.jniwrapper.Int NSSliderCell.indexOfTickMarkAtPoint(NSPoint point)
           
 

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

Methods in com.jniwrapper.macosx.cocoa.nsstring with parameters of type NSPoint
 void NSString.drawAtPoint_withAttributes(NSPoint point, NSDictionary attrs)
          This method represents the drawAtPoint() method of the NSString Objective-C class.
 

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

Methods in com.jniwrapper.macosx.cocoa.nstableheaderview with parameters of type NSPoint
 com.jniwrapper.Int NSTableHeaderView.columnAtPoint(NSPoint point)
           
 

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

Methods in com.jniwrapper.macosx.cocoa.nstableview with parameters of type NSPoint
 com.jniwrapper.Int NSTableView.columnAtPoint(NSPoint point)
           
 com.jniwrapper.Int NSTableView.rowAtPoint(NSPoint point)
           
 

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

Methods in com.jniwrapper.macosx.cocoa.nstabview with parameters of type NSPoint
 com.jniwrapper.Pointer.Void NSTabView.tabViewItemAtPoint(NSPoint point)
           
 

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

Methods in com.jniwrapper.macosx.cocoa.nstextattachment that return NSPoint
 NSPoint NSTextAttachmentCellProtocol.cellBaselineOffset()
           
 NSPoint NSTextAttachmentCell.cellBaselineOffset()
           
 

Methods in com.jniwrapper.macosx.cocoa.nstextattachment with parameters of type NSPoint
 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.
 

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

Methods in com.jniwrapper.macosx.cocoa.nstextcontainer with parameters of type NSPoint
 com.jniwrapper.Bool NSTextContainer.containsPoint(NSPoint point)
           
 

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

Methods in com.jniwrapper.macosx.cocoa.nstextview that return NSPoint
 NSPoint NSTextView.textContainerOrigin()
           
 

Methods in com.jniwrapper.macosx.cocoa.nstextview with parameters of type NSPoint
 com.jniwrapper.UInt NSTextView.characterIndexForPoint(NSPoint thePoint)
           
 

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

Fields in com.jniwrapper.macosx.cocoa.nstypesetter declared as NSPoint
protected  NSPoint _NSPositionOfGlyphMethodCallback._resultValue
           
 

Methods in com.jniwrapper.macosx.cocoa.nstypesetter that return NSPoint
 NSPoint _NSTypesetterGlyphInfoStructure.get_CurLocation()
           
 NSPoint NSSimpleHorizontalTypesetter.get_UrFontAdvancement()
           
 

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

Methods in com.jniwrapper.macosx.cocoa.nsvalue that return NSPoint
 NSPoint NSValue.pointValue()
           
 

Methods in com.jniwrapper.macosx.cocoa.nsvalue with parameters of type NSPoint
static com.jniwrapper.Pointer.Void NSValue.static_valueWithPoint(NSPoint point)
           
 

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

Methods in com.jniwrapper.macosx.cocoa.nsview that return NSPoint
 NSPoint NSView.convertPoint_fromView(NSPoint aPoint, NSView aView)
          This method represents the convertPoint() method of the NSView Objective-C class.
 NSPoint NSView.locationOfPrintRect(NSRect aRect)
           
 NSPoint NSView.convertPoint_toView(NSPoint aPoint, NSView aView)
          This method represents the convertPoint() method of the NSView Objective-C class.
 

Methods in com.jniwrapper.macosx.cocoa.nsview with parameters of type NSPoint
 NSPoint NSView.convertPoint_fromView(NSPoint aPoint, NSView aView)
          This method represents the convertPoint() method of the NSView Objective-C class.
 void NSView.beginPageInRect_atPlacement(NSRect aRect, NSPoint location)
          This method represents the beginPageInRect() method of the NSView Objective-C class.
 void NSView.translateOriginToPoint(NSPoint translation)
           
 void NSView.scrollPoint(NSPoint aPoint)
           
 com.jniwrapper.Bool NSView.mouse_inRect(NSPoint aPoint, NSRect aRect)
          This method represents the mouse() method of the NSView Objective-C class.
 void NSView.setBoundsOrigin(NSPoint newOrigin)
           
 void NSView.setFrameOrigin(NSPoint newOrigin)
           
 NSPoint NSView.convertPoint_toView(NSPoint aPoint, NSView aView)
          This method represents the convertPoint() method of the NSView Objective-C class.
 void NSView.dragImage_at_offset_event_pasteboard_source_slideBack(NSImage anImage, NSPoint viewLocation, NSSize initialOffset, NSEvent event, NSPasteboard pboard, Id sourceObj, boolean slideFlag)
          This method represents the dragImage() method of the NSView Objective-C class.
 com.jniwrapper.Pointer.Void NSView.hitTest(NSPoint aPoint)
           
 void NSView.scrollClipView_toPoint(NSClipView aClipView, NSPoint aPoint)
          This method represents the scrollClipView() method of the NSView Objective-C class.
 

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

Methods in com.jniwrapper.macosx.cocoa.nswindow that return NSPoint
 NSPoint NSWindow.cascadeTopLeftFromPoint(NSPoint topLeftPoint)
           
 NSPoint NSWindow.convertBaseToScreen(NSPoint aPoint)
           
 NSPoint NSWindow.mouseLocationOutsideOfEventStream()
           
 NSPoint NSWindow.convertScreenToBase(NSPoint aPoint)
           
 

Methods in com.jniwrapper.macosx.cocoa.nswindow with parameters of type NSPoint
 void NSWindow.setFrameTopLeftPoint(NSPoint aPoint)
           
 NSPoint NSWindow.cascadeTopLeftFromPoint(NSPoint topLeftPoint)
           
 NSPoint NSWindow.convertBaseToScreen(NSPoint aPoint)
           
 void NSWindow.setFrameOrigin(NSPoint aPoint)
           
 void NSWindow.dragImage_at_offset_event_pasteboard_source_slideBack(NSImage anImage, NSPoint baseLocation, NSSize initialOffset, NSEvent event, NSPasteboard pboard, Id sourceObj, boolean slideFlag)
          This method represents the dragImage() method of the NSWindow Objective-C class.
 NSPoint NSWindow.convertScreenToBase(NSPoint aPoint)
           
 

Uses of NSPoint in com.jniwrapper.macosx.cocoa.nsworkspace
 

Methods in com.jniwrapper.macosx.cocoa.nsworkspace with parameters of type NSPoint
 com.jniwrapper.Bool NSWorkspace.openFile_fromImage_at_inView(java.lang.String fullPath, NSImage anImage, NSPoint point, NSView aView)
          This method represents the openFile() method of the NSWorkspace Objective-C class.
 void NSWorkspace.slideImage_from_to(NSImage image, NSPoint fromPoint, NSPoint toPoint)
          This method represents the slideImage() method of the NSWorkspace Objective-C class.