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