|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NSLayoutPhaseInterface
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 |
---|
boolean shouldBreakLineByWordBeforeCharacterAtIndex(NSUInteger charIndex)
-(BOOL)shouldBreakLineByWordBeforeCharacterAtIndex:(NSUInteger)
boolean shouldBreakLineByHyphenatingBeforeCharacterAtIndex(NSUInteger charIndex)
-(BOOL)shouldBreakLineByHyphenatingBeforeCharacterAtIndex:(NSUInteger)
float hyphenationFactorForGlyphAtIndex(NSUInteger glyphIndex)
-(float)hyphenationFactorForGlyphAtIndex:(NSUInteger)
char hyphenCharacterForGlyphAtIndex(NSUInteger glyphIndex)
-(UTF32Char)hyphenCharacterForGlyphAtIndex:(NSUInteger)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |