Uses of Interface
com.amalgamasimulation.charts.axes.IGetDisplayedRangePropertyOwner
Packages that use IGetDisplayedRangePropertyOwner
-
Uses of IGetDisplayedRangePropertyOwner in com.amalgamasimulation.charts.axes
Subinterfaces of IGetDisplayedRangePropertyOwner in com.amalgamasimulation.charts.axesModifier and TypeInterfaceDescriptioninterfaceinterfaceInterface of displayed range property owners.interfaceInterface of displayed time-range property owners.Classes in com.amalgamasimulation.charts.axes that implement IGetDisplayedRangePropertyOwnerModifier and TypeClassDescriptionclassClass that represents an X-axis drawn on aBarChartorHistogramChartarea.classClass that represents an Y-axis drawn on aBarChartorHistogramChartarea.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 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 IGetDisplayedRangePropertyOwnerModifier and TypeMethodDescriptionIGetDisplayedRangePropertyOwner.addDisplayedRangeChangeHandler(BiConsumer<Double, Double> handler) Adds the action to be executed every time the displayed range changed.IGetDisplayedRangePropertyOwner.clearDisplayedRangeChangeHandler()Clear all the displayed range changed actions.IGetDisplayedRangePropertyOwner.removeDisplayedRangeChangeHandler(BiConsumer<Double, Double> handler) Removes the displayed range changed action.