Uses of Class
com.helger.commons.dimension.SizeLong
-
Packages that use SizeLong Package Description com.helger.commons.dimension -
-
Uses of SizeLong in com.helger.commons.dimension
Methods in com.helger.commons.dimension that return SizeLong Modifier and Type Method Description SizeLongSizeLong. getAdded(IHasDimensionLong aToAdd)SizeLongSizeLong. getBestMatchingSize(long nMaxWidth, long nMaxHeight)Return the scaled width and height relative to a maximum size.SizeLongSizeLong. getScaledToHeight(long nNewHeight)SizeLongSizeLong. getScaledToWidth(long nNewWidth)SizeLongSizeLong. getSubtracted(IHasDimensionLong aToSubtract)
-