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