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

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

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

MultiDendrograms

Stores width and height

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

Constructor Summary
Dimensions(tipo w, tipo h)
           
 
Method Summary
 tipo getHeight()
           
 tipo getWidth()
           
 void setHeight(tipo h)
           
 void setWidth(tipo w)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Dimensions

public Dimensions(tipo w,
                  tipo h)
Method Detail

getWidth

public tipo getWidth()

setWidth

public void setWidth(tipo w)

getHeight

public tipo getHeight()

setHeight

public void setHeight(tipo h)