Uses of Interface
com.amalgamasimulation.charts.axes.ICurrentValuePropertyOwner
Packages that use ICurrentValuePropertyOwner
-
Uses of ICurrentValuePropertyOwner in com.amalgamasimulation.charts.axes
Subinterfaces of ICurrentValuePropertyOwner in com.amalgamasimulation.charts.axesModifier and TypeInterfaceDescriptioninterfaceInterface of displayed range property owners.interfaceInterface of displayed time-range property owners.Classes in com.amalgamasimulation.charts.axes that implement ICurrentValuePropertyOwnerModifier 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 X-axis drawn on aTimeLineChartarea.Methods in com.amalgamasimulation.charts.axes that return ICurrentValuePropertyOwnerModifier and TypeMethodDescriptionICurrentValuePropertyOwner.setCurrentValue(Supplier<Double> currentValue) Sets this axis current value.ICurrentValuePropertyOwner.setCurrentValueGuidelineColor(Color color) Sets the color of the current value guideline.ICurrentValuePropertyOwner.setCurrentValueGuidelineColor(javafx.scene.paint.Color color) Sets the color of the current value guideline.ICurrentValuePropertyOwner.setCurrentValueGuidelineVisible(boolean currentArgumentLineVisible) Specifies whether the current value guideline should be drawn.ICurrentValuePropertyOwner.setCurrentValueGuidelineWidth(double width) Sets the width of the current value guideline, in pixels.