Uses of Class
com.steema.teechart.PointDouble

Packages that use PointDouble
com.steema.teechart TeeChart Charting Library for Java. 
com.steema.teechart.drawing   
com.steema.teechart.styles   
 

Uses of PointDouble in com.steema.teechart
 

Methods in com.steema.teechart with parameters of type PointDouble
static java.awt.Point PointDouble.round(PointDouble value)
           
static java.awt.Point[] PointDouble.round(PointDouble[] value)
           
 

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 Graphics3D.calc3DPos(double x, double y, double z)
           
 PointDouble Graphics3D.calc3DPos(int x, int y, int z, boolean pointDouble)
          Calculates and returns the XY position as double of the XYZ 3D coordinate.
Can be used when custom drawing using 3D XYZ coordinates are returned from the axes or not.
 PointDouble Graphics3D.pointFromCircle(Rectangle rectBounds, double degrees, int zPos)
           
 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 IGraphics3D.polygon(PointDouble[] points)
           
 void Graphics3DVML.polygon(PointDouble[] p)
           
 void Graphics3DSVG.polygon(PointDouble[] p)
           
 void Graphics3DPDF.polygon(PointDouble[] p)
           
 void Graphics3DAWT.polygon(PointDouble[] points)
           
abstract  void Graphics3D.polygon(PointDouble[] p)
           
static PointDouble[] Graphics3D.sliceArray(PointDouble[] source, int length)
           
 

Uses of PointDouble in com.steema.teechart.styles
 

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