Uses of Class
com.itextpdf.layout.renderer.objectfit.ObjectFitApplyingResult
Packages that use ObjectFitApplyingResult
-
Uses of ObjectFitApplyingResult in com.itextpdf.layout.renderer.objectfit
Methods in com.itextpdf.layout.renderer.objectfit that return ObjectFitApplyingResultModifier and TypeMethodDescriptionstatic ObjectFitApplyingResult
ObjectFitCalculator.calculateRenderedImageSize
(ObjectFit objectFit, double absoluteImageWidth, double absoluteImageHeight, double imageContainerWidth, double imageContainerHeight) Calculates size of image to be render when certainObjectFit
mode is applied.private static ObjectFitApplyingResult
ObjectFitCalculator.processContain
(double absoluteImageWidth, double absoluteImageHeight, double imageContainerWidth, double imageContainerHeight) private static ObjectFitApplyingResult
ObjectFitCalculator.processCover
(double absoluteImageWidth, double absoluteImageHeight, double imageContainerWidth, double imageContainerHeight) private static ObjectFitApplyingResult
ObjectFitCalculator.processFill
(double imageContainerWidth, double imageContainerHeight) private static ObjectFitApplyingResult
ObjectFitCalculator.processNone
(double absoluteImageWidth, double absoluteImageHeight, double imageContainerWidth, double imageContainerHeight) private static ObjectFitApplyingResult
ObjectFitCalculator.processScaleDown
(double absoluteImageWidth, double absoluteImageHeight, double imageContainerWidth, double imageContainerHeight) private static ObjectFitApplyingResult
ObjectFitCalculator.processToFitSide
(double absoluteImageWidth, double absoluteImageHeight, double imageContainerWidth, double imageContainerHeight, boolean clipToFit)