Uses of Class
com.jniwrapper.macosx.cocoa.nstextcontainer.NSTextContainer

Packages that use NSTextContainer
com.jniwrapper.macosx.cocoa.nsatstypesetter   
com.jniwrapper.macosx.cocoa.nslayoutmanager   
com.jniwrapper.macosx.cocoa.nsobject   
com.jniwrapper.macosx.cocoa.nstextattachment   
com.jniwrapper.macosx.cocoa.nstextview   
 

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

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

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

Methods in com.jniwrapper.macosx.cocoa.nslayoutmanager with parameters of type NSTextContainer
 NSRectArray NSLayoutManager.rectArrayForCharacterRange_withinSelectedCharacterRange_inTextContainer_rectCount(NSRange charRange, NSRange selCharRange, NSTextContainer container, com.jniwrapper.UInt16 rectCount)
          This method represents the rectArrayForCharacterRange() method of the NSLayoutManager Objective-C class.
 NSRect NSLayoutManager.usedRectForTextContainer(NSTextContainer container)
           
 NSRectArray NSLayoutManager.rectArrayForGlyphRange_withinSelectedGlyphRange_inTextContainer_rectCount(NSRange glyphRange, NSRange selGlyphRange, NSTextContainer container, com.jniwrapper.UInt16 rectCount)
          This method represents the rectArrayForGlyphRange() 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.
 NSRange NSLayoutManager.glyphRangeForTextContainer(NSTextContainer container)
           
 NSRect NSLayoutManager.boundingRectForGlyphRange_inTextContainer(NSRange glyphRange, NSTextContainer container)
          This method represents the boundingRectForGlyphRange() 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.setTextContainer_forGlyphRange(NSTextContainer container, NSRange glyphRange)
          This method represents the setTextContainer() method of the NSLayoutManager Objective-C class.
 void NSLayoutManager.insertTextContainer_atIndex(NSTextContainer container, com.jniwrapper.UInt16 index)
          This method represents the insertTextContainer() 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.textContainerChangedTextView(NSTextContainer container)
           
 void NSLayoutManager.addTextContainer(NSTextContainer container)
           
 NSRange NSLayoutManager.glyphRangeForBoundingRect_inTextContainer(NSRect bounds, NSTextContainer container)
          This method represents the glyphRangeForBoundingRect() 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.textContainerChangedGeometry(NSTextContainer container)
           
 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 NSTextContainer in com.jniwrapper.macosx.cocoa.nsobject
 

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

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

Methods in com.jniwrapper.macosx.cocoa.nstextview with parameters of type NSTextContainer
 void NSTextView.setTextContainer(NSTextContainer container)
           
 void NSTextView.replaceTextContainer(NSTextContainer newContainer)
           
 Id NSTextView.initWithFrame_textContainer(NSRect frameRect, NSTextContainer container)
          This method represents the initWithFrame() method of the NSTextView Objective-C class.