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