| Package | Description |
|---|---|
| org.verapdf.model.impl.pb.operator.pathconstruction |
| 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
|
Copyright © 2015–2020 The veraPDF Consortium. All rights reserved.