Uses of Class
com.jfcbuilder.builders.XYArrowBuilder
Packages that use XYArrowBuilder
-
Uses of XYArrowBuilder in com.jfcbuilder.builders
Methods in com.jfcbuilder.builders that return XYArrowBuilderModifier and TypeMethodDescriptionXYArrowBuilder.angle
(double degrees) Sets the arrow's orientation angle in degrees.XYArrowBuilder.arrowLength
(double length) Sets the arrow length.Sets the arrow color.static XYArrowBuilder
XYArrowBuilder.get()
Factory method for obtaining new instances of this class.Sets the arrow's textXYArrowBuilder.textAlign
(org.jfree.chart.ui.TextAnchor alignment) Sets the anchor alignment method of the text.XYArrowBuilder.textPaddingLeft
(int n) Sets a number of padding space characters to insert to the left of the configured text.XYArrowBuilder.textPaddingRight
(int n) Sets a number of padding space characters to insert to the right of the configured text.XYArrowBuilder.tipRadius
(double radius) Sets the arrow tip's radius in Java2D units (effectively the tip size)XYArrowBuilder.x
(double x) Sets the arrow's x-axis data coordinate.XYArrowBuilder.y
(double y) Sets the arrow's y-axis data coordinate.