Uses of Enum Class
com.openhtmltopdf.render.displaylist.TransformCreator.TransformYOrigin
Packages that use TransformCreator.TransformYOrigin
-
Uses of TransformCreator.TransformYOrigin in com.openhtmltopdf.render.displaylist
Methods in com.openhtmltopdf.render.displaylist that return TransformCreator.TransformYOriginModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static TransformCreator.TransformYOrigin[]
TransformCreator.TransformYOrigin.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.openhtmltopdf.render.displaylist with parameters of type TransformCreator.TransformYOriginModifier and TypeMethodDescriptionprivate static void
TransformCreator.createTransform
(CssContext c, Box box, PageBox page, AffineTransform result, TransformCreator.TransformYOrigin transformYOrigin, int shadowPageNumber) page
may be null in the case thattransformYOrigin
isDOCUMENT_TOP
.