Uses of Class
com.itextpdf.text.pdf.spatial.units.Square
-
Packages that use Square Package Description com.itextpdf.text.pdf.spatial com.itextpdf.text.pdf.spatial.units -
-
Uses of Square in com.itextpdf.text.pdf.spatial
Methods in com.itextpdf.text.pdf.spatial with parameters of type Square Modifier and Type Method Description void
MeasureGeospatial. setDisplayUnits(Linear l, Square s, Angular a)
Three names that identify in order a linear display unit, an area display unit, and an angular display unit. -
Uses of Square in com.itextpdf.text.pdf.spatial.units
Methods in com.itextpdf.text.pdf.spatial.units that return Square Modifier and Type Method Description static Square
Square. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Square[]
Square. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-