Uses of Class
com.itextpdf.layout.minmaxwidth.RotationMinMaxWidth
-
Uses of RotationMinMaxWidth in com.itextpdf.layout.minmaxwidth
Modifier and TypeMethodDescriptionstatic RotationMinMaxWidth
RotationMinMaxWidth.calculate
(double angle, double area, MinMaxWidth elementMinMaxWidth) Heuristic method, based on the assumption that area of element stays the same, when we try to layout it with different available width (available width is between min-width and max-width).static RotationMinMaxWidth
RotationMinMaxWidth.calculate
(double angle, double area, MinMaxWidth elementMinMaxWidth, double availableWidth) Heuristic method, based on the assumption that area of element stays the same, when we try to layout it with different available width (available width is between min-width and max-width).