Uses of Class
com.helger.commons.dimension.SizeInt
-
Packages that use SizeInt Package Description com.helger.commons.dimension com.helger.commons.gfx -
-
Uses of SizeInt in com.helger.commons.dimension
Methods in com.helger.commons.dimension that return SizeInt Modifier and Type Method Description SizeIntSizeInt. getAdded(IHasDimensionInt aToAdd)SizeIntSizeInt. getBestMatchingSize(int nMaxWidth, int nMaxHeight)Return the scaled width and height relative to a maximum size.SizeIntSizeInt. getScaledToHeight(int nNewHeight)SizeIntSizeInt. getScaledToWidth(int nNewWidth)SizeIntSizeInt. getSubtracted(IHasDimensionInt aToSubtract) -
Uses of SizeInt in com.helger.commons.gfx
Methods in com.helger.commons.gfx that return SizeInt Modifier and Type Method Description SizeIntImageDataManager. getImageSize(IReadableResource aRes)Methods in com.helger.commons.gfx that return types with arguments of type SizeInt Modifier and Type Method Description ICommonsMap<IReadableResource,SizeInt>ImageDataManager. getAllCachedSizes()
-