-
Methods in org.robovm.apple.uikit with parameters of type NSTextContainer
| Modifier and Type |
Method |
Description |
void |
NSLayoutManager.addTextContainer(NSTextContainer container) |
|
CGRect |
NSTextAttachment.attachmentBoundsForAttributes(NSDictionary<NSString,?> attributes,
NSTextLocation location,
NSTextContainer textContainer,
CGRect proposedLineFragment,
CGPoint position) |
|
CGRect |
NSTextAttachmentLayout.attachmentBoundsForAttributes(NSDictionary<NSString,?> attributes,
NSTextLocation location,
NSTextContainer textContainer,
CGRect proposedLineFragment,
CGPoint position) |
|
CGRect |
NSTextAttachmentLayoutAdapter.attachmentBoundsForAttributes(NSDictionary<NSString,?> attributes,
NSTextLocation location,
NSTextContainer textContainer,
CGRect proposedLineFragment,
CGPoint position) |
|
CGRect |
NSTextAttachmentViewProvider.attachmentBoundsForAttributes(NSDictionary<NSString,?> attributes,
NSTextLocation location,
NSTextContainer textContainer,
CGRect proposedLineFragment,
CGPoint position) |
|
void |
NSLayoutManagerDelegate.didChangeGeometry(NSLayoutManager layoutManager,
NSTextContainer textContainer,
CGSize oldSize) |
|
void |
NSLayoutManagerDelegateAdapter.didChangeGeometry(NSLayoutManager layoutManager,
NSTextContainer textContainer,
CGSize oldSize) |
|
void |
NSLayoutManagerDelegate.didCompleteLayout(NSLayoutManager layoutManager,
NSTextContainer textContainer,
boolean layoutFinishedFlag) |
|
void |
NSLayoutManagerDelegateAdapter.didCompleteLayout(NSLayoutManager layoutManager,
NSTextContainer textContainer,
boolean layoutFinishedFlag) |
|
void |
NSLayoutManager.ensureLayoutForBoundingRect(CGRect bounds,
NSTextContainer container) |
|
void |
NSLayoutManager.ensureLayoutForTextContainer(NSTextContainer container) |
|
void |
NSLayoutManager.enumerateEnclosingRects(NSRange glyphRange,
NSRange selectedRange,
NSTextContainer textContainer,
VoidBlock2<CGRect,BooleanPtr> block) |
|
CGRect |
NSTextAttachment.getAttachmentBounds(NSTextContainer textContainer,
CGRect lineFrag,
CGPoint position,
long charIndex) |
|
CGRect |
NSTextAttachmentContainer.getAttachmentBounds(NSTextContainer textContainer,
CGRect lineFrag,
CGPoint position,
long charIndex) |
|
CGRect |
NSTextAttachmentContainerAdapter.getAttachmentBounds(NSTextContainer textContainer,
CGRect lineFrag,
CGPoint position,
long charIndex) |
|
CGRect |
NSLayoutManagerDelegate.getBoundingBoxForControlGlyph(NSLayoutManager layoutManager,
long glyphIndex,
NSTextContainer textContainer,
CGRect proposedRect,
CGPoint glyphPosition,
long charIndex) |
|
CGRect |
NSLayoutManagerDelegateAdapter.getBoundingBoxForControlGlyph(NSLayoutManager layoutManager,
long glyphIndex,
NSTextContainer textContainer,
CGRect proposedRect,
CGPoint glyphPosition,
long charIndex) |
|
CGRect |
NSLayoutManager.getBoundingRectForGlyphRange(NSRange glyphRange,
NSTextContainer container) |
|
long |
NSLayoutManager.getCharacterIndexForPoint(CGPoint point,
NSTextContainer container,
MachineSizedFloatPtr partialFraction) |
|
double |
NSLayoutManager.getFractionOfDistanceThroughGlyphForPoint(CGPoint point,
NSTextContainer container) |
|
NSRange |
NSLayoutManager.getGlyphRangeForBoundingRect(CGRect bounds,
NSTextContainer container) |
|
NSRange |
NSLayoutManager.getGlyphRangeForBoundingRectWithoutAdditionalLayout(CGRect bounds,
NSTextContainer container) |
|
UIImage |
NSTextAttachment.getImageForBounds(CGRect imageBounds,
NSTextContainer textContainer,
long charIndex) |
|
UIImage |
NSTextAttachmentContainer.getImageForBounds(CGRect imageBounds,
NSTextContainer textContainer,
long charIndex) |
|
UIImage |
NSTextAttachmentContainerAdapter.getImageForBounds(CGRect imageBounds,
NSTextContainer textContainer,
long charIndex) |
|
long |
NSLayoutManager.getSlyphIndexForPoint(CGPoint point,
NSTextContainer container) |
|
long |
NSLayoutManager.getSlyphIndexForPoint(CGPoint point,
NSTextContainer container,
MachineSizedFloatPtr partialFraction) |
|
CGRect |
NSLayoutManager.getUsedRectForTextContainer(NSTextContainer container) |
|
NSRange |
NSLayoutManager.glyphRangeForTextContainer(NSTextContainer container) |
|
UIImage |
NSTextAttachment.imageForBounds(CGRect bounds,
NSDictionary<NSString,?> attributes,
NSTextLocation location,
NSTextContainer textContainer) |
|
UIImage |
NSTextAttachmentLayout.imageForBounds(CGRect bounds,
NSDictionary<NSString,?> attributes,
NSTextLocation location,
NSTextContainer textContainer) |
|
UIImage |
NSTextAttachmentLayoutAdapter.imageForBounds(CGRect bounds,
NSDictionary<NSString,?> attributes,
NSTextLocation location,
NSTextContainer textContainer) |
|
protected long |
UITextView.init(CGRect frame,
NSTextContainer textContainer) |
|
void |
NSLayoutManager.insertTextContainer(NSTextContainer container,
long index) |
|
void |
NSLayoutManager.setExtraLineFragmentRect(CGRect fragmentRect,
CGRect usedRect,
NSTextContainer container) |
|
void |
NSLayoutManager.setTextContainer(NSTextContainer container,
NSRange glyphRange) |
|
void |
NSTextLayoutManager.setTextContainer(NSTextContainer v) |
|
boolean |
NSLayoutManagerDelegate.shouldSetLineFragmentRect(NSLayoutManager layoutManager,
CGRect lineFragmentRect,
CGRect lineFragmentUsedRect,
MachineSizedFloatPtr baselineOffset,
NSTextContainer textContainer,
NSRange glyphRange) |
|
boolean |
NSLayoutManagerDelegateAdapter.shouldSetLineFragmentRect(NSLayoutManager layoutManager,
CGRect lineFragmentRect,
CGRect lineFragmentUsedRect,
MachineSizedFloatPtr baselineOffset,
NSTextContainer textContainer,
NSRange glyphRange) |
|
void |
NSLayoutManager.textContainerChangedGeometry(NSTextContainer container) |
|
NSTextAttachmentViewProvider |
NSTextAttachment.viewProviderForParentView(UIView parentView,
NSTextLocation location,
NSTextContainer textContainer) |
|
NSTextAttachmentViewProvider |
NSTextAttachmentLayout.viewProviderForParentView(UIView parentView,
NSTextLocation location,
NSTextContainer textContainer) |
|
NSTextAttachmentViewProvider |
NSTextAttachmentLayoutAdapter.viewProviderForParentView(UIView parentView,
NSTextLocation location,
NSTextContainer textContainer) |
|
Method parameters in org.robovm.apple.uikit with type arguments of type NSTextContainer
| Modifier and Type |
Method |
Description |
void |
NSLayoutManager.enumerateLineFragments(NSRange glyphRange,
VoidBlock5<CGRect,CGRect,NSTextContainer,NSRange,BooleanPtr> block) |
|
void |
NSTextLayoutManager.enumerateTextSegmentsInRange(NSTextRange textRange,
NSTextLayoutManagerSegmentType type,
NSTextLayoutManagerSegmentOptions options,
Block4<NSTextRange,CGRect,Double,NSTextContainer,Boolean> block) |
|