Uses of Class
org.jfree.chart.text.TextFragment
Package
Description
Text-related classes formerly in the JCommon class library.
-
Uses of TextFragment in org.jfree.chart.text
Modifier and TypeMethodDescriptionTextLine.getFirstTextFragment()
Returns the first text fragment in the line.TextLine.getLastTextFragment()
Returns the last text fragment in the line.Modifier and TypeMethodDescriptionvoid
TextLine.addFragment
(TextFragment fragment) Adds a text fragment to the text line.void
TextLine.removeFragment
(TextFragment fragment) Removes a fragment from the line.