Interface Size
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
SizeImpl
The Interface Size.
-
Method Summary
-
Method Details
-
getWidth
double getWidth()Gets the width.- Returns:
- the width
-
setWidth
void setWidth(double width) Sets the width.- Parameters:
width- the new width
-
getHeight
double getHeight()Gets the height.- Returns:
- the height
-
setHeight
void setHeight(double height) Sets the height.- Parameters:
height- the new height
-