Uses of Class
net.sourceforge.eclipsetrader.charts.Indicator

Packages that use Indicator
net.sourceforge.eclipsetrader.charts   
 

Uses of Indicator in net.sourceforge.eclipsetrader.charts
 

Methods in net.sourceforge.eclipsetrader.charts that return Indicator
 Indicator IndicatorPlot.getSelection()
           
 Indicator[] IndicatorPlot.getIndicatorAt(org.eclipse.swt.graphics.Point point)
          Returns a possibly empty array of all chart indicators at the given position.
 Indicator IndicatorPlugin.getOutput()
           
 Indicator IIndicatorPlugin.getOutput()
          Return the collection of output data generated by the plugin.
 

Methods in net.sourceforge.eclipsetrader.charts with parameters of type Indicator
 void IndicatorPlot.addIndicator(Indicator indicator)
           
 void IndicatorPlot.removeIndicator(Indicator indicator)
           
 void IndicatorPlot.setSelection(Indicator selection)
           
 void Plot.addIndicator(Indicator indicator)
           
 void Plot.removeIndicator(Indicator indicator)