Uses of Class
com.jniwrapper.macosx.cocoa.nslayoutmanager.NSLayoutManager

Packages that use NSLayoutManager
com.jniwrapper.macosx.cocoa.nsobject   
com.jniwrapper.macosx.cocoa.nstextattachment   
com.jniwrapper.macosx.cocoa.nstextcontainer   
com.jniwrapper.macosx.cocoa.nstextstorage   
com.jniwrapper.macosx.cocoa.nstypesetter   
 

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

Methods in com.jniwrapper.macosx.cocoa.nsobject with parameters of type NSLayoutManager
 void NSObject.layoutManagerDidInvalidateLayout(NSLayoutManager sender)
           
 void NSObject.layoutManager_didCompleteLayoutForTextContainer_atEnd(NSLayoutManager layoutManager, NSTextContainer textContainer, boolean layoutFinishedFlag)
          This method represents the layoutManager() method of the NSObject Objective-C class.
 

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

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

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

Methods in com.jniwrapper.macosx.cocoa.nstextcontainer with parameters of type NSLayoutManager
 void NSTextContainer.replaceLayoutManager(NSLayoutManager newLayoutManager)
           
 void NSTextContainer.setLayoutManager(NSLayoutManager layoutManager)
           
 

Uses of NSLayoutManager in com.jniwrapper.macosx.cocoa.nstextstorage
 

Methods in com.jniwrapper.macosx.cocoa.nstextstorage with parameters of type NSLayoutManager
 void NSTextStorage.removeLayoutManager(NSLayoutManager obj)
           
 void NSTextStorage.addLayoutManager(NSLayoutManager obj)
           
 

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

Methods in com.jniwrapper.macosx.cocoa.nstypesetter with parameters of type NSLayoutManager
 void NSTypesetter.layoutGlyphsInLayoutManager_startingAtGlyphIndex_maxNumberOfLineFragments_nextGlyphIndex(NSLayoutManager layoutManager, com.jniwrapper.UInt16 startGlyphIndex, com.jniwrapper.UInt16 maxNumLines, com.jniwrapper.UInt16 nextGlyph)
          This method represents the layoutGlyphsInLayoutManager() method of the NSTypesetter Objective-C class.
static NSSize NSTypesetter.static_printingAdjustmentInLayoutManager_forNominallySpacedGlyphRange_packedGlyphs_count(NSLayoutManager layoutMgr, NSRange nominallySpacedGlyphsRange, com.jniwrapper.AnsiString packedGlyphs, com.jniwrapper.UInt16 packedGlyphsCount)
          This method represents the printingAdjustmentInLayoutManager() method of the NSTypesetter Objective-C class.
 com.jniwrapper.SingleFloat NSTypesetter.baselineOffsetInLayoutManager_glyphIndex(NSLayoutManager layoutMgr, com.jniwrapper.UInt16 glyphIndex)
          This method represents the baselineOffsetInLayoutManager() method of the NSTypesetter Objective-C class.
 void NSSimpleHorizontalTypesetter.layoutGlyphsInLayoutManager_startingAtGlyphIndex_maxNumberOfLineFragments_nextGlyphIndex(NSLayoutManager layoutManager, com.jniwrapper.UInt16 startGlyphIndex, com.jniwrapper.UInt16 maxNumLines, com.jniwrapper.UInt16 nextGlyph)
          This method represents the layoutGlyphsInLayoutManager() method of the NSSimpleHorizontalTypesetter Objective-C class.