Package com.helger.commons.dimension
Interface IHasHeightLong
-
- All Known Subinterfaces:
IHasDimensionLong
- All Known Implementing Classes:
SizeLong
public interface IHasHeightLongInterface for objects having a height.- Author:
- Philip Helger
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetHeight()
-
-
-
Method Detail
-
getHeight
@Nonnegative long getHeight()
- Returns:
- The height of an object
-
-