com.exponto.jstock.indicators
Class IndicatorAxisInfo

java.lang.Object
  extended bycom.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)
           
 
Method Summary
 double getMaxValue()
           
 double getMinValue()
           
 java.lang.String getScale()
           
 void setMaxValue(double value)
           
 void setMinValue(double value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndicatorAxisInfo

public IndicatorAxisInfo(double min,
                         double max,
                         java.lang.String scale)
Method Detail

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