Uses of Interface
org.jfree.text.TextMeasurer
Packages that use TextMeasurer
-
Uses of TextMeasurer in org.jfree.text
Classes in org.jfree.text that implement TextMeasurerMethods in org.jfree.text with parameters of type TextMeasurerModifier and TypeMethodDescriptionstatic TextBlock
TextUtilities.createTextBlock
(String text, Font font, Paint paint, float maxWidth, int maxLines, TextMeasurer measurer) Creates a new text block from the given string, breaking the text into lines so that themaxWidth
value is respected.static TextBlock
TextUtilities.createTextBlock
(String text, Font font, Paint paint, float maxWidth, TextMeasurer measurer) Creates a new text block from the given string, breaking the text into lines so that themaxWidth
value is respected.private static int
TextUtilities.nextLineBreak
(String text, int start, float width, BreakIterator iterator, TextMeasurer measurer) Returns the character index of the next line break.