| Package | Description |
|---|---|
| org.verapdf.model.impl.pb.operator.opclip | |
| org.verapdf.model.operator |
| Modifier and Type | Class and Description |
|---|---|
class |
PBOp_W_clip
Operator which modifies the current clipping path by intersecting
it with the current path, using the nonzero winding number rule
to determine which regions lie inside the clipping path
|
class |
PBOp_WStar
Operator which modifies the current clipping path by intersecting it
with the current path, using the even-odd rule to determine which
regions lie inside the clipping path
|
class |
PBOpClip
Base class of clipping path operators
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Op_W_clip
clip (non-zero rule)
|
interface |
Op_WStar
clip (even-odd rule)
|
Copyright © 2015–2019 The veraPDF Consortium. All rights reserved.