public class Size
extends java.lang.Object
| Constructor and Description |
|---|
Size(double width,
double height) |
| Modifier and Type | Method and Description |
|---|---|
double |
getHeight()
Returns the height of this size.
|
double |
getWidth()
Returns the width of this size.
|
void |
setHeight(double value)
Sets the height of this size.
|
void |
setWidth(double value)
Sets the width of this size.
|
public final double getWidth()
public final void setWidth(double value)
public final double getHeight()
public final void setHeight(double value)