Package org.knowm.xchart.style
Class RadarStyler
- java.lang.Object
-
- org.knowm.xchart.style.Styler
-
- org.knowm.xchart.style.RadarStyler
-
public class RadarStyler extends Styler
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.knowm.xchart.style.Styler
Styler.ChartTheme, Styler.LegendLayout, Styler.LegendPosition, Styler.TextAlignment, Styler.ToolTipType, Styler.YAxisPosition
-
-
Constructor Summary
Constructors Constructor Description RadarStyler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Color
getAxisTickMarksColor()
int
getAxisTickMarksCount()
Stroke
getAxisTickMarksStroke()
Font
getAxisTitleFont()
int
getAxisTitlePadding()
int
getMarkerSize()
Color
getPlotGridLinesColor()
Stroke
getPlotGridLinesStroke()
double
getStartAngleInDegrees()
boolean
isAxisTicksMarksVisible()
boolean
isAxisTitleVisible()
boolean
isCircular()
boolean
isPlotGridLinesVisible()
void
setAxisTickMarksColor(Color axisTickMarksColor)
void
setAxisTickMarksCount(int axisTickMarksCount)
void
setAxisTickMarksStroke(Stroke axisTickMarksStroke)
void
setAxisTicksMarksVisible(boolean axisTicksMarksVisible)
void
setAxisTitleFont(Font axisTitleFont)
void
setAxisTitlePadding(int axisTitlePadding)
void
setAxisTitleVisible(boolean axisTitleVisible)
RadarStyler
setCircular(boolean isCircular)
Sets whether or not the radar chart is forced to be circular.RadarStyler
setMarkerSize(int markerSize)
Sets the size of the markers (in pixels)void
setPlotGridLinesColor(Color plotGridLinesColor)
void
setPlotGridLinesStroke(Stroke plotGridLinesStroke)
void
setPlotGridLinesVisible(boolean plotGridLinesVisible)
RadarStyler
setStartAngleInDegrees(double startAngleInDegrees)
Sets the start angle in degrees.RadarStyler
setTheme(Theme theme)
Set the theme the styler should use-
Methods inherited from class org.knowm.xchart.style.Styler
getAnnotationsFont, getAntiAlias, getBaseFont, getChartBackgroundColor, getChartFontColor, getChartPadding, getChartTitleBoxBackgroundColor, getChartTitleBoxBorderColor, getChartTitleFont, getChartTitlePadding, getDecimalPattern, getLegendBackgroundColor, getLegendBorderColor, getLegendFont, getLegendLayout, getLegendPadding, getLegendPosition, getLegendSeriesLineLength, getPlotBackgroundColor, getPlotBorderColor, getPlotContentSize, getSeriesColors, getSeriesLines, getSeriesMarkers, getTheme, getToolTipBackgroundColor, getToolTipBorderColor, getToolTipFont, getToolTipHighlightColor, getToolTipType, getYAxisGroupPosistion, hasAnnotations, isChartTitleBoxVisible, isChartTitleVisible, isLegendVisible, isPlotBorderVisible, isToolTipsAlwaysVisible, isToolTipsEnabled, setAnnotationsFont, setAntiAlias, setBaseFont, setChartBackgroundColor, setChartFontColor, setChartPadding, setChartTitleBoxBackgroundColor, setChartTitleBoxBorderColor, setChartTitleBoxVisible, setChartTitleFont, setChartTitlePadding, setChartTitleVisible, setDecimalPattern, setHasAnnotations, setLegendBackgroundColor, setLegendBorderColor, setLegendFont, setLegendLayout, setLegendPadding, setLegendPosition, setLegendSeriesLineLength, setLegendVisible, setPlotBackgroundColor, setPlotBorderColor, setPlotBorderVisible, setPlotContentSize, setSeriesColors, setSeriesLines, setSeriesMarkers, setToolTipBackgroundColor, setToolTipBorderColor, setToolTipFont, setToolTipHighlightColor, setToolTipsAlwaysVisible, setToolTipsEnabled, setToolTipType, setYAxisGroupPosition
-
-
-
-
Method Detail
-
isCircular
public boolean isCircular()
-
setCircular
public RadarStyler setCircular(boolean isCircular)
Sets whether or not the radar chart is forced to be circular. Otherwise it's shape is oval, matching the containing plot.- Parameters:
isCircular
-
-
getStartAngleInDegrees
public double getStartAngleInDegrees()
-
setStartAngleInDegrees
public RadarStyler setStartAngleInDegrees(double startAngleInDegrees)
Sets the start angle in degrees. Zero degrees is straight up.- Parameters:
startAngleInDegrees
-
-
setTheme
public RadarStyler setTheme(Theme theme)
Set the theme the styler should use- Parameters:
theme
-
-
getMarkerSize
public int getMarkerSize()
-
setMarkerSize
public RadarStyler setMarkerSize(int markerSize)
Sets the size of the markers (in pixels)- Parameters:
markerSize
-
-
isPlotGridLinesVisible
public boolean isPlotGridLinesVisible()
-
setPlotGridLinesVisible
public void setPlotGridLinesVisible(boolean plotGridLinesVisible)
-
getPlotGridLinesColor
public Color getPlotGridLinesColor()
-
setPlotGridLinesColor
public void setPlotGridLinesColor(Color plotGridLinesColor)
-
getPlotGridLinesStroke
public Stroke getPlotGridLinesStroke()
-
setPlotGridLinesStroke
public void setPlotGridLinesStroke(Stroke plotGridLinesStroke)
-
isAxisTicksMarksVisible
public boolean isAxisTicksMarksVisible()
-
setAxisTicksMarksVisible
public void setAxisTicksMarksVisible(boolean axisTicksMarksVisible)
-
getAxisTickMarksColor
public Color getAxisTickMarksColor()
-
setAxisTickMarksColor
public void setAxisTickMarksColor(Color axisTickMarksColor)
-
getAxisTickMarksStroke
public Stroke getAxisTickMarksStroke()
-
setAxisTickMarksStroke
public void setAxisTickMarksStroke(Stroke axisTickMarksStroke)
-
isAxisTitleVisible
public boolean isAxisTitleVisible()
-
setAxisTitleVisible
public void setAxisTitleVisible(boolean axisTitleVisible)
-
getAxisTitleFont
public Font getAxisTitleFont()
-
setAxisTitleFont
public void setAxisTitleFont(Font axisTitleFont)
-
getAxisTitlePadding
public int getAxisTitlePadding()
-
setAxisTitlePadding
public void setAxisTitlePadding(int axisTitlePadding)
-
getAxisTickMarksCount
public int getAxisTickMarksCount()
-
setAxisTickMarksCount
public void setAxisTickMarksCount(int axisTickMarksCount)
-
-