Package | Description |
---|---|
org.apache.pdfbox.contentstream.operator.graphics |
This package contains implementations of all of the PDF graphics operators.
|
Modifier and Type | Class and Description |
---|---|
class |
AppendRectangleToPath
re Appends a rectangle to the path.
|
class |
BeginInlineImage
BI Begins an inline image.
|
class |
ClipEvenOddRule
W* Set clipping path using even odd rule.
|
class |
ClipNonZeroRule
W Set the clipping path using non zero winding rule.
|
class |
CloseAndStrokePath
s: close and stroke the path.
|
class |
CloseFillEvenOddAndStrokePath
b* Close, fill and stroke the path with even-odd winding rule.
|
class |
CloseFillNonZeroAndStrokePath
b Close, fill and stroke the path with non-zero winding rule.
|
class |
ClosePath
h Close the path.
|
class |
CurveTo
c Append curved segment to path.
|
class |
CurveToReplicateFinalPoint
y Append curved segment to path with final point replicated.
|
class |
CurveToReplicateInitialPoint
v Append curved segment to path with the initial point replicated.
|
class |
DrawObject
Do: Draws an XObject.
|
class |
EndPath
n End the path.
|
class |
FillEvenOddAndStrokePath
B* Fill and then stroke the path, using the even-odd rule to determine the region to fill.
|
class |
FillEvenOddRule
f* Fill path using even odd rule.
|
class |
FillNonZeroAndStrokePath
B Fill and then stroke the path, using the nonzero winding number rule to determine the region
to fill.
|
class |
FillNonZeroRule
f Fill path using non zero winding rule.
|
class |
LegacyFillNonZeroRule
F Fill path using non zero winding rule.
|
class |
LineTo
l Append straight line segment to path.
|
class |
MoveTo
m Begins a new subpath.
|
class |
ShadingFill
sh Fills the clipping area with the given shading pattern.
|
class |
StrokePath
S Stroke the path.
|
Copyright © 2002–2023 The Apache Software Foundation. All rights reserved.