Uses of Class
com.openhtmltopdf.render.displaylist.TransformCreator.TransformYOrigin
-
Packages that use TransformCreator.TransformYOrigin Package Description com.openhtmltopdf.render.displaylist -
-
Uses of TransformCreator.TransformYOrigin in com.openhtmltopdf.render.displaylist
Methods in com.openhtmltopdf.render.displaylist that return TransformCreator.TransformYOrigin Modifier and Type Method Description static TransformCreator.TransformYOrigin
TransformCreator.TransformYOrigin. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TransformCreator.TransformYOrigin[]
TransformCreator.TransformYOrigin. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.openhtmltopdf.render.displaylist with parameters of type TransformCreator.TransformYOrigin Modifier and Type Method Description private static void
TransformCreator. createTransform(CssContext c, Box box, PageBox page, java.awt.geom.AffineTransform result, TransformCreator.TransformYOrigin transformYOrigin, int shadowPageNumber)
page
may be null in the case thattransformYOrigin
isDOCUMENT_TOP
.
-