Uses of Enum
com.itextpdf.layout.properties.ObjectFit
Packages that use ObjectFit
Package
Description
-
Uses of ObjectFit in com.itextpdf.layout.element
Methods in com.itextpdf.layout.element that return ObjectFitModifier and TypeMethodDescriptionImage.getObjectFit()Retrieves theObjectFitmode for the image.Methods in com.itextpdf.layout.element with parameters of type ObjectFitModifier and TypeMethodDescriptionImage.setObjectFit(ObjectFit objectFit) Sets an object-fit mode for the image. -
Uses of ObjectFit in com.itextpdf.layout.properties
Subclasses with type arguments of type ObjectFit in com.itextpdf.layout.propertiesModifier and TypeClassDescriptionenumA specialized enum holding the possible values for an object-fit property which define the way of fitting the image into the content box with different size.Methods in com.itextpdf.layout.properties that return ObjectFit -
Uses of ObjectFit in com.itextpdf.layout.renderer
Methods in com.itextpdf.layout.renderer with parameters of type ObjectFitModifier and TypeMethodDescriptionprivate voidImageRenderer.applyObjectFit(ObjectFit objectFit, float imageWidth, float imageHeight) -
Uses of ObjectFit in com.itextpdf.layout.renderer.objectfit
Methods in com.itextpdf.layout.renderer.objectfit with parameters of type ObjectFitModifier 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.