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 SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
Sizepublic Size()
 
- 
- 
Method Details- 
getWidth- Returns:
- the width value
 
- 
setWidthSets the width value.- Parameters:
- width- the width value
- Returns:
- a reference to this object
 
- 
getHeight- Returns:
- the height value
 
- 
setHeightSets the height value.- Parameters:
- height- the height value
- Returns:
- a reference to this object
 
 
-