Package io.jmix.pivottable.model
Class Size
java.lang.Object
io.jmix.pivottable.model.AbstractPivotObject
io.jmix.pivottable.model.Size
- All Implemented Interfaces:
Serializable
An object that describes the size.
- See Also:
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Size
public Size()
-
-
Method Details
-
getWidth
- Returns:
- the width value
-
setWidth
Sets the width value.- Parameters:
width
- the width value- Returns:
- a reference to this object
-
getHeight
- Returns:
- the height value
-
setHeight
Sets the height value.- Parameters:
height
- the height value- Returns:
- a reference to this object
-