Package com.helger.commons.dimension
Interface IHasWidthInt
-
- All Known Subinterfaces:
IHasDimensionInt
- All Known Implementing Classes:
SizeInt
public interface IHasWidthIntInterface for objects having a width.- Author:
- Philip Helger
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetWidth()
-
-
-
Method Detail
-
getWidth
@Nonnegative int getWidth()
- Returns:
- The width of an object
-
-