| Modifier and Type | Method and Description |
|---|---|
static SmoothFlags |
SmoothFlags.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SmoothFlags[] |
SmoothFlags.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.EnumSet<SmoothFlags> |
DrawParams.getSmoothFlags()
Smoothing flags.
|
java.util.EnumSet<SmoothFlags> |
PageImageParams.getSmoothing()
The SmoothFlags used in exporting a PDF page to an image
|
| Modifier and Type | Method and Description |
|---|---|
void |
Page.drawContents(java.awt.image.BufferedImage image,
Matrix matrix,
Rect updateRect,
java.util.EnumSet<SmoothFlags> newAntiAlias,
boolean doThinLine,
boolean bypassCopyPerm)
Draw the contents of this page to a BufferedImage, only DeviceRGBA colorModel is supported.
|
void |
DrawParams.setSmoothFlags(java.util.EnumSet<SmoothFlags> value)
Smoothing flags.
|
void |
PageImageParams.setSmoothing(java.util.EnumSet<SmoothFlags> smoothflag) |
| Constructor and Description |
|---|
PageImageParams(ColorSpace ColorSpace,
java.util.EnumSet<SmoothFlags> Smoothing,
int PixelWidth,
int PixelHeight,
double HorizontalResolution,
double VerticalResolution,
java.util.EnumSet<DrawFlags> PageDrawFlags)
Set up the parameters for rendering a PDF page to an image.
|