Uses of Interface
org.jfree.chart.text.TextMeasurer
-
Packages that use TextMeasurer Package Description org.jfree.chart.text Text-related classes. -
-
Uses of TextMeasurer in org.jfree.chart.text
Classes in org.jfree.chart.text that implement TextMeasurer Modifier and Type Class Description classG2TextMeasurerATextMeasurerbased on aGraphics2D.Methods in org.jfree.chart.text with parameters of type TextMeasurer Modifier and Type Method Description static TextBlockTextUtils. 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 TextBlockTextUtils. 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.
-