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