|
TinyLine v2.0 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.tinyline.tiny2d.TinyPoint
The TinyPoint class specifies a point representing a location in (x, y) coordinate space specified in fixed point precision.
| Field Summary | |
int |
x
The X coordinate of this TinyPoint. |
int |
y
The Y coordinate of this TinyPoint. |
| Constructor Summary | |
TinyPoint()
Constructs and initializes a TinyPoint with coordinates (0, 0). |
|
TinyPoint(int x,
int y)
Constructs and initializes a TinyPoint with
the specified coordinates. |
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public int x
public int y
| Constructor Detail |
public TinyPoint()
public TinyPoint(int x,
int y)
TinyPoint with
the specified coordinates.
|
TinyLine v2.0 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||