Uses of Class
com.jfcbuilder.builders.XYTextBuilder
Packages that use XYTextBuilder
-
Uses of XYTextBuilder in com.jfcbuilder.builders
Methods in com.jfcbuilder.builders that return XYTextBuilderModifier and TypeMethodDescriptionXYTextBuilder.angle
(double degrees) Sets the text's orientation angle in degrees.Sets the text color.static XYTextBuilder
XYTextBuilder.get()
Factory method for obtaining new instances of this class.Sets the textXYTextBuilder.textAlign
(org.jfree.chart.ui.TextAnchor alignment) Sets the anchor alignment method of the text.XYTextBuilder.textPaddingLeft
(int n) Sets a number of padding space characters to insert to the left of the configured text.XYTextBuilder.textPaddingRight
(int n) Sets a number of padding space characters to insert to the right of the configured text.XYTextBuilder.x
(double x) Sets the text's x-axis data coordinate.XYTextBuilder.y
(double y) Sets the text's y-axis data coordinate.