Uses of Interface
com.amalgamasimulation.charts.axes.IMinMaxValuePropertyOwner
Packages that use IMinMaxValuePropertyOwner
-
Uses of IMinMaxValuePropertyOwner in com.amalgamasimulation.charts.axes
Classes in com.amalgamasimulation.charts.axes that implement IMinMaxValuePropertyOwnerModifier and TypeClassDescriptionclassClass that represents an Y-axis drawn on aNumericLineChartarea.Methods in com.amalgamasimulation.charts.axes that return IMinMaxValuePropertyOwnerModifier and TypeMethodDescriptionIMinMaxValuePropertyOwner.setValueLimits(double minValue, double maxValue) Convenience method, can be used instead of calling two methods setMinValue and setMaxValue.