Package | Description |
---|---|
org.jfree.chart.text |
Text-related classes formerly in the JCommon class library.
|
Modifier and Type | Class and Description |
---|---|
class |
G2TextMeasurer
A
TextMeasurer based on a Graphics2D . |
Modifier and Type | Method and Description |
---|---|
static 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 the
maxWidth 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 the
maxWidth value is respected. |
Copyright © 2001–2017 JFree.org. All rights reserved.