public final class UIPrintRenderingQuality
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
Best
Renders the printing at the best possible quality, regardless of speed.
|
static long |
Responsive
Sacrifices the least possible amount of rendering quality for speed to maintain a responsive user interface.
|
public static final long Best
public static final long Responsive