Package | Description |
---|---|
org.xhtmlrenderer.util |
Modifier and Type | Field and 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 quality
|
Modifier and Type | Method and Description |
---|---|
static DownscaleQuality |
DownscaleQuality.forString(java.lang.String type,
DownscaleQuality dflt)
Retrieves the DownscaleQuality instance for the corresponding string.
|
DownscaleQuality |
ScalingOptions.getDownscalingHint() |
Modifier and Type | Method and Description |
---|---|
static DownscaleQuality |
DownscaleQuality.forString(java.lang.String type,
DownscaleQuality dflt)
Retrieves the DownscaleQuality instance for the corresponding string.
|
Constructor and Description |
---|
ScalingOptions(DownscaleQuality downscalingHint,
java.lang.Object interpolationHint)
Constructor with all options.
|
ScalingOptions(int targetWidth,
int targetHeight,
int type,
DownscaleQuality downscalingHint,
java.lang.Object hint)
Constructor with all options.
|