org.rococoa.cocoa.appkit.categories
Interface NSLayoutPhaseInterface

All Known Implementing Classes:
NSATSTypesetter, NSSimpleHorizontalTypesetter, NSTypesetter

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_
           
 
Method Summary
 float hyphenationFactorForGlyphAtIndex(int glyphIndex)
           
 char hyphenCharacterForGlyphAtIndex(int glyphIndex)
           
 boolean shouldBreakLineByHyphenatingBeforeCharacterAtIndex(int charIndex)
           
 boolean shouldBreakLineByWordBeforeCharacterAtIndex(int charIndex)
           
 

Method Detail

shouldBreakLineByWordBeforeCharacterAtIndex

boolean shouldBreakLineByWordBeforeCharacterAtIndex(int charIndex)

shouldBreakLineByHyphenatingBeforeCharacterAtIndex

boolean shouldBreakLineByHyphenatingBeforeCharacterAtIndex(int charIndex)

hyphenationFactorForGlyphAtIndex

float hyphenationFactorForGlyphAtIndex(int glyphIndex)

hyphenCharacterForGlyphAtIndex

char hyphenCharacterForGlyphAtIndex(int glyphIndex)