Uses of Class
com.itextpdf.layout.minmaxwidth.RotationMinMaxWidth
Packages that use RotationMinMaxWidth
-
Uses of RotationMinMaxWidth in com.itextpdf.layout.minmaxwidth
Methods in com.itextpdf.layout.minmaxwidth that return RotationMinMaxWidthModifier 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).private static RotationMinMaxWidth
RotationMinMaxWidth.calculate
(RotationMinMaxWidth.WidthFunction func, double xMin, double xMax) This method use derivative of function defined on interval: [xMin, xMax] to find its local minimum and maximum.