| Modifier and Type | Method and Description |
|---|---|
static DrawFlags |
DrawFlags.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DrawFlags[] |
DrawFlags.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<DrawFlags> |
DrawParams.getFlags()
Drawing flags.
|
java.util.EnumSet<DrawFlags> |
PageImageParams.getPageDrawFlags()
the DrawFlags used or rendering a PDF page to an image.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DrawParams.setFlags(java.util.EnumSet<DrawFlags> value)
Drawing flags.
|
void |
PageImageParams.setPageDrawFlags(java.util.EnumSet<DrawFlags> arg0) |
| 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.
|