Uses of Interface
com.amalgamasimulation.charts.axes.ISetNumericDisplayedRangePropertyOwner
Packages that use ISetNumericDisplayedRangePropertyOwner
-
Uses of ISetNumericDisplayedRangePropertyOwner in com.amalgamasimulation.charts.axes
Subinterfaces of ISetNumericDisplayedRangePropertyOwner in com.amalgamasimulation.charts.axesModifier and TypeInterfaceDescriptioninterfaceInterface of displayed time-range property owners.Classes in com.amalgamasimulation.charts.axes that implement ISetNumericDisplayedRangePropertyOwnerModifier 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 ISetNumericDisplayedRangePropertyOwnerModifier and TypeMethodDescriptionISetNumericDisplayedRangePropertyOwner.adjustDisplayRange(boolean adjustToFirstNonZeroElement) Sets the minimum and maximum displayed values equal to the minimum and maximum values in the chart contents.ISetNumericDisplayedRangePropertyOwner.setDisplayedRange(double minValue, double maxValue) Sets the currently displayed values range of axis.ISetNumericDisplayedRangePropertyOwner.setDisplayedRangeChangeDisabled(double displayedRangeSize) Specifies the displayed values range cannot be changed.ISetNumericDisplayedRangePropertyOwner.setDisplayedRangeChangeEnabled()Specifies the displayed values range can be changed.ISetNumericDisplayedRangePropertyOwner.setDisplayedRangeMaxSize(double maxSize) Sets the maximum size of displayed values range of axis.ISetTimeDisplayedRangePropertyOwner.setDisplayedRangeMaxSize(double maxSize, ChronoUnit chronoUnit) Sets the maximum size of displayed values range of axis.ISetNumericDisplayedRangePropertyOwner.setDisplayedRangeMinSize(double minSize) Sets the minimum size of displayed values range of axis.ISetTimeDisplayedRangePropertyOwner.setDisplayedRangeMinSize(double minSize, ChronoUnit chronoUnit) Sets the minimum size of displayed values range of axis.ISetNumericDisplayedRangePropertyOwner.setDisplayedRangeToDefault()Resets displayed range to default values.