|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.exponto.jstock.indicators.IndicatorParameters
Base class for indicator specific parameters used in computation of an indicator series. Probably not needed, but is still around
Constructor Summary | |
IndicatorParameters()
|
Method Summary | |
abstract boolean |
drawThis()
Checks if the parameters settings of this indicator indicates that the Indicator is activated (e.g. |
abstract java.lang.String[] |
getParameterNames()
|
abstract int[] |
getParameters()
|
abstract javax.swing.JComponent[][] |
getUserInterface()
Provides the Options menu with components to use for this indicator. |
Date |
getValidFrom()
|
Date |
getValidTo()
|
abstract void |
setParameters(int[] parameters)
|
abstract void |
setParameters(int index,
int value)
|
void |
setValidFrom(Date date)
|
void |
setValidTo(Date date)
|
abstract void |
updateParameters()
Used to update the parameters value within the IndicatorParameter class. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public IndicatorParameters()
Method Detail |
public abstract int[] getParameters()
public abstract void setParameters(int[] parameters)
parameters
- public abstract void setParameters(int index, int value)
index
- value
- public abstract java.lang.String[] getParameterNames()
public abstract boolean drawThis()
IndicatorParametersInterface
drawThis
in interface IndicatorParametersInterface
public abstract javax.swing.JComponent[][] getUserInterface()
getUserInterface
in interface IndicatorParametersInterface
public abstract void updateParameters()
IndicatorParametersInterface
updateParameters
in interface IndicatorParametersInterface
public void setValidFrom(Date date)
public Date getValidFrom()
public void setValidTo(Date date)
public Date getValidTo()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |