Uses of Class
org.jfree.text.TextBlock
Packages that use TextBlock
-
Uses of TextBlock in org.jfree.text
Fields in org.jfree.text declared as TextBlockMethods in org.jfree.text that return TextBlockModifier and TypeMethodDescriptionstatic TextBlock
TextUtilities.createTextBlock
(String text, Font font, Paint paint) Creates aTextBlock
from aString
.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 themaxWidth
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 themaxWidth
value is respected.TextBox.getTextBlock()
Returns the text block.Methods in org.jfree.text with parameters of type TextBlockModifier and TypeMethodDescriptionvoid
TextBox.setTextBlock
(TextBlock block) Sets the text block.Constructors in org.jfree.text with parameters of type TextBlock