public class Dimension2DDouble extends Dimension2D
| Constructor and Description |
|---|
Dimension2DDouble() |
Dimension2DDouble(double width,
double height) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
double |
getHeight() |
double |
getWidth() |
int |
hashCode() |
void |
setSize(double width,
double height) |
String |
toString() |
clone, setSizepublic Dimension2DDouble()
public Dimension2DDouble(double width,
double height)
public double getWidth()
getWidth in class Dimension2Dpublic double getHeight()
getHeight in class Dimension2Dpublic void setSize(double width,
double height)
setSize in class Dimension2D