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. multipleTransformMethods 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 voidTransform. addSingleTransform(Transform.SingleTransform singleTransform)Adds aTransform.SingleTransformin a list of single transforms to process later.
-