Uses of Interface
org.jfree.chart.text.TextMeasurer
| Package | Description |
|---|---|
| org.jfree.chart.text |
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 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.