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 TextBlockTextUtilities.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 themaxWidthvalue is respected.static TextBlockTextUtilities.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 themaxWidthvalue is respected.private static intTextUtilities.nextLineBreak(String text, int start, float width, BreakIterator iterator, TextMeasurer measurer) Returns the character index of the next line break.