lt.monarch.chart.mapper
Interface Range<RangeType>

All Known Subinterfaces:
AxisMapperRange
All Known Implementing Classes:
AbstractAxisMapperRange, DateAxisRange, LogMathRange, NormalizedMathRange, SimpleAxisMapperRange

public interface Range<RangeType>

Manages a mathematical and data range. The range is defined by it's minimum (start) and maximum (end) values.


Method Summary
Modifier and Type Method and Description
 RangeType getMaximum()
          Gets a maximum (end) value of the range.
 RangeType getMinimum()
          Gets a minimum (start) value of the range.
 

Method Detail

getMinimum

RangeType getMinimum()
Gets a minimum (start) value of the range.

Returns:
minimum (start) value of the range

getMaximum

RangeType getMaximum()
Gets a maximum (end) value of the range.

Returns:
maximum (end) value of the range