serpiente
Class Punto

java.lang.Object
  extended by serpiente.Punto

public class Punto
extends java.lang.Object

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

x

int x

y

int y
Constructor Detail

Punto

Punto(int coorx,
      int coory)