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 DownscaleQualityDownscaleQuality.AREAOne step, fast, but should be better than low-quality.static final DownscaleQualityDownscaleQuality.FASTLow quality, but very fast.static final DownscaleQualityDownscaleQuality.HIGH_QUALITYHighest-quality downscaling; probably slowest as well.static final DownscaleQualityDownscaleQuality.LOW_QUALITYLow-quality, but not the worst qualityMethods in org.xhtmlrenderer.util that return DownscaleQualityModifier and TypeMethodDescriptionstatic DownscaleQualityDownscaleQuality.forString(String type, DownscaleQuality defaultValue) Retrieves the DownscaleQuality instance for the corresponding string.ScalingOptions.getDownscalingHint()Methods in org.xhtmlrenderer.util with parameters of type DownscaleQualityModifier and TypeMethodDescriptionstatic DownscaleQualityDownscaleQuality.forString(String type, DownscaleQuality defaultValue) 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.