| Methods in org.jfree.text with parameters of type TextMeasurer |
static TextBlock |
TextUtilities.createTextBlock(java.lang.String text,
java.awt.Font font,
java.awt.Paint paint,
float maxWidth,
TextMeasurer measurer)
Creates a new text block from the given string, breaking the
text into lines so that the maxWidth value is
respected. |
static TextBlock |
TextUtilities.createTextBlock(java.lang.String text,
java.awt.Font font,
java.awt.Paint paint,
float maxWidth,
int maxLines,
TextMeasurer measurer)
Creates a new text block from the given string, breaking the
text into lines so that the maxWidth value is
respected. |