com.steema.teechart.drawing
Class Point.Double

java.lang.Object
  extended by com.steema.teechart.drawing.Point.Double
Enclosing class:
Point

public static final class Point.Double
extends java.lang.Object


Field Summary
 double x
           
 double y
           
 
Constructor Summary
Point.Double()
           
Point.Double(double ax, double ay)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

x

public double x

y

public double y
Constructor Detail

Point.Double

public Point.Double(double ax,
                    double ay)

Point.Double

public Point.Double()