public class Dimension2D_Double extends Dimension2D implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected double |
height |
protected double |
width |
| Constructor and Description |
|---|
Dimension2D_Double() |
Dimension2D_Double(double w,
double h) |
| Modifier and Type | Method and Description |
|---|---|
double |
getHeight() |
double |
getWidth() |
void |
setSize(double width,
double height) |
clone, setSizepublic Dimension2D_Double()
public Dimension2D_Double(double w,
double h)
public double getHeight()
getHeight in class Dimension2Dpublic double getWidth()
getWidth in class Dimension2Dpublic void setSize(double width,
double height)
setSize in class Dimension2DCopyright © 2019 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All rights reserved.