Uses of Class
org.apache.pdfbox.contentstream.operator.graphics.GraphicsOperatorProcessor
Packages that use GraphicsOperatorProcessor
Package
Description
This package contains implementations of all of the PDF graphics operators.
-
Uses of GraphicsOperatorProcessor in org.apache.pdfbox.contentstream.operator.graphics
Modifier and TypeClassDescriptionfinal class
re Appends a rectangle to the path.final class
BI Begins an inline image.final class
W* Set clipping path using even odd rule.class
W Set the clipping path using non zero winding rule.class
s: close and stroke the path.final class
b* Close, fill and stroke the path with even-odd winding rule.final class
b Close, fill and stroke the path with non-zero winding rule.final class
h Close the path.class
c Append curved segment to path.final class
y Append curved segment to path with final point replicated.class
v Append curved segment to path with the initial point replicated.final class
Do: Draws an XObject.final class
n End the path.final class
B* Fill and then stroke the path, using the even-odd rule to determine the region to fill.final class
f* Fill path using even odd rule.class
B Fill and then stroke the path, using the nonzero winding number rule to determine the region to fill.class
f Fill path using non zero winding rule.final class
F Fill path using non zero winding rule.class
l Append straight line segment to path.final class
m Begins a new subpath.final class
sh Fills the clipping area with the given shading pattern.final class
S Stroke the path.