Uses of Class
org.knowm.xchart.style.Styler
Packages that use Styler
-
Uses of Styler in org.knowm.xchart.internal.chartpart
Classes in org.knowm.xchart.internal.chartpart with type parameters of type StylerModifier and TypeClassDescriptionclassAn XChart ChartclassChartTitle<ST extends Styler, S extends Series>Chart TitleclassclassLegend_Marker<ST extends Styler, S extends MarkerSeries>classLegend_Pie<ST extends Styler, S extends Series>classclassPlot_Circular<ST extends Styler, S extends Series>classPlotContent_<ST extends Styler, S extends Series>classPlotSurface_<ST extends Styler, S extends Series>classPlotSurface_Pie<ST extends Styler, S extends Series>Draws the plot background and the plot borderFields in org.knowm.xchart.internal.chartpart declared as Styler -
Uses of Styler in org.knowm.xchart.style
Subclasses of Styler in org.knowm.xchart.styleModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassMethods in org.knowm.xchart.style that return StylerModifier and TypeMethodDescriptionStyler.setAnnotationLineColor(Color annotationLineColor) Styler.setAnnotationLineStroke(BasicStroke annotationLineStroke) Styler.setAnnotationTextFont(Font annotationTextFont) Styler.setAnnotationTextFontColor(Color annotationTextFontColor) Styler.setAnnotationTextPanelBackgroundColor(Color color) Styler.setAnnotationTextPanelBorderColor(Color borderColor) Styler.setAnnotationTextPanelFont(Font font) Styler.setAnnotationTextPanelFontColor(Color annotationTextPanelFontColor) Styler.setAnnotationTextPanelPadding(int annotationTextPanelPadding) Styler.setAntiAlias(boolean newVal) Styler.setBaseFont(Font baseFont) Set the base fontStyler.setChartBackgroundColor(Color color) Set the chart background color - the part around the edge of the chartStyler.setChartButtonBackgroundColor(Color chartButtonBackgroundColor) Styler.setChartButtonBorderColor(Color chartButtonBorderColor) Styler.setChartButtonFont(Font chartButtonFont) Styler.setChartButtonFontColor(Color chartButtonFontColor) Styler.setChartButtonMargin(int chartButtonMargin) Styler.setChartButtonPosition(Styler.ChartButtonPosition chartButtonPosition) Styler.setChartFontColor(Color color) Set the chart font color.Styler.setChartPadding(int chartPadding) Set the chart paddingStyler.setChartTitleBoxBackgroundColor(Color chartTitleBoxBackgroundColor) set the chart title box background colorStyler.setChartTitleBoxBorderColor(Color chartTitleBoxBorderColor) set the chart title box border colorStyler.setChartTitleBoxVisible(boolean isChartTitleBoxVisible) Set the chart title box visibilityStyler.setChartTitleFont(Font chartTitleFont) Set the chart title fontStyler.setChartTitlePadding(int chartTitlePadding) set the chart title padding; the space between the chart title and the plot areaStyler.setChartTitleVisible(boolean isChartTitleVisible) Set the chart title visibilityStyler.setDecimalPattern(String decimalPattern) Set the decimal formatter for all numbers on the chartStyler.setLegendBackgroundColor(Color color) Set the chart legend background colorStyler.setLegendBorderColor(Color legendBorderColor) Styler.setLegendFont(Font font) Set the chart legend fontStyler.setLegendLayout(Styler.LegendLayout legendLayout) Styler.setLegendPadding(int legendPadding) Set the chart legend paddingStyler.setLegendPosition(Styler.LegendPosition legendPosition) sets the legend positionStyler.setLegendSeriesLineLength(int legendSeriesLineLength) Set the chart legend series line lengthStyler.setLegendVisible(boolean isLegendVisible) Set the chart legend visibilityStyler.setMarkerSize(int markerSize) Sets the size of the markers (in pixels)Styler.setPlotBackgroundColor(Color plotBackgroundColor) set the plot area's background colorStyler.setPlotBorderColor(Color plotBorderColor) set the plot area's border colorStyler.setPlotBorderVisible(boolean isPlotBorderVisible) sets the visibility of the border around the plot areaStyler.setPlotContentSize(double plotContentSize) Sets the content size of the plot inside the plot area of the chart.Styler.setSeriesColors(Color[] seriesColors) Styler.setSeriesLines(BasicStroke[] seriesLines) Styler.setSeriesMarkers(Marker[] seriesMarkers) Styler.setShowWithinAreaPoint(boolean showWithinAreaPoint) Styler.setToolTipBackgroundColor(Color toolTipBackgroundColor) Styler.setToolTipBorderColor(Color toolTipBorderColor) Styler.setToolTipFont(Font toolTipFont) Styler.setToolTipHighlightColor(Color toolTipHighlightColor) Styler.setToolTipsAlwaysVisible(boolean toolTipsAlwaysVisible) Styler.setToolTipsEnabled(boolean toolTipsEnabled) Styler.setToolTipType(Styler.ToolTipType toolTipType) Styler.setXAxisTitleColor(Color xAxisTitleColor) Styler.setYAxisGroupPosition(int yAxisGroup, Styler.YAxisPosition yAxisPosition) Set the Y-Axis group position.Styler.setYAxisGroupTitleColor(int yAxisGroup, Color yAxisColor) Styler.setYAxisLeftWidthHint(int yAxisLeftWidthHint) Set the width of the Y-Axis tick labels on the left side of the chart.Styler.setYAxisTitleColor(Color yAxisColor)