| Package | Description |
|---|---|
| org.verapdf.model.impl.pb.operator.pathpaint | |
| org.verapdf.model.operator |
| Modifier and Type | Class and Description |
|---|---|
class |
PBOp_b_closepath_fill_stroke
Operator which closes, fills and then strokes the pat.
|
class |
PBOp_B_fill_stroke
Operator which fills and then strokes the path.
|
class |
PBOp_bstar_closepath_eofill_stroke
Operator which closes, fills, and then strokes the path.
|
class |
PBOp_BStar_eofill_stroke
Operator which fills and then strokes the path.
|
class |
PBOp_f_fill
Operator which fills the path, using the nonzero winding
number rule to determine the region to fill
|
class |
PBOp_F_fill_obsolete
Operator equivalent to f
|
class |
PBOp_FStar
Operator which fills the path, using the even-odd rule
to determine the region to fill
|
class |
PBOp_n
Operator which ends the path object without filling or
stroking it.
|
class |
PBOp_s_close_stroke
Operator which closes and strokes the path
|
class |
PBOp_S_stroke
Operator which strokes the path
|
class |
PBOpFillAndStroke
Base class for path paint operators which strokes and fills path
|
class |
PBOpFillPaint
Base class for path paint operators which fills the path
|
class |
PBOpPathPaint
Base class for all path paint operators
|
class |
PBOpStrokePaint
Base class for path paint operators which strokes the path
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Op_b_closepath_fill_stroke
path close, fill and stroke operator
|
interface |
Op_B_fill_stroke
path fill and stroke operator
|
interface |
Op_bstar_closepath_eofill_stroke
path close, fill (even-odd rule) and stroke operator
|
interface |
Op_BStar_eofill_stroke
path fill (even-odd rule) and stroke operator
|
interface |
Op_f_fill
path fill operator
|
interface |
Op_F_fill_obsolete
another path fill operator
|
interface |
Op_FStar
path fill (even-odd rule) operator
|
interface |
Op_n
path painting no-op
|
interface |
Op_s_close_stroke
path close and stroke operator
|
interface |
Op_S_stroke
path stroke operator
|
Copyright © 2015–2021 The veraPDF Consortium. All rights reserved.