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