Package com.helger.commons.dimension
Interface IHasHeightDouble
-
- All Known Subinterfaces:
IHasDimensionDouble
- All Known Implementing Classes:
SizeDouble
public interface IHasHeightDoubleInterface for objects having a height.- Author:
- Philip Helger
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doublegetHeight()
-
-
-
Method Detail
-
getHeight
@Nonnegative double getHeight()
- Returns:
- The height of an object
-
-