public class Size extends Object
| Constructor | Description |
|---|---|
Size() |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(Object o) |
|
Double |
getHeight() |
Gets or sets the height.
|
Double |
getWidth() |
Gets or sets the width.
|
int |
hashCode() |
|
Size |
height(Double height) |
|
void |
setHeight(Double height) |
|
void |
setWidth(Double width) |
|
String |
toString() |
|
Size |
width(Double width) |
Copyright © 2025. All rights reserved.