|
Venice 0.74beta | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnz.org.venice.chart.graph.RSIGraphUI
The RSI graph user interface.
RSIGraph| Constructor Summary | |
RSIGraphUI(java.util.HashMap settings)
Create a new RSI user interface with the initial settings. |
|
| Method Summary | |
java.lang.String |
checkSettings()
Check the current settings displayed in the user interface. |
java.lang.String |
checkSettings(java.util.HashMap settings)
Check previously set settings. |
static int |
getOverBought(java.util.HashMap settings)
Retrieve the over bought line from the settings hashmap. |
static int |
getOverSold(java.util.HashMap settings)
Retrieve the over sold line from the settings hashmap. |
javax.swing.JPanel |
getPanel()
Return the user interface. |
static int |
getPeriod(java.util.HashMap settings)
Retrieve the period from the settings hashmap. |
java.util.HashMap |
getSettings()
Return the current settings displayed in the user interface. |
void |
setSettings(java.util.HashMap settings)
Display the given settings in the user interface. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public RSIGraphUI(java.util.HashMap settings)
settings - the initial settings| Method Detail |
public java.lang.String checkSettings()
GraphUI
checkSettings in interface GraphUInull if the settings are validpublic java.lang.String checkSettings(java.util.HashMap settings)
GraphUI
checkSettings in interface GraphUIsettings - Previously saved settings
null if the settings are validpublic java.util.HashMap getSettings()
GraphUI
getSettings in interface GraphUIpublic void setSettings(java.util.HashMap settings)
GraphUI
setSettings in interface GraphUIsettings - the new settingspublic javax.swing.JPanel getPanel()
GraphUI
getPanel in interface GraphUIpublic static int getPeriod(java.util.HashMap settings)
settings - the settings
public static int getOverSold(java.util.HashMap settings)
settings - the settings
public static int getOverBought(java.util.HashMap settings)
settings - the settings
|
Venice 0.74beta | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||