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

Packages that use NSPointArray
com.jniwrapper.macosx.cocoa.nsbezierpath   
com.jniwrapper.macosx.cocoa.nsfont   
 

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

Methods in com.jniwrapper.macosx.cocoa.nsbezierpath with parameters of type NSPointArray
 void NSBezierPath.setAssociatedPoints_atIndex(NSPointArray points, com.jniwrapper.Int index)
          This method represents the setAssociatedPoints() method of the NSBezierPath Objective-C class.
 NSBezierPathElement NSBezierPath.elementAtIndex_associatedPoints(com.jniwrapper.Int index, NSPointArray points)
          This method represents the elementAtIndex() method of the NSBezierPath Objective-C class.
 void NSBezierPath.appendBezierPathWithPoints_count(NSPointArray points, com.jniwrapper.Int count)
          This method represents the appendBezierPathWithPoints() method of the NSBezierPath Objective-C class.
 

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

Methods in com.jniwrapper.macosx.cocoa.nsfont with parameters of type NSPointArray
 com.jniwrapper.Int NSFont.positionsForCompositeSequence_numberOfGlyphs_pointArray(NSGlyph someGlyphs, com.jniwrapper.Int numGlyphs, NSPointArray points)
          This method represents the positionsForCompositeSequence() method of the NSFont Objective-C class.