Uses of Class
org.knowm.xchart.style.XYStyler
Packages that use XYStyler
-
Uses of XYStyler in org.knowm.xchart
Subclasses with type arguments of type XYStyler in org.knowm.xchart -
Uses of XYStyler in org.knowm.xchart.internal.chartpart
Classes in org.knowm.xchart.internal.chartpart with type parameters of type XYStylerModifier and TypeClassDescriptionclassclassPlotContent_XY<ST extends XYStyler, S extends XYSeries>Fields in org.knowm.xchart.internal.chartpart declared as XYStyler -
Uses of XYStyler in org.knowm.xchart.style
Methods in org.knowm.xchart.style that return XYStylerModifier and TypeMethodDescriptionXYStyler.setCursorBackgroundColor(Color cursorBackgroundColor) XYStyler.setCursorColor(Color cursorColor) XYStyler.setCursorEnabled(boolean isCursorEnabled) XYStyler.setCursorFont(Font cursorFont) XYStyler.setCursorFontColor(Color cursorFontColor) XYStyler.setCursorLineWidth(float cursorLineWidth) XYStyler.setCustomCursorXDataFormattingFunction(Function<Double, String> customCursorXDataFormattingFunction) Set the custom function for formatting the cursor tooltip based on the series X-Axis dataXYStyler.setCustomCursorYDataFormattingFunction(Function<Double, String> customCursorYDataFormattingFunction) Set the custom function for formatting the cursor tooltip based on the series Y-Axis dataXYStyler.setDefaultSeriesRenderStyle(XYSeries.XYSeriesRenderStyle xySeriesRenderStyle) Sets the default series render style for the chart (line, scatter, area, etc.) You can override the series render style individually on each Series object.XYStyler.setZoomEnabled(boolean isZoomEnabled) XYStyler.setZoomResetByButton(boolean zoomResetByButton) XYStyler.setZoomResetByDoubleClick(boolean zoomResetByDoubleClick) XYStyler.setZoomSelectionColor(Color zoomSelectionColor)