public class Dimension2D
extends java.lang.Object
Constructor and Description |
---|
Dimension2D() |
Dimension2D(double width,
double height) |
Modifier and Type | Method and Description |
---|---|
double |
getHeight() |
double |
getWidth() |
void |
setSize(double width,
double height) |