Uses of Interface
org.jfree.chart.text.TextMeasurer
Packages that use TextMeasurer
Package
Description
Text-related classes formerly in the JCommon class library.
-
Uses of TextMeasurer in org.jfree.chart.text
Classes in org.jfree.chart.text that implement TextMeasurerMethods in org.jfree.chart.text with parameters of type TextMeasurerModifier 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.