Interface IMinMaxValuePropertyOwnerElement
- All Known Implementing Classes:
RangeRegionVisualSet.RangeRegionVisualElement
public interface IMinMaxValuePropertyOwnerElement
Interface of min/max value property owner elements. Used for visuals that have a
numerical value on Y-axis.
- Author:
- Aleksey Kirillov
-
Method Summary
Modifier and TypeMethodDescriptiondoubleReturns the maximum Y-axis valuedoubleReturns the minimum Y-axis value.
-
Method Details
-
getMinValue
double getMinValue()Returns the minimum Y-axis value.- Returns:
- the minimum Y-axis value
-
getMaxValue
double getMaxValue()Returns the maximum Y-axis value- Returns:
- the maximum Y-axis value
-