| Package | Description |
|---|---|
| org.verapdf.model.impl.pb.operator.pathconstruction | |
| org.verapdf.model.operator |
| Modifier and Type | Class and Description |
|---|---|
class |
PBOp_c
Operator which appends a cubic Bézier curve to the current path
|
class |
PBOp_h
Operator which closes the current subpath by appending
a straight line segment from the current point to the
starting point of the subpath
|
class |
PBOp_l
Operator which appends a straight line segment
from the current point to the to the point (x, y)
|
class |
PBOp_m_moveto
Operator which begins a new subpath by moving the current point
to coordinates (x, y), omitting any connecting line segment
|
class |
PBOp_re
Operator which appends a rectangle to the current path
as a complete sub path, with lower-left corner (x, y)
and dimensions width and height in user space
|
class |
PBOp_v
Operator which appends a cubic Bézier curve to the current path
|
class |
PBOp_y
Operator which appends a cubic Bézier curve to the current path
|
class |
PBOpPathConstruction
Base class for path construction operators
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Op_c
curveto operator
|
interface |
Op_h
close subpath operator
|
interface |
Op_l
lineto operator
|
interface |
Op_m_moveto
moveto operator
|
interface |
Op_re
rect operator
|
interface |
Op_v
special curveto operator
|
interface |
Op_y
special curveto operator
|
Copyright © 2015–2019 The veraPDF Consortium. All rights reserved.