public class Size extends AbstractPivotObject
| Constructor and Description |
|---|
Size() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Double |
getHeight() |
java.lang.Double |
getWidth() |
Size |
setHeight(java.lang.Double height)
Sets the height value.
|
Size |
setWidth(java.lang.Double width)
Sets the width value.
|
createGsonBuilder, getSharedGson, toStringpublic java.lang.Double getWidth()
public Size setWidth(java.lang.Double width)
width - the width valuepublic java.lang.Double getHeight()
public Size setHeight(java.lang.Double height)
height - the height value