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

Packages that use NSRectPointer
com.jniwrapper.macosx.cocoa.nsatstypesetter   
com.jniwrapper.macosx.cocoa.nstextcontainer   
 

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

Methods in com.jniwrapper.macosx.cocoa.nsatstypesetter with parameters of type NSRectPointer
 NSRect NSATSTypesetter.lineFragmentRectForProposedRect_remainingRect(NSRect proposedRect, NSRectPointer remainingRect)
          This method represents the lineFragmentRectForProposedRect() method of the NSATSTypesetter Objective-C class.
 

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

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