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

Packages that use ObjectPlugin
net.sourceforge.eclipsetrader.charts   
 

Uses of ObjectPlugin in net.sourceforge.eclipsetrader.charts
 

Methods in net.sourceforge.eclipsetrader.charts that return ObjectPlugin
 ObjectPlugin IndicatorPlot.getObjectSelection()
           
 ObjectPlugin[] IndicatorPlot.getObjectAt(int x, int y)
          Returns a possibly empty array of all drawing objects at the given position.
static ObjectPlugin ChartsPlugin.createObjectPlugin(java.lang.String id)
           
 

Methods in net.sourceforge.eclipsetrader.charts with parameters of type ObjectPlugin
 void IndicatorPlot.addObject(ObjectPlugin object)
           
 void IndicatorPlot.removeObject(ObjectPlugin object)
           
 void IndicatorPlot.setObjectSelection(ObjectPlugin selection)
           
 void Plot.addObject(ObjectPlugin object)
           
 void Plot.removeObject(ObjectPlugin object)
           
 void Plot.createNewObject(ObjectPlugin plugin, net.sourceforge.eclipsetrader.charts.events.PlotMouseEvent e)