lt.monarch.chart.mapper
Class MathAxisScale.SubScale
java.lang.Object
lt.monarch.chart.mapper.AnalogAxisScale
lt.monarch.chart.mapper.MathAxisScale
lt.monarch.chart.mapper.MathAxisScale.SubScale
- All Implemented Interfaces:
- java.io.Serializable, AxisScale
- Enclosing class:
- MathAxisScale
public static class MathAxisScale.SubScale
extends MathAxisScale
The sub-scale of MathAxisScale. The sub-scale has no labels.
- See Also:
- Serialized Form
Method Summary
java.lang.String |
getLabelAt(int i)
Returns null. |
java.lang.String |
getLabelAt(int i,
java.util.Locale locale)
Returns null. |
void |
setSubscaleTickCount(int subscaleTickCount)
Sets the subscale count value, if automatic then subscaleCount equals null. |
| Methods inherited from class lt.monarch.chart.mapper.MathAxisScale |
createSubScale, findNearestMark, formatKey, getDefaultNumberFormat, getLastLocale, getLastNumberFormat, getMarkCount, getNumberFormat, getSubScale, mapMark, mapMarkTicks, setDrawSubScale, setLastLocale, setLastNumberFormat, setNumberFormat |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MathAxisScale.SubScale
public MathAxisScale.SubScale(NormalizedMathRange r)
- Constructs a new
SubScale with the specified range.
- Parameters:
r - the range
setSubscaleTickCount
public void setSubscaleTickCount(int subscaleTickCount)
- Description copied from class:
AnalogAxisScale
- Sets the subscale count value, if automatic then subscaleCount equals null. This is an internal API. Do not use it.
- Overrides:
setSubscaleTickCount in class AnalogAxisScale
- Parameters:
subscaleTickCount - the subscaleCount value
getLabelAt
public java.lang.String getLabelAt(int i)
- Returns null.
- Specified by:
getLabelAt in interface AxisScale
- Overrides:
getLabelAt in class MathAxisScale
- Parameters:
i - the label index
- Returns:
- null
getLabelAt
public java.lang.String getLabelAt(int i,
java.util.Locale locale)
- Returns null.
- Specified by:
getLabelAt in interface AxisScale
- Overrides:
getLabelAt in class MathAxisScale
- Parameters:
i - the label indexlocale - the locale
- Returns:
- null