|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.jniwrapper.Parameter
com.jniwrapper.Pointer.Void
com.jniwrapper.macosx.cocoa.Id
com.jniwrapper.macosx.cocoa.CObject
com.jniwrapper.macosx.cocoa.nsobject.NSObject
com.jniwrapper.macosx.cocoa.nstypesetter.NSTypesetter
com.jniwrapper.macosx.cocoa.nstypesetter.NSSimpleHorizontalTypesetter
This class represents NSSimpleHorizontalTypesetter class.
See the class documentation at the Apple's site: NSSimpleHorizontalTypesetter
| Field Summary |
| Fields inherited from class com.jniwrapper.macosx.cocoa.CObject |
_fields |
| Fields inherited from class com.jniwrapper.Parameter |
LICENSE_TYPE, V |
| Constructor Summary | |
NSSimpleHorizontalTypesetter()
|
|
NSSimpleHorizontalTypesetter(boolean autorelease)
Contructs the NSSimpleHorizontalTypesetter class with the autorelease option on. |
|
NSSimpleHorizontalTypesetter(com.jniwrapper.Pointer.Void instancePtr)
Contructs the NSSimpleHorizontalTypesetter class from pointer. |
|
NSSimpleHorizontalTypesetter(java.lang.String methodName,
com.jniwrapper.Parameter[] parameters)
Contructs the NSSimpleHorizontalTypesetter class with static constructor. |
|
| Method Summary | |
com.jniwrapper.Pointer.Void |
baseOfTypesetterGlyphInfo()
|
void |
breakLineAtIndex(com.jniwrapper.UInt16 location)
|
com.jniwrapper.UInt16 |
capacityOfTypesetterGlyphInfo()
|
void |
clearAttributesCache()
|
void |
clearGlyphCache()
|
com.jniwrapper.Pointer.Void |
currentContainer()
|
com.jniwrapper.Pointer.Void |
currentLayoutManager()
|
com.jniwrapper.Pointer.Void |
currentParagraphStyle()
|
com.jniwrapper.Pointer.Void |
currentTextStorage()
|
void |
fillAttributesCache()
|
com.jniwrapper.UInt16 |
firstGlyphIndexOfCurrentLineFragment()
|
void |
fullJustifyLineAtGlyphIndex(com.jniwrapper.UInt16 glyphIndexForLineBreak)
|
com.jniwrapper.AnsiString |
get_LyphBidiLevelCache()
|
com.jniwrapper.UInt8 |
get_UrBidiLevel()
|
NSFont |
get_UrFont()
|
NSPoint |
get_UrFontAdvancement()
|
NSRect |
get_UrFontBoundingBox()
|
com.jniwrapper.Bool |
get_UrFontIsFixedPitch()
|
com.jniwrapper.Pointer.Void |
get_UrFontPositionOfGlyphMethod()
|
com.jniwrapper.UInt16 |
glyphIndexToBreakLineByHyphenatingWordAtIndex(com.jniwrapper.UInt16 charIndex)
|
com.jniwrapper.UInt16 |
glyphIndexToBreakLineByWordWrappingAtIndex(com.jniwrapper.UInt16 charIndex)
|
com.jniwrapper.UInt16 |
growGlyphCaches_fillGlyphInfo(com.jniwrapper.UInt16 desiredCapacity,
boolean fillGlyphInfo)
This method represents the growGlyphCaches() method of the NSSimpleHorizontalTypesetter Objective-C class. |
protected void |
init(com.jniwrapper.Parameter[] fields)
|
void |
insertGlyph_atGlyphIndex_characterIndex(NSGlyph glyph,
com.jniwrapper.UInt16 glyphIndex,
com.jniwrapper.UInt16 charIndex)
This method represents the insertGlyph() method of the NSSimpleHorizontalTypesetter Objective-C class. |
NSLayoutStatus |
layoutControlGlyphForLineFragment(NSRect lineFrag)
|
NSLayoutStatus |
layoutGlyphsInHorizontalLineFragment_baseline(NSRect lineFragmentRect,
com.jniwrapper.SingleFloat baseline)
This method represents the layoutGlyphsInHorizontalLineFragment() method of the NSSimpleHorizontalTypesetter Objective-C class. |
void |
layoutGlyphsInLayoutManager_startingAtGlyphIndex_maxNumberOfLineFragments_nextGlyphIndex(NSLayoutManager layoutManager,
com.jniwrapper.UInt16 startGlyphIndex,
com.jniwrapper.UInt16 maxNumLines,
com.jniwrapper.UInt16 nextGlyph)
This method represents the layoutGlyphsInLayoutManager() method of the NSSimpleHorizontalTypesetter Objective-C class. |
void |
layoutTab()
|
static NSSimpleHorizontalTypesetter |
NSSimpleHorizontalTypesetter_sharedInstance()
This method represents the sharedInstance static constructor of the NSSimpleHorizontalTypesetter Objective-C class. |
com.jniwrapper.UInt16 |
sizeOfTypesetterGlyphInfo()
|
void |
typesetterLaidOneGlyph(NSTypesetterGlyphInfo gl)
|
void |
updateCurGlyphOffset()
|
void |
willSetLineFragmentRect_forGlyphRange_usedRect(NSRect aRect,
NSRange aRange,
NSRect bRect)
This method represents the willSetLineFragmentRect() method of the NSSimpleHorizontalTypesetter Objective-C class. |
| Methods inherited from class com.jniwrapper.macosx.cocoa.nstypesetter.NSTypesetter |
baselineOffsetInLayoutManager_glyphIndex, NSTypesetter_sharedSystemTypesetter, NSTypesetter_sharedSystemTypesetterForBehavior, static_defaultTypesetterBehavior, static_printingAdjustmentInLayoutManager_forNominallySpacedGlyphRange_packedGlyphs_count |
| Methods inherited from class com.jniwrapper.macosx.cocoa.CObject |
getClassName |
| Methods inherited from class com.jniwrapper.macosx.cocoa.Id |
clone |
| Methods inherited from class com.jniwrapper.Pointer.Void |
asFunction, asFunction, asTypedPointer, castTo, castTo, equals, getDebugInfo, getLength, getValue, hashCode, isNull, read, setValue, toString, write |
| Methods inherited from class com.jniwrapper.Parameter |
|
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public NSSimpleHorizontalTypesetter()
public NSSimpleHorizontalTypesetter(boolean autorelease)
NSSimpleHorizontalTypesetter class with the autorelease option on.
autorelease - public NSSimpleHorizontalTypesetter(com.jniwrapper.Pointer.Void instancePtr)
NSSimpleHorizontalTypesetter class from pointer.
instancePtr -
public NSSimpleHorizontalTypesetter(java.lang.String methodName,
com.jniwrapper.Parameter[] parameters)
NSSimpleHorizontalTypesetter class with static constructor.
methodName - parameters - | Method Detail |
public static NSSimpleHorizontalTypesetter NSSimpleHorizontalTypesetter_sharedInstance()
sharedInstance static constructor of the NSSimpleHorizontalTypesetter Objective-C class.
protected void init(com.jniwrapper.Parameter[] fields)
init in class NSTypesetterpublic NSFont get_UrFont()
public NSRect get_UrFontBoundingBox()
public com.jniwrapper.Bool get_UrFontIsFixedPitch()
public NSPoint get_UrFontAdvancement()
public com.jniwrapper.Pointer.Void get_UrFontPositionOfGlyphMethod()
public com.jniwrapper.AnsiString get_LyphBidiLevelCache()
public com.jniwrapper.UInt8 get_UrBidiLevel()
public void updateCurGlyphOffset()
public void clearAttributesCache()
public com.jniwrapper.UInt16 glyphIndexToBreakLineByWordWrappingAtIndex(com.jniwrapper.UInt16 charIndex)
public com.jniwrapper.Pointer.Void baseOfTypesetterGlyphInfo()
public void layoutTab()
public void layoutGlyphsInLayoutManager_startingAtGlyphIndex_maxNumberOfLineFragments_nextGlyphIndex(NSLayoutManager layoutManager,
com.jniwrapper.UInt16 startGlyphIndex,
com.jniwrapper.UInt16 maxNumLines,
com.jniwrapper.UInt16 nextGlyph)
layoutGlyphsInLayoutManager() method of the NSSimpleHorizontalTypesetter Objective-C class.
layoutGlyphsInLayoutManager_startingAtGlyphIndex_maxNumberOfLineFragments_nextGlyphIndex in class NSTypesetterlayoutManager - startGlyphIndex - maxNumLines - nextGlyph - public com.jniwrapper.Pointer.Void currentContainer()
public com.jniwrapper.Pointer.Void currentParagraphStyle()
public void fullJustifyLineAtGlyphIndex(com.jniwrapper.UInt16 glyphIndexForLineBreak)
public com.jniwrapper.UInt16 growGlyphCaches_fillGlyphInfo(com.jniwrapper.UInt16 desiredCapacity,
boolean fillGlyphInfo)
growGlyphCaches() method of the NSSimpleHorizontalTypesetter Objective-C class.
desiredCapacity - fillGlyphInfo -
public com.jniwrapper.Pointer.Void currentTextStorage()
public void insertGlyph_atGlyphIndex_characterIndex(NSGlyph glyph,
com.jniwrapper.UInt16 glyphIndex,
com.jniwrapper.UInt16 charIndex)
insertGlyph() method of the NSSimpleHorizontalTypesetter Objective-C class.
glyph - glyphIndex - charIndex - public com.jniwrapper.UInt16 sizeOfTypesetterGlyphInfo()
public void typesetterLaidOneGlyph(NSTypesetterGlyphInfo gl)
public NSLayoutStatus layoutGlyphsInHorizontalLineFragment_baseline(NSRect lineFragmentRect,
com.jniwrapper.SingleFloat baseline)
layoutGlyphsInHorizontalLineFragment() method of the NSSimpleHorizontalTypesetter Objective-C class.
lineFragmentRect - baseline -
public com.jniwrapper.UInt16 glyphIndexToBreakLineByHyphenatingWordAtIndex(com.jniwrapper.UInt16 charIndex)
public NSLayoutStatus layoutControlGlyphForLineFragment(NSRect lineFrag)
public com.jniwrapper.UInt16 firstGlyphIndexOfCurrentLineFragment()
public void fillAttributesCache()
public void breakLineAtIndex(com.jniwrapper.UInt16 location)
public com.jniwrapper.UInt16 capacityOfTypesetterGlyphInfo()
public void clearGlyphCache()
public void willSetLineFragmentRect_forGlyphRange_usedRect(NSRect aRect,
NSRange aRange,
NSRect bRect)
willSetLineFragmentRect() method of the NSSimpleHorizontalTypesetter Objective-C class.
aRect - aRange - bRect - public com.jniwrapper.Pointer.Void currentLayoutManager()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||