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