Uses of Class
com.itextpdf.text.pdf.spatial.objects.NumberFormatArray
-
Packages that use NumberFormatArray Package Description com.itextpdf.text.pdf.spatial -
-
Uses of NumberFormatArray in com.itextpdf.text.pdf.spatial
Methods in com.itextpdf.text.pdf.spatial with parameters of type NumberFormatArray Modifier and Type Method Description void
MeasureRectilinear. setA(NumberFormatArray a)
A number format array for measurement of area.void
MeasureRectilinear. setD(NumberFormatArray d)
A number format array for measurement of distance in any direction.void
MeasureRectilinear. setS(NumberFormatArray s)
A number format array for measurement of the slope of a line.void
MeasureRectilinear. setT(NumberFormatArray t)
A number format array for measurement of angles.void
MeasureRectilinear. setX(NumberFormatArray x)
A number format array for measurement of change along the x axis and, if Y is not present, along the y axis as well.void
MeasureRectilinear. setY(NumberFormatArray y)
A number format array for measurement of change along the y axis.
-