com.steema.teechart.drawing
Class Point

java.lang.Object
  extended by android.graphics.Point
      extended by com.steema.teechart.drawing.Point
All Implemented Interfaces:
java.io.Serializable

public class Point
extends android.graphics.Point
implements java.io.Serializable


Nested Class Summary
static class Point.Double
           
 
Constructor Summary
Point()
           
Point(int ax, int ay)
           
Point(Point point)
           
 
Method Summary
 int getX()
           
 int getY()
           
 void set(Point p)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Point

public Point(int ax,
             int ay)

Point

public Point()

Point

public Point(Point point)
Method Detail

getX

public int getX()

getY

public int getY()

set

public void set(Point p)