Uses of Class
com.jfcbuilder.builders.XYPolygonBuilder
Packages that use XYPolygonBuilder
-
Uses of XYPolygonBuilder in com.jfcbuilder.builders
Methods in com.jfcbuilder.builders that return XYPolygonBuilderModifier and TypeMethodDescriptionSets the polygon fill color.static XYPolygonBuilder
XYPolygonBuilder.get()
Factory method for obtaining new instances of this class.XYPolygonBuilder.outlineColor
(Paint outlineColor) Sets the color of the polygon outline.XYPolygonBuilder.outlineStyle
(Stroke outlineStyle) Sets the polygon outline style.XYPolygonBuilder.polygon
(double[] polygon) Sets the polygon array by storying a copy of the supplied array.