Uses of Class
com.amalgamasimulation.charts.axes.AbstractAxis
Packages that use AbstractAxis
-
Uses of AbstractAxis in com.amalgamasimulation.charts
Methods in com.amalgamasimulation.charts that return AbstractAxisModifier and TypeMethodDescriptionabstract AbstractAxis<?> Chart.getXAxis()Returns the X-axis of this chart.abstract AbstractAxis<?> Chart.getYAxis()Returns the Y-axis of this chart. -
Uses of AbstractAxis in com.amalgamasimulation.charts.axes
Subclasses of AbstractAxis in com.amalgamasimulation.charts.axesModifier and TypeClassDescriptionclassClass that represents an X-axis drawn on aBarChartorHistogramChartarea.classClass that represents an Y-axis drawn on aBarChartorHistogramChartarea.classClass that represents an Y-axis drawn on aTimeGanttChartarea.classClass that represents an X-axis drawn on aNumericGanttChartarea.classClass that represents an X-axis drawn on aTimeGanttChartarea.classClass that represents an X-axis drawn on aHeatmapChartarea.classClass that represents an Y-axis drawn on aHeatmapChartarea.classClass that represents an X-axis drawn on aNumericLineChartarea.classClass that represents an Y-axis drawn on aNumericLineChartarea.classClass that represents an X-axis drawn on aTimeLineChartarea.Methods in com.amalgamasimulation.charts.axes that return AbstractAxisModifier and TypeMethodDescriptionAbstractAxis.setGridLinesColor(Color color) Sets the new color to the grid lines of this axis.AbstractAxis.setGridLinesColor(javafx.scene.paint.Color color) Sets the new color to the grid lines.AbstractAxis.setGridLinesVisible(boolean visible) Specifies whether grid lines should be drawn and redraws this axis and it's parent chart if the visibility is changed.AbstractAxis.setGridLinesWidth(int width) Sets the new width to the grid lines of this axis, in pixels.AbstractAxis.setLabelsColor(Color color) Sets the new color to this axis labels.AbstractAxis.setLabelsColor(javafx.scene.paint.Color color) Sets the new color to this axis labels.AbstractAxis.setLabelsFont(javafx.scene.text.Font font) Sets the new font to this axis labels.AbstractAxis.setLabelsFontSize(int fontSize) Sets the new font size to this axis labels.