edu.ucla.stat.SOCR.analyses.util.definicions
Class Coordenada<tipo>

java.lang.Object
  extended by edu.ucla.stat.SOCR.analyses.util.definicions.Coordenada<tipo>

public class Coordenada<tipo>
extends java.lang.Object

MultiDendrograms

Coordinates (x, y)

Since:
JDK 6.0
Author:
Justo Montiel, David Torres, Sergio Gómez, Alberto Fernández

Constructor Summary
Coordenada(tipo x, tipo y)
           
 
Method Summary
 tipo getX()
           
 tipo getY()
           
 void setX(tipo x)
           
 void setY(tipo y)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Coordenada

public Coordenada(tipo x,
                  tipo y)
Method Detail

getX

public tipo getX()

setX

public void setX(tipo x)

getY

public tipo getY()

setY

public void setY(tipo y)