Package com.helger.commons.dimension
Interface IHasHeightInt
-
- All Known Subinterfaces:
IHasDimensionInt
- All Known Implementing Classes:
SizeInt
public interface IHasHeightIntInterface for objects having a height.- Author:
- Philip Helger
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetHeight()
-
-
-
Method Detail
-
getHeight
@Nonnegative int getHeight()
- Returns:
- The height of an object
-
-