|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.steema.teechart.drawing.Point
public class Point
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 |
---|
public int x
public int y
Constructor Detail |
---|
public Point(int ax, int ay)
public Point()
Method Detail |
---|
public int getX()
public int getY()
public void set(Point p)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |