|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DownscaleQuality | |
|---|---|
| org.xhtmlrenderer.util | |
| Uses of DownscaleQuality in org.xhtmlrenderer.util |
|---|
| Fields in org.xhtmlrenderer.util declared as DownscaleQuality | |
|---|---|
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 quality |
| Methods in org.xhtmlrenderer.util that return DownscaleQuality | |
|---|---|
static DownscaleQuality |
DownscaleQuality.forString(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 | |
|---|---|
static DownscaleQuality |
DownscaleQuality.forString(String type,
DownscaleQuality dflt)
Retrieves the DownscaleQuality instance for the corresponding string. |
| Constructors in org.xhtmlrenderer.util with parameters of type DownscaleQuality | |
|---|---|
ScalingOptions(DownscaleQuality downscalingHint,
Object interpolationHint)
Constructor with all options. |
|
ScalingOptions(int targetWidth,
int targetHeight,
int type,
DownscaleQuality downscalingHint,
Object hint)
Constructor with all options. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||