Uses of Class
com.openhtmltopdf.util.ScalingOptions
| Package | Description |
|---|---|
| com.openhtmltopdf.util |
-
Uses of ScalingOptions in com.openhtmltopdf.util
Methods in com.openhtmltopdf.util with parameters of type ScalingOptions Modifier and Type Method Description static BufferedImageImageUtil. getScaledInstance(ScalingOptions opt, BufferedImage orgImage)Scales an image to the requested width and height, assuming these are both >= 1; size given in pixels.static ListImageUtil. scaleMultiple(ScalingOptions opt, BufferedImage img, List dimensions)Scales one image to multiple dimensions, using the same ScalingOptions for each.