Uses of Class java.awt.font.TextLayout

Uses in package java.awt.font

Methods with parameter type java.awt.font.TextLayout

boolean
TextHitInfo

Methods with return type java.awt.font.TextLayout

TextLayout
TextLayout.getJustifiedLayout(float justificationWidth)
TextLayout
TextMeasurer.getLayout(int start, int limit)
Returns a TextLayout object corresponding to the characters from text to limit.
TextLayout
LineBreakMeasurer.nextLayout(float wrappingWidth)
TextLayout
LineBreakMeasurer.nextLayout(float wrappingWidth, int offsetLimit, boolean requireNextWord)