Uses of Class
org.jfree.chart.text.TextFragment
-
Packages that use TextFragment Package Description org.jfree.chart.text Text-related classes. -
-
Uses of TextFragment in org.jfree.chart.text
Methods in org.jfree.chart.text that return TextFragment Modifier and Type Method Description TextFragmentTextLine. getFirstTextFragment()Returns the first text fragment in the line.TextFragmentTextLine. getLastTextFragment()Returns the last text fragment in the line.Methods in org.jfree.chart.text with parameters of type TextFragment Modifier and Type Method Description voidTextLine. addFragment(TextFragment fragment)Adds a text fragment to the text line.voidTextLine. removeFragment(TextFragment fragment)Removes a fragment from the line.
-