Uses of Class
org.jfree.text.TextBlock
-
Packages that use TextBlock Package Description org.jfree.text Utility classes relating to text. -
-
Uses of TextBlock in org.jfree.text
Fields in org.jfree.text declared as TextBlock Modifier and Type Field Description private TextBlockTextBox. textBlockThe text block.Methods in org.jfree.text that return TextBlock Modifier and Type Method Description static TextBlockTextUtilities. createTextBlock(java.lang.String text, java.awt.Font font, java.awt.Paint paint)Creates aTextBlockfrom aString.static TextBlockTextUtilities. 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 themaxWidthvalue is respected.static TextBlockTextUtilities. 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 themaxWidthvalue is respected.TextBlockTextBox. getTextBlock()Returns the text block.Methods in org.jfree.text with parameters of type TextBlock Modifier and Type Method Description voidTextBox. setTextBlock(TextBlock block)Sets the text block.Constructors in org.jfree.text with parameters of type TextBlock Constructor Description TextBox(TextBlock block)Creates a new text box.
-