|
TPTP 4.5.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.tptp.platform.report.drawutil.internal.Point2D
org.eclipse.tptp.platform.report.birt).
public class Point2D
Store a 2 dimensional point.
| Field Summary | |
|---|---|
protected double |
x_
Deprecated. |
protected double |
y_
Deprecated. |
| Constructor Summary | |
|---|---|
Point2D()
Deprecated. Create a point at coordinate (0,0) |
|
Point2D(double _x,
double _y)
Deprecated. Create a point with both coordinate |
|
Point2D(Point2D _p)
Deprecated. Create a point copying coordinates |
|
| Method Summary | |
|---|---|
double |
getX()
Deprecated. |
double |
getY()
Deprecated. |
void |
setCoord(double _x,
double _y)
Deprecated. Change both coordinate of the point |
void |
setPoint(Point2D _p)
Deprecated. Change both coordinate copying from given point |
void |
setX(double _x)
Deprecated. Change X coordinate of the point |
void |
setY(double _y)
Deprecated. Change Y coordinate of the point |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected double x_
protected double y_
| Constructor Detail |
|---|
public Point2D()
public Point2D(double _x,
double _y)
public Point2D(Point2D _p)
| Method Detail |
|---|
public double getX()
public double getY()
public void setX(double _x)
public void setY(double _y)
public void setCoord(double _x,
double _y)
public void setPoint(Point2D _p)
|
TPTP 4.5.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||