org.rococoa.cocoa.appkit.categories
Interface NSLayoutPhaseInterface

All Superinterfaces:
ObjCObject

public interface NSLayoutPhaseInterface
extends ObjCObject

NSLayoutPhaseInterface declares various subclass override points that are invoked if implemented
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 interface NSLayoutPhaseInterface._static_
          from NSLayoutPhaseInterface native declaration : NSTypesetter.h:158
Conversion Error : /// Original signature : -(id)boundingBoxForControlGlyphAtIndex:(NSUInteger) forTextContainer:(NSTextContainer*) proposedLineFragment:() glyphPosition:() characterIndex:(NSUInteger)
- boundingBoxForControlGlyphAtIndex:(NSUInteger)glyphIndex forTextContainer:(NSTextContainer*)textContainer proposedLineFragment:(null)proposedRect glyphPosition:(null)glyphPosition characterIndex:(NSUInteger)charIndex; (Argument proposedRect cannot be converted)
 
Method Summary
 float hyphenationFactorForGlyphAtIndex(NSUInteger glyphIndex)
          Original signature : -(float)hyphenationFactorForGlyphAtIndex:(NSUInteger)
from NSLayoutPhaseInterface native declaration : NSTypesetter.h:155
 char hyphenCharacterForGlyphAtIndex(NSUInteger glyphIndex)
          Original signature : -(UTF32Char)hyphenCharacterForGlyphAtIndex:(NSUInteger)
from NSLayoutPhaseInterface native declaration : NSTypesetter.h:156
 boolean shouldBreakLineByHyphenatingBeforeCharacterAtIndex(NSUInteger charIndex)
          Original signature : -(BOOL)shouldBreakLineByHyphenatingBeforeCharacterAtIndex:(NSUInteger)
from NSLayoutPhaseInterface native declaration : NSTypesetter.h:153
 boolean shouldBreakLineByWordBeforeCharacterAtIndex(NSUInteger charIndex)
          Original signature : -(BOOL)shouldBreakLineByWordBeforeCharacterAtIndex:(NSUInteger)
from NSLayoutPhaseInterface native declaration : NSTypesetter.h:152
 
Methods inherited from interface org.rococoa.ObjCObject
id
 

Method Detail

shouldBreakLineByWordBeforeCharacterAtIndex

boolean shouldBreakLineByWordBeforeCharacterAtIndex(NSUInteger charIndex)
Original signature : -(BOOL)shouldBreakLineByWordBeforeCharacterAtIndex:(NSUInteger)
from NSLayoutPhaseInterface native declaration : NSTypesetter.h:152


shouldBreakLineByHyphenatingBeforeCharacterAtIndex

boolean shouldBreakLineByHyphenatingBeforeCharacterAtIndex(NSUInteger charIndex)
Original signature : -(BOOL)shouldBreakLineByHyphenatingBeforeCharacterAtIndex:(NSUInteger)
from NSLayoutPhaseInterface native declaration : NSTypesetter.h:153


hyphenationFactorForGlyphAtIndex

float hyphenationFactorForGlyphAtIndex(NSUInteger glyphIndex)
Original signature : -(float)hyphenationFactorForGlyphAtIndex:(NSUInteger)
from NSLayoutPhaseInterface native declaration : NSTypesetter.h:155


hyphenCharacterForGlyphAtIndex

char hyphenCharacterForGlyphAtIndex(NSUInteger glyphIndex)
Original signature : -(UTF32Char)hyphenCharacterForGlyphAtIndex:(NSUInteger)
from NSLayoutPhaseInterface native declaration : NSTypesetter.h:156



Copyright © 2009. All Rights Reserved.