public interface ILcdInterval
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDisplayName()
Returns the name of the interval.
|
double |
getMax()
Returns the upper bound of the interval.
|
double |
getMin()
Returns the lower bound of the interval.
|
double getMin()
double getMax()
java.lang.String getDisplayName()