Uses of Class
com.steema.teechart.drawing.Point.Double

Packages that use Point.Double
com.steema.teechart   
com.steema.teechart.drawing   
com.steema.teechart.functions   
com.steema.teechart.styles   
com.steema.teechart.tools   
 

Uses of Point.Double in com.steema.teechart
 

Methods in com.steema.teechart with parameters of type Point.Double
 void IBaseChart.doZoom(Point.Double top, Point.Double bottom, Point.Double left, Point.Double right)
           
 void Chart.doZoom(Point.Double top, Point.Double bot, Point.Double lef, Point.Double rig)
           
 

Uses of Point.Double in com.steema.teechart.drawing
 

Fields in com.steema.teechart.drawing declared as Point.Double
 Point.Double LineCross.cross
           
 

Uses of Point.Double in com.steema.teechart.functions
 

Methods in com.steema.teechart.functions that return Point.Double
 Point.Double Spline.getPoint(int index)
           
 Point.Double Spline.value(double parameter)
          Returns an interpolated point.
 

Methods in com.steema.teechart.functions with parameters of type Point.Double
 void Spline.setPoint(int index, Point.Double value)
          Use to set the source point for the Knuckle

 

Uses of Point.Double in com.steema.teechart.styles
 

Methods in com.steema.teechart.styles with parameters of type Point.Double
 int Series.add(Point.Double p)
          Adds the pair of floating point x- and y-pixel coordinates
 

Uses of Point.Double in com.steema.teechart.tools
 

Fields in com.steema.teechart.tools declared as Point.Double
protected  Point.Double DrawLineItem.endPos
           
protected  Point.Double DrawLineItem.startPos
           
 

Methods in com.steema.teechart.tools that return Point.Double
 Point.Double DrawLineItem.getEndPos()
           
 Point.Double DrawLineItem.getStartPos()
           
 Point.Double DrawLine.screenPoint(Point p)
           
 

Methods in com.steema.teechart.tools with parameters of type Point.Double
 Point DrawLine.axisPoint(Point.Double p)
           
 void DrawLineItem.setEndPos(Point.Double pos)
           
 void DrawLineItem.setStartPos(Point.Double pos)