|
JCommon 1.0.17-redhat-2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TextBlock | |
---|---|
org.jfree.text | Utility classes relating to text. |
Uses of TextBlock in org.jfree.text |
---|
Methods in org.jfree.text that return TextBlock | |
---|---|
static TextBlock |
TextUtilities.createTextBlock(String text,
Font font,
Paint paint)
Creates a TextBlock from a String . |
static TextBlock |
TextUtilities.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 |
TextUtilities.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. |
TextBlock |
TextBox.getTextBlock()
Returns the text block. |
Methods in org.jfree.text with parameters of type TextBlock | |
---|---|
void |
TextBox.setTextBlock(TextBlock block)
Sets the text block. |
Constructors in org.jfree.text with parameters of type TextBlock | |
---|---|
TextBox(TextBlock block)
Creates a new text box. |
|
JCommon 1.0.17-redhat-2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |