|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object edu.ucla.stat.SOCR.analyses.util.definicions.Coordenada<tipo>
public class Coordenada<tipo>
MultiDendrograms
Coordinates (x, y)
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 |
---|
public Coordenada(tipo x, tipo y)
Method Detail |
---|
public tipo getX()
public void setX(tipo x)
public tipo getY()
public void setY(tipo y)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |