Uses of Class
com.jfcbuilder.builders.XYBoxBuilder
Packages that use XYBoxBuilder
-
Uses of XYBoxBuilder in com.jfcbuilder.builders
Methods in com.jfcbuilder.builders that return XYBoxBuilderModifier and TypeMethodDescriptionSets the fill color of the box.static XYBoxBuilder
XYBoxBuilder.get()
Factory method for obtaining new instances of this class.XYBoxBuilder.outlineColor
(Paint outlineColor) Sets the outline color of the box.XYBoxBuilder.outlineStyle
(Stroke outlineStyle) Sets outline style of the box.XYBoxBuilder.x1
(double x1) Sets the x-axis data coordinate of the first corner of the box.XYBoxBuilder.x2
(double x2) Sets the x-axis data coordinate of the second corner of the box.XYBoxBuilder.y1
(double y1) Sets the y-axis data coordinate of the first corner of the box.XYBoxBuilder.y2
(double y2) Sets the y-axis data coordinate of the second corner of the box.