Uses of Class
com.openhtmltopdf.util.DownscaleQuality
Packages that use DownscaleQuality
-
Uses of DownscaleQuality in com.openhtmltopdf.util
Fields in com.openhtmltopdf.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 worst qualityMethods in com.openhtmltopdf.util that return DownscaleQualityModifier and TypeMethodDescriptionstatic DownscaleQualityDownscaleQuality.forString(String type, DownscaleQuality dflt) Retrieves the DownscaleQuality instance for the corresponding string.ScalingOptions.getDownscalingHint()Methods in com.openhtmltopdf.util with parameters of type DownscaleQualityModifier and TypeMethodDescriptionstatic DownscaleQualityDownscaleQuality.forString(String type, DownscaleQuality dflt) Retrieves the DownscaleQuality instance for the corresponding string.Constructors in com.openhtmltopdf.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.