Uses of Class
com.jfcbuilder.builders.XYLineBuilder
Packages that use XYLineBuilder
-
Uses of XYLineBuilder in com.jfcbuilder.builders
Methods in com.jfcbuilder.builders that return XYLineBuilderModifier and TypeMethodDescriptionSets the line's color.static XYLineBuilder
XYLineBuilder.get()
Factory method for obtaining new instances of this class.Sets the line's style.XYLineBuilder.x1
(double x1) Sets the x-axis data coordinate of the line's first point.XYLineBuilder.x2
(double x2) Sets the x-axis data coordinate of the line's second point.XYLineBuilder.y1
(double y1) Sets the y-axis data coordinate of the line's first point.XYLineBuilder.y2
(double y2) Sets the y-axis data coordinate of the line's second point.