Uses of Class
org.knowm.xchart.style.DialStyler
Packages that use DialStyler
-
Uses of DialStyler in org.knowm.xchart
Subclasses with type arguments of type DialStyler in org.knowm.xchart -
Uses of DialStyler in org.knowm.xchart.internal.chartpart
Classes in org.knowm.xchart.internal.chartpart with type parameters of type DialStylerModifier and TypeClassDescriptionclassPlot_Dial<ST extends DialStyler, S extends DialSeries>classPlotContent_Dial<ST extends DialStyler, S extends DialSeries>Fields in org.knowm.xchart.internal.chartpart declared as DialStyler -
Uses of DialStyler in org.knowm.xchart.style
Methods in org.knowm.xchart.style that return DialStylerModifier and TypeMethodDescriptionDialStyler.setArcAngle(double arcAngle) DialStyler.setArrowArcAngle(double arrowArcAngle) DialStyler.setArrowArcPercentage(double arrowArcPercentage) DialStyler.setArrowColor(Color color) Set the line color of the seriesDialStyler.setArrowLengthPercentage(double arrowLengthPercentage) DialStyler.setAxisTickLabels(String[] axisTickLabels) DialStyler.setAxisTickLabelsVisible(boolean axisTickLabelsVisible) DialStyler.setAxisTickMarksColor(Color axisTickMarksColor) DialStyler.setAxisTickMarksStroke(BasicStroke axisTickMarksStroke) DialStyler.setAxisTicksMarksVisible(boolean axisTicksMarksVisible) DialStyler.setAxisTickValues(double[] axisTickValues) DialStyler.setAxisTitleFont(Font axisTitleFont) DialStyler.setAxisTitlePadding(int axisTitlePadding) DialStyler.setAxisTitleVisible(boolean axisTitleVisible) DialStyler.setCircular(boolean isCircular) Sets whether or not the radar chart is forced to be circular.DialStyler.setDonutThickness(double donutThickness) DialStyler.setLabelFont(Font labelsFont) Sets the Font used for chart labelsDialStyler.setLabelVisible(boolean labelsVisible) Sets if labels should be added to charts.DialStyler.setLowerColor(Color lowerColor) DialStyler.setLowerFrom(double lowerFrom) DialStyler.setLowerTo(double lowerTo) DialStyler.setMiddleColor(Color middleColor) DialStyler.setMiddleFrom(double middleFrom) DialStyler.setMiddleTo(double middleTo) Set the theme the styler should useDialStyler.setUpperColor(Color upperColor) DialStyler.setUpperFrom(double upperFrom) DialStyler.setUpperTo(double upperTo)