Uses of Class
com.openhtmltopdf.util.ScalingOptions
-
Packages that use 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 java.awt.image.BufferedImage
ImageUtil.AbstractFastScaler. getScaledInstance(java.awt.image.BufferedImage img, ScalingOptions opt)
java.awt.image.BufferedImage
ImageUtil.FastScaler. getScaledInstance(java.awt.image.BufferedImage img, ScalingOptions opt)
static java.awt.image.BufferedImage
ImageUtil. getScaledInstance(ScalingOptions opt, java.awt.image.BufferedImage orgImage)
Scales an image to the requested width and height, assuming these are both >= 1; size given in pixels.java.awt.image.BufferedImage
ImageUtil.HighQualityScaler. getScaledInstance(java.awt.image.BufferedImage img, ScalingOptions opt)
java.awt.image.BufferedImage
ImageUtil.Scaler. getScaledInstance(java.awt.image.BufferedImage img, ScalingOptions opt)
Convenience method that returns a scaled instance of the providedBufferedImage
, taken from article on java.net by Chris Campbell http://today.java.net/pub/a/today/2007/04/03/perils-of-image-getscaledinstance.html.
-