|
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 | ||||||||
org.eclipse.tptp.platform.report.birt).
public interface IPoint
Abstraction of a point in an XY integer coordinates
| Method Summary | |
|---|---|
int |
getX()
Deprecated. |
int |
getY()
Deprecated. |
void |
setPoint(int x,
int y)
Deprecated. Change both coordinates |
void |
setPoint(IPoint point)
Deprecated. Change both coordinates |
void |
setX(int x)
Deprecated. Change X coordinate of point |
void |
setY(int y)
Deprecated. Change Y coordinate of point |
| Method Detail |
|---|
int getX()
int getY()
void setX(int x)
void setY(int y)
void setPoint(int x,
int y)
void setPoint(IPoint point)
|
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 | ||||||||