Uses of Class
com.steema.teechart.tools.DrawLineItem

Packages that use DrawLineItem
com.steema.teechart.tools   
 

Uses of DrawLineItem in com.steema.teechart.tools
 

Methods in com.steema.teechart.tools that return DrawLineItem
 DrawLineItem DrawLine.clicked(int x, int y)
           
 DrawLineItem DrawLine.clicked(Point p)
           
 DrawLineItem DrawLines.getFirst()
           
 DrawLineItem DrawLines.getLast()
           
 DrawLineItem DrawLines.getLine(int index)
           
 DrawLineItem DrawLine.getSelected()
          Returns the line or lines that are currently selected.
 

Methods in com.steema.teechart.tools with parameters of type DrawLineItem
 int DrawLines.add(DrawLineItem l)
           
 int DrawLines.indexOf(DrawLineItem l)
          This method can be used to obtain the index of a given line in the line collection.
protected  void DrawLine.redrawLine(IGraphics3D g, DrawLineItem line)
           
 void DrawLines.remove(DrawLineItem s)
          Deletes the specified Line from the Chart list of Lines.
 boolean DrawLine.DrawLineSelector.selectable(DrawLine sender, DrawLineItem line, boolean allow)
           
 void DrawLine.setSelected(DrawLineItem value)