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