Uses of Class
com.itextpdf.layout.minmaxwidth.RotationMinMaxWidth.WidthFunction
-
Packages that use RotationMinMaxWidth.WidthFunction Package Description com.itextpdf.layout.minmaxwidth -
-
Uses of RotationMinMaxWidth.WidthFunction in com.itextpdf.layout.minmaxwidth
Methods in com.itextpdf.layout.minmaxwidth with parameters of type RotationMinMaxWidth.WidthFunction Modifier and Type Method Description 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.
-