Uses of Interface
com.amalgamasimulation.charts.axes.INumericStylePropertyOwner
Packages that use INumericStylePropertyOwner
-
Uses of INumericStylePropertyOwner in com.amalgamasimulation.charts.axes
Classes in com.amalgamasimulation.charts.axes that implement INumericStylePropertyOwnerModifier and TypeClassDescriptionclassClass that represents an Y-axis drawn on aBarChartorHistogramChartarea.classClass that represents an X-axis drawn on aNumericGanttChartarea.classClass that represents an X-axis drawn on aNumericLineChartarea.classClass that represents an Y-axis drawn on aNumericLineChartarea.Methods in com.amalgamasimulation.charts.axes that return INumericStylePropertyOwnerModifier and TypeMethodDescriptionINumericStylePropertyOwner.setLabelsFormat(Function<Double, String> format) Sets the formatter to axis labels, i.e.INumericStylePropertyOwner.setNumericStyle(AxisNumericStyle style) Sets theAxisNumericStylethat specifies the formatting and ticks details for axis in case it shows numeric values.