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