|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectlt.monarch.chart.mapper.AnalogAxisScale
public abstract class AnalogAxisScale extends java.lang.Object implements AxisScale
Interface for the analog axis scale.
| Modifier and Type | Field and Description |
|---|---|
protected int |
subscaleTickCount
User set subscale count |
| Constructor and Description |
|---|
AnalogAxisScale()
|
| 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 |
|---|
protected int subscaleTickCount
| Constructor Detail |
|---|
public AnalogAxisScale()
| Method Detail |
|---|
public void setSubscaleTickCount(int subscaleTickCount)
subscaleTickCount - the subscaleCount valuepublic int getSubscaleTickCount()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||