Uses of Class
org.xhtmlrenderer.util.DownscaleQuality
Packages that use DownscaleQuality
-
Uses of DownscaleQuality in org.xhtmlrenderer.util
Fields in org.xhtmlrenderer.util declared as DownscaleQualityModifier and TypeFieldDescriptionstatic final DownscaleQuality
DownscaleQuality.AREA
One step, fast, but should be better than low-quality.static final DownscaleQuality
DownscaleQuality.FAST
Low quality, but very fast.static final DownscaleQuality
DownscaleQuality.HIGH_QUALITY
Highest-quality downscaling; probably slowest as well.static final DownscaleQuality
DownscaleQuality.LOW_QUALITY
Low-quality, but not worst qualityMethods in org.xhtmlrenderer.util that return DownscaleQualityModifier and TypeMethodDescriptionstatic DownscaleQuality
DownscaleQuality.forString
(String type, DownscaleQuality dflt) Retrieves the DownscaleQuality instance for the corresponding string.ScalingOptions.getDownscalingHint()
Methods in org.xhtmlrenderer.util with parameters of type DownscaleQualityModifier and TypeMethodDescriptionstatic DownscaleQuality
DownscaleQuality.forString
(String type, DownscaleQuality dflt) Retrieves the DownscaleQuality instance for the corresponding string.Constructors in org.xhtmlrenderer.util with parameters of type DownscaleQualityModifierConstructorDescriptionScalingOptions
(int targetWidth, int targetHeight, int type, DownscaleQuality downscalingHint, Object hint) Constructor with all options.ScalingOptions
(DownscaleQuality downscalingHint, Object interpolationHint) Constructor with all options.