Package com.helger.commons.dimension
Interface IHasWidthLong
-
- All Known Subinterfaces:
IHasDimensionLong
- All Known Implementing Classes:
SizeLong
public interface IHasWidthLongInterface for objects having a width.- Author:
- Philip Helger
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetWidth()
-
-
-
Method Detail
-
getWidth
@Nonnegative long getWidth()
- Returns:
- The width of an object
-
-