edu.ucla.stat.SOCR.analyses.util.definicions
Class BoxContainer

java.lang.Object
  extended by edu.ucla.stat.SOCR.analyses.util.definicions.BoxContainer

public class BoxContainer
extends java.lang.Object

MultiDendrograms

Defines an area on the screen, position, measures and accepted values range

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

Constructor Summary
BoxContainer()
           
BoxContainer(double corner_x, double corner_y, double width, double height)
           
BoxContainer(double corner_x, double corner_y, double width, double height, double val_max_X, double val_max_Y, double val_min_X, double val_min_Y)
           
 
Method Summary
 double getCorner_x()
           
 double getCorner_y()
           
 double getHeight()
           
 double getVal_max_X()
           
 double getVal_max_Y()
           
 double getVal_min_X()
           
 double getVal_min_Y()
           
 double getWidth()
           
 void setCorner_x(double corner_x)
           
 void setCorner_y(double corner_y)
           
 void setHeight(double height)
           
 void setVal_max_X(double val_max_X)
           
 void setVal_max_Y(double val_max_Y)
           
 void setVal_min_X(double val_min_X)
           
 void setVal_min_Y(double val_min_Y)
           
 void setWidth(double width)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BoxContainer

public BoxContainer()

BoxContainer

public BoxContainer(double corner_x,
                    double corner_y,
                    double width,
                    double height,
                    double val_max_X,
                    double val_max_Y,
                    double val_min_X,
                    double val_min_Y)

BoxContainer

public BoxContainer(double corner_x,
                    double corner_y,
                    double width,
                    double height)
Method Detail

getCorner_x

public double getCorner_x()

setCorner_x

public void setCorner_x(double corner_x)

getCorner_y

public double getCorner_y()

setCorner_y

public void setCorner_y(double corner_y)

getWidth

public double getWidth()

setWidth

public void setWidth(double width)

getHeight

public double getHeight()

setHeight

public void setHeight(double height)

getVal_max_X

public double getVal_max_X()

setVal_max_X

public void setVal_max_X(double val_max_X)

getVal_max_Y

public double getVal_max_Y()

setVal_max_Y

public void setVal_max_Y(double val_max_Y)

getVal_min_X

public double getVal_min_X()

setVal_min_X

public void setVal_min_X(double val_min_X)

getVal_min_Y

public double getVal_min_Y()

setVal_min_Y

public void setVal_min_Y(double val_min_Y)