Uses of Class
com.helger.base.dimension.SizeFloat
Packages that use SizeFloat
-
Uses of SizeFloat in com.helger.base.dimension
Methods in com.helger.base.dimension that return SizeFloatModifier and TypeMethodDescription@NonNull SizeFloatSizeFloat.getAdded(@NonNull IHasDimensionFloat aToAdd) Get a new size with the dimensions of the provided float dimension added.@NonNull SizeFloatSizeFloat.getAdded(@NonNull IHasDimensionInt aToAdd) Get a new size with the dimensions of the provided int dimension added.@NonNull SizeFloatSizeFloat.getBestMatchingSize(float dMaxWidth, float dMaxHeight) Return the scaled width and height relative to a maximum size.@NonNull SizeFloatSizeFloat.getScaledToHeight(float dNewHeight) Get a new size that is scaled to the specified height, keeping the aspect ratio.@NonNull SizeFloatSizeFloat.getScaledToWidth(float dNewWidth) Get a new size that is scaled to the specified width, keeping the aspect ratio.@NonNull SizeFloatSizeFloat.getSubtracted(@NonNull IHasDimensionFloat aToSubtract) Get a new size with the dimensions of the provided float dimension subtracted.@NonNull SizeFloatSizeFloat.getSubtracted(@NonNull IHasDimensionInt aToSubtract) Get a new size with the dimensions of the provided int dimension subtracted.