public static class PdfPattern.Tiling.TilingType extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTANT_SPACING
Pattern cells shall be spaced consistently—that is, by a multiple of a device pixel.
|
static int |
CONSTANT_SPACING_AND_FASTER_TILING
Pattern cells shall be spaced consistently as in tiling type 1, but with additional distortion permitted to enable a more efficient implementation.
|
static int |
NO_DISTORTION
The pattern cell shall not be distorted, but the spacing between pattern cells may vary by as much as 1 device pixel.
|
| Constructor and Description |
|---|
TilingType() |
public static final int CONSTANT_SPACING
public static final int NO_DISTORTION
public static final int CONSTANT_SPACING_AND_FASTER_TILING
Copyright © 1998–2018 iText Group NV. All rights reserved.