org.rococoa.cocoa.appkit.protocols
Interface NSGlyphStorage

All Known Implementing Classes:
NSLayoutManager

public interface NSGlyphStorage

This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java, Rococoa, or JNA.


Nested Class Summary
static class NSGlyphStorage._class_
           
static interface NSGlyphStorage._static_
           
 
Field Summary
static NSGlyphStorage._class_ _CLASS_
           
 
Method Summary
 NSAttributedString attributedString()
           
 void insertGlyphs_length_forStartingGlyphAtIndex_characterIndex(IntBuffer glyphs, int length, int glyphIndex, int charIndex)
           
 void insertGlyphs_length_forStartingGlyphAtIndex_characterIndex(IntByReference glyphs, int length, int glyphIndex, int charIndex)
          Deprecated. use the safer method insertGlyphs_length_forStartingGlyphAtIndex_characterIndex(java.nio.IntBuffer, int, int, int) instead
 int layoutOptions()
           
 void setIntAttribute_value_forGlyphAtIndex(int attributeTag, int val, int glyphIndex)
          sets glyph attribute defined in NSLayoutManager.h
Original signature : -(void)setIntAttribute:(NSInteger) value:(NSInteger) forGlyphAtIndex:(NSUInteger)
 

Field Detail

_CLASS_

static final NSGlyphStorage._class_ _CLASS_
Method Detail

insertGlyphs_length_forStartingGlyphAtIndex_characterIndex

@Deprecated
void insertGlyphs_length_forStartingGlyphAtIndex_characterIndex(IntByReference glyphs,
                                                                           int length,
                                                                           int glyphIndex,
                                                                           int charIndex)
Deprecated. use the safer method insertGlyphs_length_forStartingGlyphAtIndex_characterIndex(java.nio.IntBuffer, int, int, int) instead

Original signature : -(void)insertGlyphs:(const NSGlyph*) length:(NSUInteger) forStartingGlyphAtIndex:(NSUInteger) characterIndex:(NSUInteger)


insertGlyphs_length_forStartingGlyphAtIndex_characterIndex

void insertGlyphs_length_forStartingGlyphAtIndex_characterIndex(IntBuffer glyphs,
                                                                int length,
                                                                int glyphIndex,
                                                                int charIndex)

setIntAttribute_value_forGlyphAtIndex

void setIntAttribute_value_forGlyphAtIndex(int attributeTag,
                                           int val,
                                           int glyphIndex)
sets glyph attribute defined in NSLayoutManager.h
Original signature : -(void)setIntAttribute:(NSInteger) value:(NSInteger) forGlyphAtIndex:(NSUInteger)


attributedString

NSAttributedString attributedString()

layoutOptions

int layoutOptions()