Package com.helger.base.dimension
Interface IHasWidthDouble
- All Known Subinterfaces:
IHasDimensionDouble
- All Known Implementing Classes:
SizeDouble
public interface IHasWidthDouble
Interface for objects having a width.
- Author:
- Philip Helger
-
Method Summary
-
Method Details
-
getWidth
@Nonnegative double getWidth()- Returns:
- The width of an object
-