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