com.exponto.jstock.indicators
Class IndicatorAxisInfo
java.lang.Object
com.exponto.jstock.indicators.IndicatorAxisInfo
- public class IndicatorAxisInfo
- extends java.lang.Object
Encapsulates some information needed to make persistent lines for
indicators with separate panels.
- Author:
- kaare
Constructor Summary |
IndicatorAxisInfo(double min,
double max,
java.lang.String scale)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IndicatorAxisInfo
public IndicatorAxisInfo(double min,
double max,
java.lang.String scale)
getMaxValue
public double getMaxValue()
- Returns:
- Returns the maxValue.
setMaxValue
public void setMaxValue(double value)
- Parameters:
value
- The maxValue to set.
getMinValue
public double getMinValue()
- Returns:
- Returns the minValue.
setMinValue
public void setMinValue(double value)
- Parameters:
value
- The minValue to set.
getScale
public java.lang.String getScale()
- Returns:
- Returns the scale.
Copyright © 2004 Kaare Ranum