Uses of Class
com.itextpdf.layout.minmaxwidth.RotationMinMaxWidth.WidthFunction
Packages that use RotationMinMaxWidth.WidthFunction
-
Uses of RotationMinMaxWidth.WidthFunction in com.itextpdf.layout.minmaxwidth
Methods in com.itextpdf.layout.minmaxwidth with parameters of type RotationMinMaxWidth.WidthFunctionModifier and TypeMethodDescriptionprivate static RotationMinMaxWidthRotationMinMaxWidth.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.