Uses of Class
org.xhtmlrenderer.util.ScalingOptions
Packages that use ScalingOptions
-
Uses of ScalingOptions in org.xhtmlrenderer.util
Methods in org.xhtmlrenderer.util that return ScalingOptionsMethods in org.xhtmlrenderer.util with parameters of type ScalingOptionsModifier and TypeMethodDescriptionImageUtil.AbstractFastScaler.getScaledInstance
(BufferedImage img, ScalingOptions opt) ImageUtil.FastScaler.getScaledInstance
(BufferedImage img, ScalingOptions opt) static BufferedImage
ImageUtil.getScaledInstance
(ScalingOptions opt, BufferedImage orgImage) Scales an image to the requested width and height, assuming these are both >= 1; size given in pixels.ImageUtil.HighQualityScaler.getScaledInstance
(BufferedImage img, ScalingOptions opt) ImageUtil.Scaler.getScaledInstance
(BufferedImage img, ScalingOptions opt) Convenience method that returns a scaled instance of the providedBufferedImage
, taken from article on java.net by Chris Campbell.