lt.monarch.chart.mapper
Class AnalogAxisScale

java.lang.Object
  extended by lt.monarch.chart.mapper.AnalogAxisScale
All Implemented Interfaces:
java.io.Serializable, AxisScale
Direct Known Subclasses:
DateAxisMapper.DateScale, LogAxisScale, MathAxisScale

public abstract class AnalogAxisScale
extends java.lang.Object
implements AxisScale

Interface for the analog axis scale.

See Also:
Serialized Form

Field Summary
Modifier and Type Field and Description
protected  int subscaleTickCount
          User set subscale count
 
Constructor Summary
Constructor and Description
AnalogAxisScale()
           
 
Method Summary
Modifier and Type Method and Description
 int getSubscaleTickCount()
          Gets the subscaleCount value, if automatic then subscaleCount equals null.
 void setSubscaleTickCount(int subscaleTickCount)
          Sets the subscale count value, if automatic then subscaleCount equals null.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface lt.monarch.chart.mapper.AxisScale
findNearestMark, getLabelAt, getLabelAt, getMarkCount, getSubScale, mapMark, mapMarkTicks
 

Field Detail

subscaleTickCount

protected int subscaleTickCount
User set subscale count

Constructor Detail

AnalogAxisScale

public AnalogAxisScale()
Method Detail

setSubscaleTickCount

public void setSubscaleTickCount(int subscaleTickCount)
Sets the subscale count value, if automatic then subscaleCount equals null. This is an internal API. Do not use it.

Parameters:
subscaleTickCount - the subscaleCount value

getSubscaleTickCount

public int getSubscaleTickCount()
Gets the subscaleCount value, if automatic then subscaleCount equals null. This is an internal API. Do not use it.

Returns:
the subscaleCount value