edu.ucla.stat.SOCR.analyses.util.definicions
Class BoxContainer
java.lang.Object
   edu.ucla.stat.SOCR.analyses.util.definicions.BoxContainer
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)
 | 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
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)
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)
-