|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectserpiente.Punto
public class Punto
Clase que representa unas coordenadas x e y enteras
| Field Summary | |
|---|---|
(package private) int |
x
|
(package private) int |
y
|
| Constructor Summary | |
|---|---|
Punto(int coorx,
int coory)
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
int x
int y
| Constructor Detail |
|---|
Punto(int coorx,
int coory)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||