org.rococoa.cocoa.appkit.protocols
Interface NSGlyphStorage

All Superinterfaces:
ObjCObject
All Known Implementing Classes:
NSLayoutManager

public interface NSGlyphStorage
extends ObjCObject

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_ _NSCLASS_
           
 
Method Summary
 NSAttributedString attributedString()
          Original signature : -(NSAttributedString*)attributedString
native declaration : NSGlyphGenerator.h:25
 void insertGlyphs_length_forStartingGlyphAtIndex_characterIndex(IntBuffer glyphs, NSUInteger length, NSUInteger glyphIndex, NSUInteger charIndex)
          Original signature : -(void)insertGlyphs:(const NSGlyph*) length:(NSUInteger) forStartingGlyphAtIndex:(NSUInteger) characterIndex:(NSUInteger)
native declaration : NSGlyphGenerator.h:20
 void insertGlyphs_length_forStartingGlyphAtIndex_characterIndex(IntByReference glyphs, NSUInteger length, NSUInteger glyphIndex, NSUInteger charIndex)
          Deprecated. use the safer methods insertGlyphs_length_forStartingGlyphAtIndex_characterIndex(java.nio.IntBuffer, org.rococoa.cocoa.foundation.NSUInteger, org.rococoa.cocoa.foundation.NSUInteger, org.rococoa.cocoa.foundation.NSUInteger) and insertGlyphs_length_forStartingGlyphAtIndex_characterIndex(com.sun.jna.ptr.IntByReference, org.rococoa.cocoa.foundation.NSUInteger, org.rococoa.cocoa.foundation.NSUInteger, org.rococoa.cocoa.foundation.NSUInteger) instead
 NSUInteger layoutOptions()
          Original signature : -(NSUInteger)layoutOptions
native declaration : NSGlyphGenerator.h:26
 void setIntAttribute_value_forGlyphAtIndex(NSInteger attributeTag, NSInteger val, NSUInteger glyphIndex)
          sets glyph attribute defined in NSLayoutManager.h
Original signature : -(void)setIntAttribute:(NSInteger) value:(NSInteger) forGlyphAtIndex:(NSUInteger)
native declaration : NSGlyphGenerator.h:23
 
Methods inherited from interface org.rococoa.ObjCObject
id
 

Field Detail

_NSCLASS_

static final NSGlyphStorage._class_ _NSCLASS_
Method Detail

insertGlyphs_length_forStartingGlyphAtIndex_characterIndex

@Deprecated
void insertGlyphs_length_forStartingGlyphAtIndex_characterIndex(IntByReference glyphs,
                                                                           NSUInteger length,
                                                                           NSUInteger glyphIndex,
                                                                           NSUInteger charIndex)
Deprecated. use the safer methods insertGlyphs_length_forStartingGlyphAtIndex_characterIndex(java.nio.IntBuffer, org.rococoa.cocoa.foundation.NSUInteger, org.rococoa.cocoa.foundation.NSUInteger, org.rococoa.cocoa.foundation.NSUInteger) and insertGlyphs_length_forStartingGlyphAtIndex_characterIndex(com.sun.jna.ptr.IntByReference, org.rococoa.cocoa.foundation.NSUInteger, org.rococoa.cocoa.foundation.NSUInteger, org.rococoa.cocoa.foundation.NSUInteger) instead

Original signature : -(void)insertGlyphs:(const NSGlyph*) length:(NSUInteger) forStartingGlyphAtIndex:(NSUInteger) characterIndex:(NSUInteger)
native declaration : NSGlyphGenerator.h:20


insertGlyphs_length_forStartingGlyphAtIndex_characterIndex

void insertGlyphs_length_forStartingGlyphAtIndex_characterIndex(IntBuffer glyphs,
                                                                NSUInteger length,
                                                                NSUInteger glyphIndex,
                                                                NSUInteger charIndex)
Original signature : -(void)insertGlyphs:(const NSGlyph*) length:(NSUInteger) forStartingGlyphAtIndex:(NSUInteger) characterIndex:(NSUInteger)
native declaration : NSGlyphGenerator.h:20


setIntAttribute_value_forGlyphAtIndex

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


attributedString

NSAttributedString attributedString()
Original signature : -(NSAttributedString*)attributedString
native declaration : NSGlyphGenerator.h:25


layoutOptions

NSUInteger layoutOptions()
Original signature : -(NSUInteger)layoutOptions
native declaration : NSGlyphGenerator.h:26



Copyright © 2009. All Rights Reserved.