Uses of Class
com.itextpdf.text.pdf.spatial.objects.NumberFormatArray
Packages that use NumberFormatArray
-
Uses of NumberFormatArray in com.itextpdf.text.pdf.spatial
Methods in com.itextpdf.text.pdf.spatial with parameters of type NumberFormatArrayModifier and TypeMethodDescriptionvoidMeasureRectilinear.setA(NumberFormatArray a) A number format array for measurement of area.voidMeasureRectilinear.setD(NumberFormatArray d) A number format array for measurement of distance in any direction.voidMeasureRectilinear.setS(NumberFormatArray s) A number format array for measurement of the slope of a line.voidMeasureRectilinear.setT(NumberFormatArray t) A number format array for measurement of angles.voidMeasureRectilinear.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.voidMeasureRectilinear.setY(NumberFormatArray y) A number format array for measurement of change along the y axis.