com.steema.teechart.drawing
Class Point

java.lang.Object
  extended by com.steema.teechart.drawing.Point

public class Point
extends java.lang.Object


Nested Class Summary
static class Point.Double
           
 
Field Summary
 int x
           
 int y
           
 
Constructor Summary
Point()
           
Point(int ax, int ay)
           
 
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
 

Field Detail

x

public int x

y

public int y
Constructor Detail

Point

public Point(int ax,
             int ay)

Point

public Point()
Method Detail

getX

public int getX()

getY

public int getY()

set

public void set(Point p)