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.private final DownscaleQuality
ScalingOptions.downscalingHint
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 the worst qualityFields in org.xhtmlrenderer.util with type parameters of type DownscaleQualityModifier and TypeFieldDescriptionprivate static final Map
<String, DownscaleQuality> DownscaleQuality.constList
Internal map string type to DQ instanceprivate static final Map
<DownscaleQuality, ImageUtil.Scaler> ImageUtil.qualities
Methods in org.xhtmlrenderer.util that return DownscaleQualityModifier and TypeMethodDescriptionprivate static DownscaleQuality
DownscaleQuality.addConstant
(String type) Create and add constant instancestatic DownscaleQuality
DownscaleQuality.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 DownscaleQuality
DownscaleQuality.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, DownscaleQuality downscalingHint, Object hint) Constructor with all options.