com.jniwrapper.macosx.cocoa.nsglyphgenerator
Interface NSGlyphStorageProtocol

All Known Implementing Classes:
NSLayoutManager

public interface NSGlyphStorageProtocol

This interface represents NSGlyphStorageProtocol protocol. See the protocol documentation at the Apple's site: NSGlyphStorageProtocol


Method Summary
 com.jniwrapper.Pointer.Void attributedString()
           
 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 NSGlyphStorageProtocol Objective-C protocol.
 com.jniwrapper.UInt layoutOptions()
           
 void setIntAttribute_value_forGlyphAtIndex(com.jniwrapper.Int attributeTag, com.jniwrapper.Int val, com.jniwrapper.UInt16 glyphIndex)
          This method represents the setIntAttribute() method of the NSGlyphStorageProtocol Objective-C protocol.
 

Method Detail

attributedString

public com.jniwrapper.Pointer.Void attributedString()

layoutOptions

public com.jniwrapper.UInt layoutOptions()

insertGlyphs_length_forStartingGlyphAtIndex_characterIndex

public 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 NSGlyphStorageProtocol Objective-C protocol.

Parameters:
glyphs -
length -
glyphIndex -
charIndex -

setIntAttribute_value_forGlyphAtIndex

public void setIntAttribute_value_forGlyphAtIndex(com.jniwrapper.Int attributeTag,
                                                  com.jniwrapper.Int val,
                                                  com.jniwrapper.UInt16 glyphIndex)
This method represents the setIntAttribute() method of the NSGlyphStorageProtocol Objective-C protocol.

Parameters:
attributeTag -
val -
glyphIndex -