Uses of Class
org.knowm.xchart.style.RadarStyler
-
Packages that use RadarStyler Package Description org.knowm.xchart.style -
-
Uses of RadarStyler in org.knowm.xchart.style
Methods in org.knowm.xchart.style that return RadarStyler Modifier and Type Method Description RadarStyler
RadarStyler. setCircular(boolean isCircular)
Sets whether or not the radar chart is forced to be circular.RadarStyler
RadarStyler. setMarkerSize(int markerSize)
Sets the size of the markers (in pixels)RadarStyler
RadarStyler. setStartAngleInDegrees(double startAngleInDegrees)
Sets the start angle in degrees.RadarStyler
RadarStyler. setTheme(Theme theme)
Set the theme the styler should use
-