lt.monarch.chart.mapper
Class DateAxisMapper.StepScale

java.lang.Object
  extended by lt.monarch.chart.mapper.AnalogAxisScale
      extended by lt.monarch.chart.mapper.DateAxisMapper.DateScale
          extended by lt.monarch.chart.mapper.DateAxisMapper.StepScale
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, AxisScale
Enclosing class:
DateAxisMapper

protected class DateAxisMapper.StepScale
extends DateAxisMapper.DateScale

The date axis scale with custom scale units and step. The scale units and step are set by mapper's setStepScale method.

See Also:
Serialized Form

Field Summary
Modifier and Type Field and Description
 
Fields inherited from class lt.monarch.chart.mapper.DateAxisMapper.DateScale
dateFormatSetByUser, dates, locale, scaleDateFormat, subScale
 
Fields inherited from class lt.monarch.chart.mapper.AnalogAxisScale
subscaleTickCount
 
Constructor Summary
Modifier Constructor and Description
protected DateAxisMapper.StepScale()
          Constructs a new StepScale.
 
Method Summary
Modifier and Type Method and Description
 AxisScale getSubScale()
          Returns null.
 
Methods inherited from class lt.monarch.chart.mapper.DateAxisMapper.DateScale
findNearestMark, getLabelAt, getLabelAt, getLabelFor, getLocale, getMarkCount, mapMark, mapMarkTicks, setDefaultLabelFormat, setLabelFormat, setLocale
 
Methods inherited from class lt.monarch.chart.mapper.AnalogAxisScale
getSubscaleTickCount, setSubscaleTickCount
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DateAxisMapper.StepScale

protected DateAxisMapper.StepScale()
Constructs a new StepScale. The scale units and step are taken from mapper.

See Also:
DateAxisMapper
Method Detail

getSubScale

public AxisScale getSubScale()
Returns null.

Specified by:
getSubScale in interface AxisScale
Overrides:
getSubScale in class DateAxisMapper.DateScale
Returns:
null