Uses of Class
com.itextpdf.layout.properties.Transform.SingleTransform
-
Packages that use Transform.SingleTransform Package Description com.itextpdf.layout.properties -
-
Uses of Transform.SingleTransform in com.itextpdf.layout.properties
Fields in com.itextpdf.layout.properties with type parameters of type Transform.SingleTransform Modifier and Type Field Description private java.util.List<Transform.SingleTransform>
Transform. multipleTransform
Methods in com.itextpdf.layout.properties that return types with arguments of type Transform.SingleTransform Modifier and Type Method Description private java.util.List<Transform.SingleTransform>
Transform. getMultipleTransform()
Methods in com.itextpdf.layout.properties with parameters of type Transform.SingleTransform Modifier and Type Method Description void
Transform. addSingleTransform(Transform.SingleTransform singleTransform)
Adds aTransform.SingleTransform
in a list of single transforms to process later.
-