Uses of Class
com.helger.commons.dimension.SizeDouble
Packages that use SizeDouble
-
Uses of SizeDouble in com.helger.commons.dimension
Methods in com.helger.commons.dimension that return SizeDoubleModifier and TypeMethodDescriptionSizeDouble.getAdded(IHasDimensionDouble aToAdd) SizeDouble.getAdded(IHasDimensionFloat aToAdd) SizeDouble.getAdded(IHasDimensionInt aToAdd) SizeDouble.getBestMatchingSize(double dMaxWidth, double dMaxHeight) Return the scaled width and height relative to a maximum size.SizeDouble.getScaledToHeight(double dNewHeight) SizeDouble.getScaledToWidth(double dNewWidth) SizeDouble.getSubtracted(IHasDimensionDouble aToSubtract) SizeDouble.getSubtracted(IHasDimensionFloat aToSubtract) SizeDouble.getSubtracted(IHasDimensionInt aToSubtract)