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 ObjectFitApplyingResultObjectFitCalculator.calculateRenderedImageSize(ObjectFit objectFit, double absoluteImageWidth, double absoluteImageHeight, double imageContainerWidth, double imageContainerHeight) Calculates size of image to be render when certainObjectFitmode is applied.private static ObjectFitApplyingResultObjectFitCalculator.processContain(double absoluteImageWidth, double absoluteImageHeight, double imageContainerWidth, double imageContainerHeight) private static ObjectFitApplyingResultObjectFitCalculator.processCover(double absoluteImageWidth, double absoluteImageHeight, double imageContainerWidth, double imageContainerHeight) private static ObjectFitApplyingResultObjectFitCalculator.processFill(double imageContainerWidth, double imageContainerHeight) private static ObjectFitApplyingResultObjectFitCalculator.processNone(double absoluteImageWidth, double absoluteImageHeight, double imageContainerWidth, double imageContainerHeight) private static ObjectFitApplyingResultObjectFitCalculator.processScaleDown(double absoluteImageWidth, double absoluteImageHeight, double imageContainerWidth, double imageContainerHeight) private static ObjectFitApplyingResultObjectFitCalculator.processToFitSide(double absoluteImageWidth, double absoluteImageHeight, double imageContainerWidth, double imageContainerHeight, boolean clipToFit)