Uses of Class
com.itextpdf.text.pdf.spatial.units.Linear
-
Packages that use Linear Package Description com.itextpdf.text.pdf.spatial com.itextpdf.text.pdf.spatial.units -
-
Uses of Linear in com.itextpdf.text.pdf.spatial
Methods in com.itextpdf.text.pdf.spatial with parameters of type Linear 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 Linear in com.itextpdf.text.pdf.spatial.units
Methods in com.itextpdf.text.pdf.spatial.units that return Linear Modifier and Type Method Description static Linear
Linear. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Linear[]
Linear. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-