Package lt.monarch.chart.mapper

Common axis mappers

See:
          Description

Interface Summary
Interface Description
AxisMapper AxisMapper is responsible for mapping an Object value of some coordinate space into a double value in range [0,1].
AxisMapperListener Listener for mapper updates.
AxisMapperRange Manages a logical range within an axis mapper.
AxisMapperRangeListener Listener for mapper range updates.
AxisScale AxisScale lists axis measurement marks and labels.
PlaneMapper PlaneMapper maps 2D (x,y) coordinates to a point in a n-dimensional space.
Range<RangeType> Manages a mathematical and data range.
 

Class Summary
Class Description
AbstractAxisMapper Base implementation of axis mapper.
AbstractAxisMapperRange Base implementation of the axis mapper range.
AbstractRadarMapper  
AnalogAxisMapper<AnalogAxisRange extends Range<?>> Abstract class for analog mappers.
AnalogAxisScale Interface for the analog axis scale.
Axis Base implementation of Axis.
AxisMapperInverter Axis mapper inverter.
ColorMapper Maps colors to axis values.
CountableAxisMapper Class for axis mappers, which have a countable number of labels.
DateAxisMapper Axis mapper, which maps a date range.
DateAxisRange Manages a range of dates.
DateListAxisMapper Axis mapper which maps a date list.
GroupedLabelsAxisMapper  
LabelAxisMapper Label axis mapper.
LabelsGroup  
LogAxisMapper Axis mapper for logarithmic scaling.
LogAxisScale Axis scale for logarithmic scaling.
LogAxisScale.ExponentFormat Exponential number format.
LogMathRange Manages a range of double values.
MathAxisMapper Numeric axis mapper.
MathAxisScale Axis scale implementation for MathAxisMapper.
MathAxisScale.SubScale The sub-scale of MathAxisScale.
NormalizedMathRange Manages a range of double values.
NullAxisMapper Dummy Axis mapper, which just passes through all numeric values.
RadarMapper Maps radar data model data to PolarPoint.
SimpleAxisMapperRange Default simple implementation of the mapper range
 

Package lt.monarch.chart.mapper Description

Common axis mappers