Package com.itextpdf.layout.minmaxwidth
Class MinMaxWidthUtils
java.lang.Object
com.itextpdf.layout.minmaxwidth.MinMaxWidthUtils
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic MinMaxWidth
countDefaultMinMaxWidth
(IRenderer renderer) static float
getBorderWidth
(IPropertyContainer element) static float
getEps()
static float
static float
static float
getMarginsWidth
(IPropertyContainer element) static float
getPaddingWidth
(IPropertyContainer element) static boolean
isEqual
(double x, double y)
-
Field Details
-
eps
private static final float eps- See Also:
-
max
private static final float max- See Also:
-
-
Constructor Details
-
MinMaxWidthUtils
public MinMaxWidthUtils()
-
-
Method Details
-
getEps
public static float getEps() -
getInfWidth
public static float getInfWidth() -
getInfHeight
public static float getInfHeight() -
isEqual
public static boolean isEqual(double x, double y) -
countDefaultMinMaxWidth
-
getBorderWidth
-
getMarginsWidth
-
getPaddingWidth
-