Package com.helger.commons.dimension
Interface IHasHeightFloat
-
- All Known Subinterfaces:
IHasDimensionFloat
- All Known Implementing Classes:
SizeFloat
public interface IHasHeightFloatInterface for objects having a height.- Author:
- Philip Helger
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description floatgetHeight()
-
-
-
Method Detail
-
getHeight
@Nonnegative float getHeight()
- Returns:
- The height of an object
-
-