Uses of Class
com.steema.teechart.PointDouble

Packages that use PointDouble
com.steema.teechart   
com.steema.teechart.blackberry   
com.steema.teechart.drawing   
com.steema.teechart.misc   
com.steema.teechart.styles   
 

Uses of PointDouble in com.steema.teechart
 

Methods in com.steema.teechart with parameters of type PointDouble
static Point PointDouble.round(PointDouble value)
           
static Point[] PointDouble.round(PointDouble[] value)
           
static Point[] PointDouble.round(PointDouble[] value, int size)
           
 

Uses of PointDouble in com.steema.teechart.blackberry
 

Methods in com.steema.teechart.blackberry with parameters of type PointDouble
 void Graphics3DBlackBerry.drawBlur(PointDouble[] p, int smoothBlur)
           
 void Graphics3DBlackBerry.polygon(PointDouble[] p)
           
 

Uses of PointDouble in com.steema.teechart.drawing
 

Fields in com.steema.teechart.drawing declared as PointDouble
 PointDouble[] Graphics3D.iPointDoubles
           
 

Methods in com.steema.teechart.drawing that return PointDouble
 PointDouble IGraphics3D.pointFromCircle(IGraphics3D.PieRect rectBounds, double degrees, int zPos, boolean clockWise)
           
 PointDouble Graphics3D.pointFromCircle(IGraphics3D.PieRect rect, double degrees, int zPos, boolean clockWise)
           
 PointDouble IGraphics3D.pointFromCircle(Rectangle rectBounds, double degrees)
           
 PointDouble Graphics3D.pointFromCircle(Rectangle rectBounds, double degrees)
           
 PointDouble IGraphics3D.pointFromCircle(Rectangle rectBounds, double degrees, int zPos, boolean clockWise)
           
 PointDouble Graphics3D.pointFromCircle(Rectangle rectBounds, double degrees, int zPos, boolean clockWise)
           
 PointDouble IGraphics3D.pointFromEllipse(Rectangle rectBounds, double degrees, int zPos)
           
 PointDouble Graphics3D.pointFromEllipse(Rectangle rectBounds, double degrees, int zPos)
          Returns the PointDouble which is on the ellipse bounded by rectBounds at the angle degrees.
 PointDouble IGraphics3D.pointFromSpiral(Rectangle rectBounds, double degrees, double twist)
           
 PointDouble Graphics3D.pointFromSpiral(Rectangle rectBounds, double degrees, double twist)
           
static PointDouble[] Graphics3D.sliceArray(PointDouble[] source, int length)
           
 

Methods in com.steema.teechart.drawing with parameters of type PointDouble
 void Graphics3D.calc3DPos(PointDouble point, double x, double y, double z)
           
 void Graphics3D.calc3DPos(PointDouble point, int x, int y, int z)
          Calculates and returns the XY position as double of the XYZ 3D coordinate.
 void IGraphics3D.drawBlur(PointDouble[] p, int smoothBlur)
           
 void Graphics3D.drawBlur(PointDouble[] p, int smoothBlur)
           
 java.lang.String Graphics3DVectorial.pointToStr(PointDouble point)
           
 void IGraphics3D.polygon(PointDouble[] points)
           
 void Graphics3DVML.polygon(PointDouble[] p)
           
 void Graphics3DSVG.polygon(PointDouble[] p)
           
 void Graphics3DPDF.polygon(PointDouble[] p)
           
abstract  void Graphics3D.polygon(PointDouble[] p)
           
 void Graphics3D.polygon(PointDouble[] p, int size)
           
static PointDouble[] Graphics3D.sliceArray(PointDouble[] source, int length)
           
 

Uses of PointDouble in com.steema.teechart.misc
 

Methods in com.steema.teechart.misc that return PointDouble
static PointDouble Utils.offsetPoint(PointDouble value, double x, double y)
           
static PointDouble[] Utils.rectToPolygonDouble(Rectangle r)
           
 

Methods in com.steema.teechart.misc with parameters of type PointDouble
static PointDouble Utils.offsetPoint(PointDouble value, double x, double y)
           
 

Uses of PointDouble in com.steema.teechart.styles
 

Subclasses of PointDouble in com.steema.teechart.styles
 class LevelPoint
           
 

Fields in com.steema.teechart.styles declared as PointDouble
 PointDouble[] CFrame.InnerBandPoints
           
 PointDouble[] CircularGauge.iPoints
           
 PointDouble[] CFrame.MiddleBandPoints
           
 PointDouble[] CFrame.OuterBandPoints
           
 

Methods in com.steema.teechart.styles that return PointDouble
 PointDouble CFrame.getRectCenter(Rectangle Rect)
           
 

Methods in com.steema.teechart.styles with parameters of type PointDouble
 void Series.drawHiddenValue(int valueIndex, PointDouble startEndVals, int gapSize, Axis axis)
           
 void Custom.drawHiddenValue(int valueIndex, PointDouble startEndVals, int gapSize, Axis axis)