public class NSLayoutManager extends NSObject implements NSCodingProtocol, NSGlyphStorageProtocol
NSLayoutManager
class.
See the class documentation at the Apple's site: NSLayoutManagerConstructor and Description |
---|
NSLayoutManager() |
NSLayoutManager(boolean autorelease)
Contructs the
NSLayoutManager class with the autorelease option on. |
NSLayoutManager(com.jniwrapper.Pointer.Void instancePtr)
Contructs the
NSLayoutManager class from pointer. |
NSLayoutManager(java.lang.String methodName,
com.jniwrapper.Parameter[] parameters)
Contructs the
NSLayoutManager class with static constructor. |
Modifier and Type | Method and Description |
---|---|
void |
addTemporaryAttributes_forCharacterRange(NSDictionary attrs,
NSRange charRange)
This method represents the
addTemporaryAttributes() method of the NSLayoutManager Objective-C class. |
void |
addTextContainer(NSTextContainer container) |
NSSize |
attachmentSizeForGlyphAtIndex(com.jniwrapper.UInt16 glyphIndex) |
com.jniwrapper.Pointer.Void |
attributedString() |
com.jniwrapper.Bool |
backgroundLayoutEnabled() |
NSRect |
boundingRectForGlyphRange_inTextContainer(NSRange glyphRange,
NSTextContainer container)
This method represents the
boundingRectForGlyphRange() method of the NSLayoutManager Objective-C class. |
com.jniwrapper.UInt16 |
characterIndexForGlyphAtIndex(com.jniwrapper.UInt16 glyphIndex) |
NSRange |
characterRangeForGlyphRange_actualGlyphRange(NSRange glyphRange,
NSRangePointer actualGlyphRange)
This method represents the
characterRangeForGlyphRange() method of the NSLayoutManager Objective-C class. |
NSImageScaling |
defaultAttachmentScaling() |
com.jniwrapper.SingleFloat |
defaultLineHeightForFont(NSFont theFont) |
Id |
delegate() |
void |
deleteGlyphsInRange(NSRange glyphRange) |
void |
drawBackgroundForGlyphRange_atPoint(NSRange glyphsToShow,
NSPoint origin)
This method represents the
drawBackgroundForGlyphRange() method of the NSLayoutManager Objective-C class. |
void |
drawGlyphsForGlyphRange_atPoint(NSRange glyphsToShow,
NSPoint origin)
This method represents the
drawGlyphsForGlyphRange() method of the NSLayoutManager Objective-C class. |
com.jniwrapper.Bool |
drawsOutsideLineFragmentForGlyphAtIndex(com.jniwrapper.UInt16 glyphIndex) |
void |
drawStrikethroughForGlyphRange_strikethroughType_baselineOffset_lineFragmentRect_lineFragmentGlyphRange_containerOrigin(NSRange glyphRange,
com.jniwrapper.Int strikethroughVal,
com.jniwrapper.SingleFloat baselineOffset,
NSRect lineRect,
NSRange lineGlyphRange,
NSPoint containerOrigin)
This method represents the
drawStrikethroughForGlyphRange() method of the NSLayoutManager Objective-C class. |
void |
drawUnderlineForGlyphRange_underlineType_baselineOffset_lineFragmentRect_lineFragmentGlyphRange_containerOrigin(NSRange glyphRange,
com.jniwrapper.Int underlineVal,
com.jniwrapper.SingleFloat baselineOffset,
NSRect lineRect,
NSRange lineGlyphRange,
NSPoint containerOrigin)
This method represents the
drawUnderlineForGlyphRange() method of the NSLayoutManager Objective-C class. |
void |
encodeWithCoder(NSCoder aCoder) |
NSRect |
extraLineFragmentRect() |
com.jniwrapper.Pointer.Void |
extraLineFragmentTextContainer() |
NSRect |
extraLineFragmentUsedRect() |
com.jniwrapper.Pointer.Void |
firstTextView() |
com.jniwrapper.UInt16 |
firstUnlaidCharacterIndex() |
com.jniwrapper.UInt16 |
firstUnlaidGlyphIndex() |
com.jniwrapper.SingleFloat |
fractionOfDistanceThroughGlyphForPoint_inTextContainer(NSPoint point,
NSTextContainer container)
This method represents the
fractionOfDistanceThroughGlyphForPoint() method of the NSLayoutManager Objective-C class. |
void |
getFirstUnlaidCharacterIndex_glyphIndex(com.jniwrapper.UInt16 charIndex,
com.jniwrapper.UInt16 glyphIndex)
This method represents the
getFirstUnlaidCharacterIndex() method of the NSLayoutManager Objective-C class. |
com.jniwrapper.UInt16 |
getGlyphs_range(NSGlyph glyphArray,
NSRange glyphRange)
This method represents the
getGlyphs() method of the NSLayoutManager Objective-C class. |
com.jniwrapper.UInt16 |
getGlyphsInRange_glyphs_characterIndexes_glyphInscriptions_elasticBits_bidiLevels(NSRange glyphsRange,
NSGlyph glyphBuffer,
com.jniwrapper.UInt16 charIndexBuffer,
NSGlyphInscription inscribeBuffer,
boolean elasticBuffer,
com.jniwrapper.AnsiString bidiLevelBuffer)
This method represents the
getGlyphsInRange() method of the NSLayoutManager Objective-C class. |
com.jniwrapper.UInt16 |
getGlyphsInRange_glyphs_characterIndexes_glyphInscriptions_elasticBits(NSRange glyphsRange,
NSGlyph glyphBuffer,
com.jniwrapper.UInt16 charIndexBuffer,
NSGlyphInscription inscribeBuffer,
boolean elasticBuffer)
This method represents the
getGlyphsInRange() method of the NSLayoutManager Objective-C class. |
NSGlyph |
glyphAtIndex_isValidIndex(com.jniwrapper.UInt16 glyphIndex,
boolean isValidIndex)
This method represents the
glyphAtIndex() method of the NSLayoutManager Objective-C class. |
NSGlyph |
glyphAtIndex(com.jniwrapper.UInt16 glyphIndex) |
com.jniwrapper.UInt16 |
glyphIndexForPoint_inTextContainer_fractionOfDistanceThroughGlyph(NSPoint point,
NSTextContainer container,
com.jniwrapper.SingleFloat partialFraction)
This method represents the
glyphIndexForPoint() method of the NSLayoutManager Objective-C class. |
com.jniwrapper.UInt16 |
glyphIndexForPoint_inTextContainer(NSPoint point,
NSTextContainer container)
This method represents the
glyphIndexForPoint() method of the NSLayoutManager Objective-C class. |
NSRange |
glyphRangeForBoundingRect_inTextContainer(NSRect bounds,
NSTextContainer container)
This method represents the
glyphRangeForBoundingRect() method of the NSLayoutManager Objective-C class. |
NSRange |
glyphRangeForBoundingRectWithoutAdditionalLayout_inTextContainer(NSRect bounds,
NSTextContainer container)
This method represents the
glyphRangeForBoundingRectWithoutAdditionalLayout() method of the NSLayoutManager Objective-C class. |
NSRange |
glyphRangeForCharacterRange_actualCharacterRange(NSRange charRange,
NSRangePointer actualCharRange)
This method represents the
glyphRangeForCharacterRange() method of the NSLayoutManager Objective-C class. |
NSRange |
glyphRangeForTextContainer(NSTextContainer container) |
com.jniwrapper.SingleFloat |
hyphenationFactor() |
Id |
init() |
protected void |
init(com.jniwrapper.Parameter[] fields) |
Id |
initWithCoder(NSCoder aDecoder) |
void |
insertGlyph_atGlyphIndex_characterIndex(NSGlyph glyph,
com.jniwrapper.UInt16 glyphIndex,
com.jniwrapper.UInt16 charIndex)
This method represents the
insertGlyph() method of the NSLayoutManager Objective-C class. |
void |
insertGlyphs_length_forStartingGlyphAtIndex_characterIndex(NSGlyph glyphs,
com.jniwrapper.UInt length,
com.jniwrapper.UInt glyphIndex,
com.jniwrapper.UInt charIndex)
This method represents the
insertGlyphs() method of the NSLayoutManager Objective-C class. |
void |
insertTextContainer_atIndex(NSTextContainer container,
com.jniwrapper.UInt16 index)
This method represents the
insertTextContainer() method of the NSLayoutManager Objective-C class. |
com.jniwrapper.Int |
intAttribute_forGlyphAtIndex(com.jniwrapper.Int attributeTag,
com.jniwrapper.UInt16 glyphIndex)
This method represents the
intAttribute() method of the NSLayoutManager Objective-C class. |
void |
invalidateDisplayForCharacterRange(NSRange charRange) |
void |
invalidateDisplayForGlyphRange(NSRange glyphRange) |
void |
invalidateGlyphsForCharacterRange_changeInLength_actualCharacterRange(NSRange charRange,
com.jniwrapper.Int delta,
NSRangePointer actualCharRange)
This method represents the
invalidateGlyphsForCharacterRange() method of the NSLayoutManager Objective-C class. |
void |
invalidateLayoutForCharacterRange_isSoft_actualCharacterRange(NSRange charRange,
boolean flag,
NSRangePointer actualCharRange)
This method represents the
invalidateLayoutForCharacterRange() method of the NSLayoutManager Objective-C class. |
com.jniwrapper.Bool |
isValidGlyphIndex(com.jniwrapper.UInt16 glyphIndex) |
com.jniwrapper.Bool |
layoutManagerOwnsFirstResponderInWindow(NSWindow window) |
com.jniwrapper.UInt |
layoutOptions() |
NSRect |
lineFragmentRectForGlyphAtIndex_effectiveRange(com.jniwrapper.UInt16 glyphIndex,
NSRangePointer effectiveGlyphRange)
This method represents the
lineFragmentRectForGlyphAtIndex() method of the NSLayoutManager Objective-C class. |
NSRect |
lineFragmentUsedRectForGlyphAtIndex_effectiveRange(com.jniwrapper.UInt16 glyphIndex,
NSRangePointer effectiveGlyphRange)
This method represents the
lineFragmentUsedRectForGlyphAtIndex() method of the NSLayoutManager Objective-C class. |
NSPoint |
locationForGlyphAtIndex(com.jniwrapper.UInt16 glyphIndex) |
com.jniwrapper.Bool |
notShownAttributeForGlyphAtIndex(com.jniwrapper.UInt16 glyphIndex) |
com.jniwrapper.UInt16 |
numberOfGlyphs() |
NSRange |
rangeOfNominallySpacedGlyphsContainingIndex(com.jniwrapper.UInt16 glyphIndex) |
NSRectArray |
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. |
NSRectArray |
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. |
void |
removeTemporaryAttribute_forCharacterRange(java.lang.String name,
NSRange charRange)
This method represents the
removeTemporaryAttribute() method of the NSLayoutManager Objective-C class. |
void |
removeTextContainerAtIndex(com.jniwrapper.UInt16 index) |
void |
replaceGlyphAtIndex_withGlyph(com.jniwrapper.UInt16 glyphIndex,
NSGlyph newGlyph)
This method represents the
replaceGlyphAtIndex() method of the NSLayoutManager Objective-C class. |
void |
replaceTextStorage(NSTextStorage newTextStorage) |
com.jniwrapper.Pointer.Void |
rulerAccessoryViewForTextView_paragraphStyle_ruler_enabled(NSTextView view,
NSParagraphStyle style,
NSRulerView ruler,
boolean isEnabled)
This method represents the
rulerAccessoryViewForTextView() method of the NSLayoutManager Objective-C class. |
com.jniwrapper.Pointer.Void |
rulerMarkersForTextView_paragraphStyle_ruler(NSTextView view,
NSParagraphStyle style,
NSRulerView ruler)
This method represents the
rulerMarkersForTextView() method of the NSLayoutManager Objective-C class. |
void |
setAttachmentSize_forGlyphRange(NSSize attachmentSize,
NSRange glyphRange)
This method represents the
setAttachmentSize() method of the NSLayoutManager Objective-C class. |
void |
setBackgroundLayoutEnabled(boolean flag) |
void |
setCharacterIndex_forGlyphAtIndex(com.jniwrapper.UInt16 charIndex,
com.jniwrapper.UInt16 glyphIndex)
This method represents the
setCharacterIndex() method of the NSLayoutManager Objective-C class. |
void |
setDefaultAttachmentScaling(NSImageScaling scaling) |
void |
setDelegate(Id delegate) |
void |
setDrawsOutsideLineFragment_forGlyphAtIndex(boolean flag,
com.jniwrapper.UInt16 glyphIndex)
This method represents the
setDrawsOutsideLineFragment() method of the NSLayoutManager Objective-C class. |
void |
setExtraLineFragmentRect_usedRect_textContainer(NSRect fragmentRect,
NSRect usedRect,
NSTextContainer container)
This method represents the
setExtraLineFragmentRect() method of the NSLayoutManager Objective-C class. |
void |
setHyphenationFactor(com.jniwrapper.SingleFloat factor) |
void |
setIntAttribute_value_forGlyphAtIndex(com.jniwrapper.Int attributeTag,
com.jniwrapper.Int val,
com.jniwrapper.UInt16 glyphIndex)
This method represents the
setIntAttribute() method of the NSLayoutManager Objective-C class. |
void |
setLineFragmentRect_forGlyphRange_usedRect(NSRect fragmentRect,
NSRange glyphRange,
NSRect usedRect)
This method represents the
setLineFragmentRect() method of the NSLayoutManager Objective-C class. |
void |
setLocation_forStartOfGlyphRange(NSPoint location,
NSRange glyphRange)
This method represents the
setLocation() method of the NSLayoutManager Objective-C class. |
void |
setNotShownAttribute_forGlyphAtIndex(boolean flag,
com.jniwrapper.UInt16 glyphIndex)
This method represents the
setNotShownAttribute() method of the NSLayoutManager Objective-C class. |
void |
setShowsControlCharacters(boolean flag) |
void |
setShowsInvisibleCharacters(boolean flag) |
void |
setTemporaryAttributes_forCharacterRange(NSDictionary attrs,
NSRange charRange)
This method represents the
setTemporaryAttributes() method of the NSLayoutManager Objective-C class. |
void |
setTextContainer_forGlyphRange(NSTextContainer container,
NSRange glyphRange)
This method represents the
setTextContainer() method of the NSLayoutManager Objective-C class. |
void |
setTextStorage(NSTextStorage textStorage) |
void |
setTypesetter(NSTypesetter typesetter) |
void |
setTypesetterBehavior(NSTypesetterBehavior theBehavior) |
void |
setUsesScreenFonts(boolean flag) |
void |
showAttachmentCell_inRect_characterIndex(NSCell cell,
NSRect rect,
com.jniwrapper.UInt16 attachmentIndex)
This method represents the
showAttachmentCell() method of the NSLayoutManager Objective-C class. |
void |
showPackedGlyphs_length_glyphRange_atPoint_font_color_printingAdjustment(com.jniwrapper.AnsiString glyphs,
com.jniwrapper.UInt16 glyphLen,
NSRange glyphRange,
NSPoint point,
NSFont font,
NSColor color,
NSSize printingAdjustment)
This method represents the
showPackedGlyphs() method of the NSLayoutManager Objective-C class. |
com.jniwrapper.Bool |
showsControlCharacters() |
com.jniwrapper.Bool |
showsInvisibleCharacters() |
void |
strikethroughGlyphRange_strikethroughType_lineFragmentRect_lineFragmentGlyphRange_containerOrigin(NSRange glyphRange,
com.jniwrapper.Int strikethroughVal,
NSRect lineRect,
NSRange lineGlyphRange,
NSPoint containerOrigin)
This method represents the
strikethroughGlyphRange() method of the NSLayoutManager Objective-C class. |
com.jniwrapper.Pointer.Void |
substituteFontForFont(NSFont originalFont) |
com.jniwrapper.Pointer.Void |
temporaryAttributesAtCharacterIndex_effectiveRange(com.jniwrapper.UInt16 charIndex,
NSRangePointer effectiveCharRange)
This method represents the
temporaryAttributesAtCharacterIndex() method of the NSLayoutManager Objective-C class. |
void |
textContainerChangedGeometry(NSTextContainer container) |
void |
textContainerChangedTextView(NSTextContainer container) |
com.jniwrapper.Pointer.Void |
textContainerForGlyphAtIndex_effectiveRange(com.jniwrapper.UInt16 glyphIndex,
NSRangePointer effectiveGlyphRange)
This method represents the
textContainerForGlyphAtIndex() method of the NSLayoutManager Objective-C class. |
com.jniwrapper.Pointer.Void |
textContainers() |
void |
textStorage_edited_range_changeInLength_invalidatedRange(NSTextStorage str,
com.jniwrapper.UInt16 editedMask,
NSRange newCharRange,
com.jniwrapper.Int delta,
NSRange invalidatedCharRange)
This method represents the
textStorage() method of the NSLayoutManager Objective-C class. |
com.jniwrapper.Pointer.Void |
textStorage() |
com.jniwrapper.Pointer.Void |
textViewForBeginningOfSelection() |
com.jniwrapper.Pointer.Void |
typesetter() |
NSTypesetterBehavior |
typesetterBehavior() |
void |
underlineGlyphRange_underlineType_lineFragmentRect_lineFragmentGlyphRange_containerOrigin(NSRange glyphRange,
com.jniwrapper.Int underlineVal,
NSRect lineRect,
NSRange lineGlyphRange,
NSPoint containerOrigin)
This method represents the
underlineGlyphRange() method of the NSLayoutManager Objective-C class. |
NSRect |
usedRectForTextContainer(NSTextContainer container) |
com.jniwrapper.Bool |
usesScreenFonts() |
_class, accessibilityActionDescription, accessibilityActionNames, accessibilityAttributeNames, accessibilityAttributeValue_forParameter, accessibilityAttributeValue, accessibilityFocusedUIElement, accessibilityHitTest, accessibilityIsAttributeSettable, accessibilityIsIgnored, accessibilityParameterizedAttributeNames, accessibilityPerformAction, accessibilitySetValue_forAttribute, addObserver_forKeyPath_options_context, alertShowHelp, application_delegateHandlesKey, application_openFile, application_openFiles, application_openFileWithoutUI, application_openTempFile, application_printFile, application_printFiles, applicationDidBecomeActive, applicationDidChangeScreenParameters, applicationDidFinishLaunching, applicationDidHide, applicationDidResignActive, applicationDidUnhide, applicationDidUpdate, applicationDockMenu, applicationOpenUntitledFile, applicationShouldHandleReopen_hasVisibleWindows, applicationShouldOpenUntitledFile, applicationShouldTerminate, applicationShouldTerminateAfterLastWindowClosed, applicationWillBecomeActive, applicationWillFinishLaunching, applicationWillHide, applicationWillResignActive, applicationWillTerminate, applicationWillUnhide, applicationWillUpdate, archiver_didEncodeObject, archiver_willEncodeObject, archiver_willReplaceObject_withObject, archiverDidFinish, archiverWillFinish, attributeKeys, authenticateComponents_withData, authenticationDataForComponents, autorelease, awakeAfterUsingCoder, awakeFromNib, bind_toObject_withKeyPath_options, browser_createRowsForColumn_inMatrix, browser_isColumnValid, browser_numberOfRowsInColumn, browser_selectCellWithString_inColumn, browser_selectRow_inColumn, browser_shouldSizeColumn_forUserResize_toWidth, browser_sizeToFitWidthOfColumn, browser_titleOfColumn, browser_willDisplayCell_atRow_column, browserColumnConfigurationDidChange, browserDidScroll, browserWillScroll, changeColor, changeFont, classCode, classDescription, classForArchiver, classForCoder, classForKeyedArchiver, classForPortCoder, className, coerceValue_forKey, comboBox_completedString, comboBox_indexOfItemWithStringValue, comboBox_objectValueForItemAtIndex, comboBoxCell_completedString, comboBoxCell_indexOfItemWithStringValue, comboBoxCell_objectValueForItemAtIndex, comboBoxSelectionDidChange, comboBoxSelectionIsChanging, comboBoxWillDismiss, comboBoxWillPopUp, commitEditing, concludeDragOperation, conformsToProtocol, connection_didCancelAuthenticationChallenge, connection_didFailWithError, connection_didReceiveAuthenticationChallenge, connection_didReceiveData, connection_didReceiveResponse, connection_handleRequest, connection_shouldMakeNewConnection, connection_willCacheResponse, connection_willSendRequest_redirectResponse, connectionDidFinishLoading, control_didFailToFormatString_errorDescription, control_didFailToValidatePartialString_errorDescription, control_isValidObject, control_textShouldBeginEditing, control_textShouldEndEditing, control_textView_completions_forPartialWordRange_indexOfSelectedItem, control_textView_doCommandBySelector, controlTextDidBeginEditing, controlTextDidChange, controlTextDidEndEditing, copy, createConversationForConnection, dealloc, description, dictionaryWithValuesForKeys, didChange_valuesAtIndexes_forKey, didChangeValueForKey, discardEditing, doesContain, doesNotRecognizeSelector, download_decideDestinationWithSuggestedFilename, download_didCancelAuthenticationChallenge, download_didCreateDestination, download_didFailWithError, download_didReceiveAuthenticationChallenge, download_didReceiveDataOfLength, download_didReceiveResponse, download_shouldDecodeSourceDataOfMIMEType, download_willSendRequest_redirectResponse, downloadDidBegin, downloadDidFinish, draggedImage_beganAt, draggedImage_endedAt_deposited, draggedImage_endedAt_operation, draggedImage_movedTo, draggingEnded, draggingEntered, draggingExited, draggingSourceOperationMaskForLocal, draggingUpdated, drawerDidClose, drawerDidOpen, drawerShouldClose, drawerShouldOpen, drawerWillClose, drawerWillOpen, drawerWillResizeContents_toSize, exposedBindings, fileManager_shouldProceedAfterError, fileManager_willProcessPath, fontManager_willIncludeFont, forwardInvocation, handleMachMessage, handlePortMessage, handleQueryWithUnboundKey, handleTakeValue_forUnboundKey, hash, ignoreModifierKeysWhileDragging, image_didLoadPartOfRepresentation_withValidRows, image_didLoadRepresentation_withStatus, image_didLoadRepresentationHeader, image_willLoadRepresentation, imageDidNotDraw_inRect, indicesOfObjectsByEvaluatingObjectSpecifier, insertValue_atIndex_inPropertyWithKey, insertValue_inPropertyWithKey, inverseForRelationshipKey, isCaseInsensitiveLike, isEqual, isEqualTo, isGreaterThan, isGreaterThanOrEqualTo, isKindOfClass, isLessThan, isLessThanOrEqualTo, isLike, isMemberOfClass, isNotEqualTo, isProxy, layoutManager_didCompleteLayoutForTextContainer_atEnd, layoutManagerDidInvalidateLayout, makeNewConnection_sender, menu_updateItem_atIndex_shouldCancel, menuHasKeyEquivalent_forEvent_target_action, menuNeedsUpdate, methodForSelector, methodSignatureForSelector, mutableArrayValueForKey, mutableArrayValueForKeyPath, mutableCopy, namesOfPromisedFilesDroppedAtDestination, netService_didNotPublish, netService_didNotResolve, netServiceBrowser_didFindDomain_moreComing, netServiceBrowser_didFindService_moreComing, netServiceBrowser_didNotSearch, netServiceBrowser_didRemoveDomain_moreComing, netServiceBrowser_didRemoveService_moreComing, netServiceBrowserDidStopSearch, netServiceBrowserWillSearch, netServiceDidResolveAddress, netServiceDidStop, netServiceWillPublish, netServiceWillResolve, NSObject__new, NSObject_alloc, NSObject_allocWithZone, NSObject_copyWithZone, NSObject_defaultPlaceholderForMarker_withBinding, NSObject_mutableCopyWithZone, numberOfItemsInComboBox, numberOfItemsInComboBoxCell, numberOfItemsInMenu, numberOfRowsInTableView, objectDidBeginEditing, objectDidEndEditing, objectSpecifier, observationInfo, observeValueForKeyPath_ofObject_change_context, outlineView_acceptDrop_item_childIndex, outlineView_child_ofItem, outlineView_didClickTableColumn, outlineView_didDragTableColumn, outlineView_isItemExpandable, outlineView_itemForPersistentObject, outlineView_mouseDownInHeaderOfTableColumn, outlineView_numberOfChildrenOfItem, outlineView_objectValueForTableColumn_byItem, outlineView_persistentObjectForItem, outlineView_setObjectValue_forTableColumn_byItem, outlineView_shouldCollapseItem, outlineView_shouldEditTableColumn_item, outlineView_shouldExpandItem, outlineView_shouldSelectItem, outlineView_shouldSelectTableColumn, outlineView_sortDescriptorsDidChange, outlineView_validateDrop_proposedItem_proposedChildIndex, outlineView_willDisplayCell_forTableColumn_item, outlineView_willDisplayOutlineCell_forTableColumn_item, outlineView_writeItems_toPasteboard, outlineViewColumnDidMove, outlineViewColumnDidResize, outlineViewItemDidCollapse, outlineViewItemDidExpand, outlineViewItemWillCollapse, outlineViewItemWillExpand, outlineViewSelectionDidChange, outlineViewSelectionIsChanging, panel_compareFilename_with_caseSensitive, panel_directoryDidChange, panel_isValidFilename, panel_shouldShowFilename, panel_userEnteredFilename_confirmed, panel_willExpand, panelSelectionDidChange, parser_didEndElement_namespaceURI_qualifiedName, parser_didEndMappingPrefix, parser_didStartElement_namespaceURI_qualifiedName_attributes, parser_didStartMappingPrefix_toURI, parser_foundAttributeDeclarationWithName_forElement_type_defaultValue, parser_foundCDATA, parser_foundCharacters, parser_foundComment, parser_foundElementDeclarationWithName_model, parser_foundExternalEntityDeclarationWithName_publicID_systemID, parser_foundIgnorableWhitespace, parser_foundInternalEntityDeclarationWithName_value, parser_foundNotationDeclarationWithName_publicID_systemID, parser_foundProcessingInstructionWithTarget_data, parser_foundUnparsedEntityDeclarationWithName_publicID_systemID_notationName, parser_parseErrorOccurred, parser_resolveExternalEntityName_systemID, parser_validationErrorOccurred, parserDidEndDocument, parserDidStartDocument, pasteboard_provideDataForType, pasteboardChangedOwner, performDragOperation, performSelector_withObject_afterDelay_inModes, performSelector_withObject_afterDelay, performSelector_withObject_withObject, performSelector_withObject, performSelector, performSelectorOnMainThread_withObject_waitUntilDone_modes, performSelectorOnMainThread_withObject_waitUntilDone, prepareForDragOperation, readSelectionFromPasteboard, release, removeObserver_forKeyPath, removeValueAtIndex_fromPropertyWithKey, replacementObjectForArchiver, replacementObjectForCoder, replacementObjectForKeyedArchiver, replacementObjectForPortCoder, replaceValueAtIndex_inPropertyWithKey_withValue, respondsToSelector, retain, retainCount, scriptingBeginsWith, scriptingContains, scriptingEndsWith, scriptingIsEqualTo, scriptingIsGreaterThan, scriptingIsGreaterThanOrEqualTo, scriptingIsLessThan, scriptingIsLessThanOrEqualTo, scriptingProperties, selectionShouldChangeInOutlineView, selectionShouldChangeInTableView, self, setNilValueForKey, setObservationInfo, setScriptingProperties, setValue_forKey, setValue_forKeyPath, setValue_forUndefinedKey, setValuesForKeysWithDictionary, sound_didFinishPlaying, speechRecognizer_didRecognizeCommand, speechSynthesizer_didFinishSpeaking, speechSynthesizer_willSpeakPhoneme, speechSynthesizer_willSpeakWord_ofString, spellServer_didForgetWord_inLanguage, spellServer_didLearnWord_inLanguage, spellServer_findMisspelledWordInString_language_wordCount_countOnly, spellServer_suggestCompletionsForPartialWordRange_inString_language, spellServer_suggestGuessesForWord_inLanguage, splitView_canCollapseSubview, splitView_constrainMaxCoordinate_ofSubviewAt, splitView_constrainMinCoordinate_ofSubviewAt, splitView_constrainSplitPosition_ofSubviewAt, splitView_resizeSubviewsWithOldSize, splitViewDidResizeSubviews, splitViewWillResizeSubviews, static_accessInstanceVariablesDirectly, static_automaticallyNotifiesObserversForKey, static_cancelPreviousPerformRequestsWithTarget_selector_object, static_cancelPreviousPerformRequestsWithTarget, static_classForKeyedUnarchiver, static_exposeBinding, static_initialize, static_instanceMethodForSelector, static_instanceMethodSignatureForSelector, static_instancesRespondToSelector, static_isSubclassOfClass, static_load, static_poseAsClass, static_setDefaultPlaceholder_forMarker_withBinding, static_setKeys_triggerChangeNotificationsForDependentKey, static_setVersion, static_useStoredAccessor, static_version, storedValueForKey, stream_handleEvent, superclass, tableView_acceptDrop_row_dropOperation, tableView_didClickTableColumn, tableView_didDragTableColumn, tableView_mouseDownInHeaderOfTableColumn, tableView_objectValueForTableColumn_row, tableView_setObjectValue_forTableColumn_row, tableView_shouldEditTableColumn_row, tableView_shouldSelectRow, tableView_shouldSelectTableColumn, tableView_sortDescriptorsDidChange, tableView_validateDrop_proposedRow_proposedDropOperation, tableView_willDisplayCell_forTableColumn_row, tableView_writeRows_toPasteboard, tableViewColumnDidMove, tableViewColumnDidResize, tableViewSelectionDidChange, tableViewSelectionIsChanging, tabView_didSelectTabViewItem, tabView_shouldSelectTabViewItem, tabView_willSelectTabViewItem, tabViewDidChangeNumberOfTabViewItems, takeStoredValue_forKey, takeValue_forKey, takeValue_forKeyPath, takeValuesFromDictionary, textDidBeginEditing, textDidChange, textDidEndEditing, textShouldBeginEditing, textShouldEndEditing, textStorageDidProcessEditing, textStorageWillProcessEditing, textView_clickedOnCell_inRect_atIndex, textView_clickedOnCell_inRect, textView_clickedOnLink_atIndex, textView_clickedOnLink, textView_completions_forPartialWordRange_indexOfSelectedItem, textView_doCommandBySelector, textView_doubleClickedOnCell_inRect_atIndex, textView_doubleClickedOnCell_inRect, textView_draggedCell_inRect_event_atIndex, textView_draggedCell_inRect_event, textView_shouldChangeTextInRange_replacementString, textView_willChangeSelectionFromCharacterRange_toCharacterRange, textView_willDisplayToolTip_forCharacterAtIndex, textView_writablePasteboardTypesForCell_atIndex, textView_writeCell_atIndex_toPasteboard_type, textViewDidChangeSelection, textViewDidChangeTypingAttributes, toManyRelationshipKeys, toolbar_itemForItemIdentifier_willBeInsertedIntoToolbar, toolbarAllowedItemIdentifiers, toolbarDefaultItemIdentifiers, toolbarDidRemoveItem, toolbarSelectableItemIdentifiers, toolbarWillAddItem, toOneRelationshipKeys, unableToSetNilForKey, unarchiver_cannotDecodeObjectOfClassName_originalClasses, unarchiver_didDecodeObject, unarchiver_willReplaceObject_withObject, unarchiverDidFinish, unarchiverWillFinish, unbind, undoManagerForTextView, URL_resourceDataDidBecomeAvailable, URL_resourceDidFailLoadingWithReason, URLResourceDidCancelLoading, URLResourceDidFinishLoading, validateMenuItem, validateToolbarItem, validateValue_forKey_error, validateValue_forKeyPath_error, validModesForFontPanel, valueAtIndex_inPropertyWithKey, valueClassForBinding, valueForKey, valueForKeyPath, valueForUndefinedKey, valuesForKeys, valueWithName_inPropertyWithKey, valueWithUniqueID_inPropertyWithKey, view_stringForToolTip_point_userData, willChange_valuesAtIndexes_forKey, willChangeValueForKey, window_willPositionSheet_usingRect, windowDidBecomeKey, windowDidBecomeMain, windowDidChangeScreen, windowDidDeminiaturize, windowDidEndSheet, windowDidExpose, windowDidMiniaturize, windowDidMove, windowDidResignKey, windowDidResignMain, windowDidResize, windowDidUpdate, windowShouldClose, windowShouldZoom_toFrame, windowWillBeginSheet, windowWillClose, windowWillMiniaturize, windowWillMove, windowWillResize_toSize, windowWillReturnFieldEditor_toObject, windowWillReturnUndoManager, windowWillUseStandardFrame_defaultFrame, writeSelectionToPasteboard_types, zone
getClassName
asFunction, asFunction, asTypedPointer, castTo, castTo, equals, getDebugInfo, getLength, getValue, hashCode, isNull, read, setValue, toString, write
public NSLayoutManager()
public NSLayoutManager(boolean autorelease)
NSLayoutManager
class with the autorelease option on.autorelease
- public NSLayoutManager(com.jniwrapper.Pointer.Void instancePtr)
NSLayoutManager
class from pointer.instancePtr
- public NSLayoutManager(java.lang.String methodName, com.jniwrapper.Parameter[] parameters)
NSLayoutManager
class with static constructor.methodName
- parameters
- public NSGlyph glyphAtIndex_isValidIndex(com.jniwrapper.UInt16 glyphIndex, boolean isValidIndex)
glyphAtIndex()
method of the NSLayoutManager Objective-C class.glyphIndex
- isValidIndex
- public NSRect lineFragmentRectForGlyphAtIndex_effectiveRange(com.jniwrapper.UInt16 glyphIndex, NSRangePointer effectiveGlyphRange)
lineFragmentRectForGlyphAtIndex()
method of the NSLayoutManager Objective-C class.glyphIndex
- effectiveGlyphRange
- public com.jniwrapper.Pointer.Void rulerAccessoryViewForTextView_paragraphStyle_ruler_enabled(NSTextView view, NSParagraphStyle style, NSRulerView ruler, boolean isEnabled)
rulerAccessoryViewForTextView()
method of the NSLayoutManager Objective-C class.view
- style
- ruler
- isEnabled
- public void drawStrikethroughForGlyphRange_strikethroughType_baselineOffset_lineFragmentRect_lineFragmentGlyphRange_containerOrigin(NSRange glyphRange, com.jniwrapper.Int strikethroughVal, com.jniwrapper.SingleFloat baselineOffset, NSRect lineRect, NSRange lineGlyphRange, NSPoint containerOrigin)
drawStrikethroughForGlyphRange()
method of the NSLayoutManager Objective-C class.glyphRange
- strikethroughVal
- baselineOffset
- lineRect
- lineGlyphRange
- containerOrigin
- public com.jniwrapper.Pointer.Void firstTextView()
public void replaceTextStorage(NSTextStorage newTextStorage)
public com.jniwrapper.UInt16 getGlyphsInRange_glyphs_characterIndexes_glyphInscriptions_elasticBits_bidiLevels(NSRange glyphsRange, NSGlyph glyphBuffer, com.jniwrapper.UInt16 charIndexBuffer, NSGlyphInscription inscribeBuffer, boolean elasticBuffer, com.jniwrapper.AnsiString bidiLevelBuffer)
getGlyphsInRange()
method of the NSLayoutManager Objective-C class.glyphsRange
- glyphBuffer
- charIndexBuffer
- inscribeBuffer
- elasticBuffer
- bidiLevelBuffer
- public com.jniwrapper.UInt16 numberOfGlyphs()
public NSRectArray rectArrayForCharacterRange_withinSelectedCharacterRange_inTextContainer_rectCount(NSRange charRange, NSRange selCharRange, NSTextContainer container, com.jniwrapper.UInt16 rectCount)
rectArrayForCharacterRange()
method of the NSLayoutManager Objective-C class.charRange
- selCharRange
- container
- rectCount
- public com.jniwrapper.Pointer.Void substituteFontForFont(NSFont originalFont)
public void underlineGlyphRange_underlineType_lineFragmentRect_lineFragmentGlyphRange_containerOrigin(NSRange glyphRange, com.jniwrapper.Int underlineVal, NSRect lineRect, NSRange lineGlyphRange, NSPoint containerOrigin)
underlineGlyphRange()
method of the NSLayoutManager Objective-C class.glyphRange
- underlineVal
- lineRect
- lineGlyphRange
- containerOrigin
- public void setBackgroundLayoutEnabled(boolean flag)
public void drawUnderlineForGlyphRange_underlineType_baselineOffset_lineFragmentRect_lineFragmentGlyphRange_containerOrigin(NSRange glyphRange, com.jniwrapper.Int underlineVal, com.jniwrapper.SingleFloat baselineOffset, NSRect lineRect, NSRange lineGlyphRange, NSPoint containerOrigin)
drawUnderlineForGlyphRange()
method of the NSLayoutManager Objective-C class.glyphRange
- underlineVal
- baselineOffset
- lineRect
- lineGlyphRange
- containerOrigin
- public NSRect usedRectForTextContainer(NSTextContainer container)
public com.jniwrapper.Pointer.Void textContainerForGlyphAtIndex_effectiveRange(com.jniwrapper.UInt16 glyphIndex, NSRangePointer effectiveGlyphRange)
textContainerForGlyphAtIndex()
method of the NSLayoutManager Objective-C class.glyphIndex
- effectiveGlyphRange
- public NSRectArray rectArrayForGlyphRange_withinSelectedGlyphRange_inTextContainer_rectCount(NSRange glyphRange, NSRange selGlyphRange, NSTextContainer container, com.jniwrapper.UInt16 rectCount)
rectArrayForGlyphRange()
method of the NSLayoutManager Objective-C class.glyphRange
- selGlyphRange
- container
- rectCount
- public NSSize attachmentSizeForGlyphAtIndex(com.jniwrapper.UInt16 glyphIndex)
public NSRange glyphRangeForBoundingRectWithoutAdditionalLayout_inTextContainer(NSRect bounds, NSTextContainer container)
glyphRangeForBoundingRectWithoutAdditionalLayout()
method of the NSLayoutManager Objective-C class.bounds
- container
- public com.jniwrapper.UInt16 firstUnlaidGlyphIndex()
public NSRange glyphRangeForTextContainer(NSTextContainer container)
public void setCharacterIndex_forGlyphAtIndex(com.jniwrapper.UInt16 charIndex, com.jniwrapper.UInt16 glyphIndex)
setCharacterIndex()
method of the NSLayoutManager Objective-C class.charIndex
- glyphIndex
- public NSRange glyphRangeForCharacterRange_actualCharacterRange(NSRange charRange, NSRangePointer actualCharRange)
glyphRangeForCharacterRange()
method of the NSLayoutManager Objective-C class.charRange
- actualCharRange
- public void setUsesScreenFonts(boolean flag)
public com.jniwrapper.Bool notShownAttributeForGlyphAtIndex(com.jniwrapper.UInt16 glyphIndex)
public com.jniwrapper.Pointer.Void extraLineFragmentTextContainer()
public void removeTextContainerAtIndex(com.jniwrapper.UInt16 index)
public void setDrawsOutsideLineFragment_forGlyphAtIndex(boolean flag, com.jniwrapper.UInt16 glyphIndex)
setDrawsOutsideLineFragment()
method of the NSLayoutManager Objective-C class.flag
- glyphIndex
- public void setDelegate(Id delegate)
public NSRange rangeOfNominallySpacedGlyphsContainingIndex(com.jniwrapper.UInt16 glyphIndex)
public void showAttachmentCell_inRect_characterIndex(NSCell cell, NSRect rect, com.jniwrapper.UInt16 attachmentIndex)
showAttachmentCell()
method of the NSLayoutManager Objective-C class.cell
- rect
- attachmentIndex
- public void invalidateLayoutForCharacterRange_isSoft_actualCharacterRange(NSRange charRange, boolean flag, NSRangePointer actualCharRange)
invalidateLayoutForCharacterRange()
method of the NSLayoutManager Objective-C class.charRange
- flag
- actualCharRange
- public Id initWithCoder(NSCoder aDecoder)
initWithCoder
in interface NSCodingProtocol
public void setLocation_forStartOfGlyphRange(NSPoint location, NSRange glyphRange)
setLocation()
method of the NSLayoutManager Objective-C class.location
- glyphRange
- public void getFirstUnlaidCharacterIndex_glyphIndex(com.jniwrapper.UInt16 charIndex, com.jniwrapper.UInt16 glyphIndex)
getFirstUnlaidCharacterIndex()
method of the NSLayoutManager Objective-C class.charIndex
- glyphIndex
- public void setDefaultAttachmentScaling(NSImageScaling scaling)
public NSRect extraLineFragmentUsedRect()
public NSImageScaling defaultAttachmentScaling()
public com.jniwrapper.Bool showsInvisibleCharacters()
public void setShowsInvisibleCharacters(boolean flag)
public com.jniwrapper.Int intAttribute_forGlyphAtIndex(com.jniwrapper.Int attributeTag, com.jniwrapper.UInt16 glyphIndex)
intAttribute()
method of the NSLayoutManager Objective-C class.attributeTag
- glyphIndex
- public void setTypesetterBehavior(NSTypesetterBehavior theBehavior)
public NSRect boundingRectForGlyphRange_inTextContainer(NSRange glyphRange, NSTextContainer container)
boundingRectForGlyphRange()
method of the NSLayoutManager Objective-C class.glyphRange
- container
- public com.jniwrapper.UInt16 firstUnlaidCharacterIndex()
public com.jniwrapper.Bool backgroundLayoutEnabled()
public void invalidateDisplayForGlyphRange(NSRange glyphRange)
public Id delegate()
public void insertGlyphs_length_forStartingGlyphAtIndex_characterIndex(NSGlyph glyphs, com.jniwrapper.UInt length, com.jniwrapper.UInt glyphIndex, com.jniwrapper.UInt charIndex)
insertGlyphs()
method of the NSLayoutManager Objective-C class.insertGlyphs_length_forStartingGlyphAtIndex_characterIndex
in interface NSGlyphStorageProtocol
glyphs
- length
- glyphIndex
- charIndex
- public com.jniwrapper.SingleFloat defaultLineHeightForFont(NSFont theFont)
public com.jniwrapper.UInt16 glyphIndexForPoint_inTextContainer_fractionOfDistanceThroughGlyph(NSPoint point, NSTextContainer container, com.jniwrapper.SingleFloat partialFraction)
glyphIndexForPoint()
method of the NSLayoutManager Objective-C class.point
- container
- partialFraction
- public void invalidateDisplayForCharacterRange(NSRange charRange)
public NSTypesetterBehavior typesetterBehavior()
public void setShowsControlCharacters(boolean flag)
public void setNotShownAttribute_forGlyphAtIndex(boolean flag, com.jniwrapper.UInt16 glyphIndex)
setNotShownAttribute()
method of the NSLayoutManager Objective-C class.flag
- glyphIndex
- public NSPoint locationForGlyphAtIndex(com.jniwrapper.UInt16 glyphIndex)
public com.jniwrapper.Pointer.Void textStorage()
public void setIntAttribute_value_forGlyphAtIndex(com.jniwrapper.Int attributeTag, com.jniwrapper.Int val, com.jniwrapper.UInt16 glyphIndex)
setIntAttribute()
method of the NSLayoutManager Objective-C class.setIntAttribute_value_forGlyphAtIndex
in interface NSGlyphStorageProtocol
attributeTag
- val
- glyphIndex
- public void setTextContainer_forGlyphRange(NSTextContainer container, NSRange glyphRange)
setTextContainer()
method of the NSLayoutManager Objective-C class.container
- glyphRange
- public void setHyphenationFactor(com.jniwrapper.SingleFloat factor)
public void encodeWithCoder(NSCoder aCoder)
encodeWithCoder
in interface NSCodingProtocol
public void drawBackgroundForGlyphRange_atPoint(NSRange glyphsToShow, NSPoint origin)
drawBackgroundForGlyphRange()
method of the NSLayoutManager Objective-C class.glyphsToShow
- origin
- public void insertTextContainer_atIndex(NSTextContainer container, com.jniwrapper.UInt16 index)
insertTextContainer()
method of the NSLayoutManager Objective-C class.container
- index
- public com.jniwrapper.UInt layoutOptions()
layoutOptions
in interface NSGlyphStorageProtocol
public void setAttachmentSize_forGlyphRange(NSSize attachmentSize, NSRange glyphRange)
setAttachmentSize()
method of the NSLayoutManager Objective-C class.attachmentSize
- glyphRange
- public void setTemporaryAttributes_forCharacterRange(NSDictionary attrs, NSRange charRange)
setTemporaryAttributes()
method of the NSLayoutManager Objective-C class.attrs
- charRange
- public com.jniwrapper.SingleFloat fractionOfDistanceThroughGlyphForPoint_inTextContainer(NSPoint point, NSTextContainer container)
fractionOfDistanceThroughGlyphForPoint()
method of the NSLayoutManager Objective-C class.point
- container
- public com.jniwrapper.UInt16 getGlyphs_range(NSGlyph glyphArray, NSRange glyphRange)
getGlyphs()
method of the NSLayoutManager Objective-C class.glyphArray
- glyphRange
- public com.jniwrapper.Bool layoutManagerOwnsFirstResponderInWindow(NSWindow window)
public void setTypesetter(NSTypesetter typesetter)
public void addTemporaryAttributes_forCharacterRange(NSDictionary attrs, NSRange charRange)
addTemporaryAttributes()
method of the NSLayoutManager Objective-C class.attrs
- charRange
- public com.jniwrapper.Pointer.Void textContainers()
public com.jniwrapper.Bool showsControlCharacters()
public void textStorage_edited_range_changeInLength_invalidatedRange(NSTextStorage str, com.jniwrapper.UInt16 editedMask, NSRange newCharRange, com.jniwrapper.Int delta, NSRange invalidatedCharRange)
textStorage()
method of the NSLayoutManager Objective-C class.str
- editedMask
- newCharRange
- delta
- invalidatedCharRange
- public com.jniwrapper.Bool usesScreenFonts()
public com.jniwrapper.Pointer.Void typesetter()
public com.jniwrapper.Pointer.Void rulerMarkersForTextView_paragraphStyle_ruler(NSTextView view, NSParagraphStyle style, NSRulerView ruler)
rulerMarkersForTextView()
method of the NSLayoutManager Objective-C class.view
- style
- ruler
- public void replaceGlyphAtIndex_withGlyph(com.jniwrapper.UInt16 glyphIndex, NSGlyph newGlyph)
replaceGlyphAtIndex()
method of the NSLayoutManager Objective-C class.glyphIndex
- newGlyph
- public void textContainerChangedTextView(NSTextContainer container)
public void deleteGlyphsInRange(NSRange glyphRange)
public NSRect lineFragmentUsedRectForGlyphAtIndex_effectiveRange(com.jniwrapper.UInt16 glyphIndex, NSRangePointer effectiveGlyphRange)
lineFragmentUsedRectForGlyphAtIndex()
method of the NSLayoutManager Objective-C class.glyphIndex
- effectiveGlyphRange
- public com.jniwrapper.Bool isValidGlyphIndex(com.jniwrapper.UInt16 glyphIndex)
public com.jniwrapper.Pointer.Void textViewForBeginningOfSelection()
public void removeTemporaryAttribute_forCharacterRange(java.lang.String name, NSRange charRange)
removeTemporaryAttribute()
method of the NSLayoutManager Objective-C class.name
- charRange
- public void insertGlyph_atGlyphIndex_characterIndex(NSGlyph glyph, com.jniwrapper.UInt16 glyphIndex, com.jniwrapper.UInt16 charIndex)
insertGlyph()
method of the NSLayoutManager Objective-C class.glyph
- glyphIndex
- charIndex
- public void addTextContainer(NSTextContainer container)
public com.jniwrapper.Pointer.Void attributedString()
attributedString
in interface NSGlyphStorageProtocol
public com.jniwrapper.SingleFloat hyphenationFactor()
public com.jniwrapper.UInt16 getGlyphsInRange_glyphs_characterIndexes_glyphInscriptions_elasticBits(NSRange glyphsRange, NSGlyph glyphBuffer, com.jniwrapper.UInt16 charIndexBuffer, NSGlyphInscription inscribeBuffer, boolean elasticBuffer)
getGlyphsInRange()
method of the NSLayoutManager Objective-C class.glyphsRange
- glyphBuffer
- charIndexBuffer
- inscribeBuffer
- elasticBuffer
- public com.jniwrapper.Pointer.Void temporaryAttributesAtCharacterIndex_effectiveRange(com.jniwrapper.UInt16 charIndex, NSRangePointer effectiveCharRange)
temporaryAttributesAtCharacterIndex()
method of the NSLayoutManager Objective-C class.charIndex
- effectiveCharRange
- public NSRange glyphRangeForBoundingRect_inTextContainer(NSRect bounds, NSTextContainer container)
glyphRangeForBoundingRect()
method of the NSLayoutManager Objective-C class.bounds
- container
- public void strikethroughGlyphRange_strikethroughType_lineFragmentRect_lineFragmentGlyphRange_containerOrigin(NSRange glyphRange, com.jniwrapper.Int strikethroughVal, NSRect lineRect, NSRange lineGlyphRange, NSPoint containerOrigin)
strikethroughGlyphRange()
method of the NSLayoutManager Objective-C class.glyphRange
- strikethroughVal
- lineRect
- lineGlyphRange
- containerOrigin
- public NSGlyph glyphAtIndex(com.jniwrapper.UInt16 glyphIndex)
public NSRange characterRangeForGlyphRange_actualGlyphRange(NSRange glyphRange, NSRangePointer actualGlyphRange)
characterRangeForGlyphRange()
method of the NSLayoutManager Objective-C class.glyphRange
- actualGlyphRange
- public com.jniwrapper.UInt16 glyphIndexForPoint_inTextContainer(NSPoint point, NSTextContainer container)
glyphIndexForPoint()
method of the NSLayoutManager Objective-C class.point
- container
- public com.jniwrapper.Bool drawsOutsideLineFragmentForGlyphAtIndex(com.jniwrapper.UInt16 glyphIndex)
public com.jniwrapper.UInt16 characterIndexForGlyphAtIndex(com.jniwrapper.UInt16 glyphIndex)
public void setTextStorage(NSTextStorage textStorage)
public void setLineFragmentRect_forGlyphRange_usedRect(NSRect fragmentRect, NSRange glyphRange, NSRect usedRect)
setLineFragmentRect()
method of the NSLayoutManager Objective-C class.fragmentRect
- glyphRange
- usedRect
- public void invalidateGlyphsForCharacterRange_changeInLength_actualCharacterRange(NSRange charRange, com.jniwrapper.Int delta, NSRangePointer actualCharRange)
invalidateGlyphsForCharacterRange()
method of the NSLayoutManager Objective-C class.charRange
- delta
- actualCharRange
- public void showPackedGlyphs_length_glyphRange_atPoint_font_color_printingAdjustment(com.jniwrapper.AnsiString glyphs, com.jniwrapper.UInt16 glyphLen, NSRange glyphRange, NSPoint point, NSFont font, NSColor color, NSSize printingAdjustment)
showPackedGlyphs()
method of the NSLayoutManager Objective-C class.glyphs
- glyphLen
- glyphRange
- point
- font
- color
- printingAdjustment
- public void textContainerChangedGeometry(NSTextContainer container)
public NSRect extraLineFragmentRect()
public void setExtraLineFragmentRect_usedRect_textContainer(NSRect fragmentRect, NSRect usedRect, NSTextContainer container)
setExtraLineFragmentRect()
method of the NSLayoutManager Objective-C class.fragmentRect
- usedRect
- container
-