Uses of Interface
com.amalgamasimulation.charts.axes.IAxisTitlePropertyOwner
Packages that use IAxisTitlePropertyOwner
-
Uses of IAxisTitlePropertyOwner in com.amalgamasimulation.charts.axes
Classes in com.amalgamasimulation.charts.axes that implement IAxisTitlePropertyOwnerModifier and TypeClassDescriptionclassClass 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 IAxisTitlePropertyOwnerModifier and TypeMethodDescriptionSets the new title to this axis.IAxisTitlePropertyOwner.setTitleColor(Color color) Sets the new color to this axis title.IAxisTitlePropertyOwner.setTitleColor(javafx.scene.paint.Color color) Sets the new color to this axis title.IAxisTitlePropertyOwner.setTitleFont(javafx.scene.text.Font font) Sets the new font to this axis title.IAxisTitlePropertyOwner.setTitleFontSize(int fontSize) Sets the new font size to this axis title.IAxisTitlePropertyOwner.setTitleVisible(boolean visible) Specifies whether this axis title should be drawn.