Uses of Class
com.itextpdf.text.pdf.NumberArray
-
Packages that use NumberArray Package Description com.itextpdf.text.pdf com.itextpdf.text.pdf.spatial com.itextpdf.text.pdf.spatial.objects -
-
Uses of NumberArray in com.itextpdf.text.pdf
Subclasses of NumberArray in com.itextpdf.text.pdf Modifier and Type Class Description class
PdfRectangle
PdfRectangle
is the PDF Rectangle object. -
Uses of NumberArray in com.itextpdf.text.pdf.spatial
Methods in com.itextpdf.text.pdf.spatial with parameters of type NumberArray Modifier and Type Method Description void
MeasureGeospatial. setBounds(NumberArray bounds)
An array of numbers that shall be taken pairwise to define a series of points that describes the bounds of an area for which geospatial transformations are valid.void
MeasureGeospatial. setGPTS(NumberArray pairedpoints)
An array of numbers that shall be taken pairwise, defining points in geographic space as degrees of latitude and longitude.void
MeasureGeospatial. setLPTS(NumberArray pairedpoints)
An array of numbers that shall be taken pairwise to define points in a 2D unit square. -
Uses of NumberArray in com.itextpdf.text.pdf.spatial.objects
Subclasses of NumberArray in com.itextpdf.text.pdf.spatial.objects Modifier and Type Class Description class
XYArray
Creates an Array with two PdfNumber elements, representing an X and Y coordinate.
-