|
TinyLine 2.3 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.tinyline.tiny2d.TinyPoint
public final class 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. |
|
| Method Summary |
|---|
| 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.
x, y - the coordinates to which to set the newly
constructed TinyPoint
|
TinyLine 2.3 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||