Uses of Class
com.helger.base.dimension.SizeInt
Packages that use SizeInt
-
Uses of SizeInt in com.helger.base.dimension
Methods in com.helger.base.dimension that return SizeIntModifier and TypeMethodDescription@NonNull SizeIntSizeInt.getAdded(@NonNull IHasDimensionInt aToAdd) Get a new size with the dimensions of the provided object added.@NonNull SizeIntSizeInt.getBestMatchingSize(int nMaxWidth, int nMaxHeight) Return the scaled width and height relative to a maximum size.@NonNull SizeIntSizeInt.getScaledToHeight(int nNewHeight) Get a new size that is scaled to the specified height, keeping the aspect ratio.@NonNull SizeIntSizeInt.getScaledToWidth(int nNewWidth) Get a new size that is scaled to the specified width, keeping the aspect ratio.@NonNull SizeIntSizeInt.getSubtracted(@NonNull IHasDimensionInt aToSubtract) Get a new size with the dimensions of the provided object subtracted.