Uses of Interface
com.amalgamasimulation.charts.axes.IZeroGridLinePropertyOwner
Packages that use IZeroGridLinePropertyOwner
-
Uses of IZeroGridLinePropertyOwner in com.amalgamasimulation.charts.axes
Classes in com.amalgamasimulation.charts.axes that implement IZeroGridLinePropertyOwnerModifier and TypeClassDescriptionclassClass 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 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 IZeroGridLinePropertyOwnerModifier and TypeMethodDescriptionIZeroGridLinePropertyOwner.setZeroGridLineColor(Color color) Sets the new color to the zero grid line of this chart.IZeroGridLinePropertyOwner.setZeroGridLineColor(javafx.scene.paint.Color color) Sets the new color to the zero grid line of this chart.IZeroGridLinePropertyOwner.setZeroGridLineVisible(boolean visible) Specifies whether the zero grid line should be drawn.IZeroGridLinePropertyOwner.setZeroGridLineWidth(int width) Sets the new width to the zero grid line of this chart, in pixels.