Uses of Interface
org.jfree.chart.text.TextMeasurer
Package
Description
Text-related classes formerly in the JCommon class library.
-
Uses of TextMeasurer in org.jfree.chart.text
Modifier and TypeMethodDescriptionstatic TextBlock
TextUtils.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
TextUtils.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.