|
Apime v1.0 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.java4ever.apime.math.Point
Punto.
| Field Summary | |
int |
x
Coordenada X. |
int |
y
Coordenada Y. |
| Constructor Summary | |
Point()
Crea un punto. |
|
Point(int x,
int y)
Crea un punto. |
|
Point(Point p)
Crea un punto. |
|
| Method Summary | |
void |
setLocation(int x,
int y)
Cambia las coordenadas del punto. |
void |
setLocation(Point p)
Cambia las coordenadas del punto. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public int x
public int y
| Constructor Detail |
public Point()
public Point(int x,
int y)
x - Coordenada Xy - Coordenada Ypublic Point(Point p)
p - Punto que contiene los datos| Method Detail |
public void setLocation(int x,
int y)
x - Coordenada Xy - Coordenada Ypublic void setLocation(Point p)
p - Punto que contiene los datospublic java.lang.String toString()
|
Apime v1.0 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||