Uses of Class
org.apache.pdfbox.contentstream.operator.OperatorProcessor
Packages that use OperatorProcessor
Package
Description
This package contains provides classes for working with content streams.
This package contains implementations of all of the PDF operators.
This package contains implementations of all of the PDF graphics operators.
-
Uses of OperatorProcessor in org.apache.pdfbox.contentstream
Fields in org.apache.pdfbox.contentstream with type parameters of type OperatorProcessorModifier and TypeFieldDescriptionprivate final Map<String,
OperatorProcessor> PDFStreamEngine.operators
Methods in org.apache.pdfbox.contentstream with parameters of type OperatorProcessorModifier and TypeMethodDescriptionfinal void
PDFStreamEngine.addOperator
(OperatorProcessor op) Adds an operator processor to the engine.void
PDFStreamEngine.registerOperatorProcessor
(String operator, OperatorProcessor op) Deprecated. -
Uses of OperatorProcessor in org.apache.pdfbox.contentstream.operator
Subclasses of OperatorProcessor in org.apache.pdfbox.contentstream.operator -
Uses of OperatorProcessor in org.apache.pdfbox.contentstream.operator.color
Subclasses of OperatorProcessor in org.apache.pdfbox.contentstream.operator.colorModifier and TypeClassDescriptionclass
sc,scn,SC,SCN: Sets the color to use for stroking or non-stroking operations.class
sc: Sets the colour to use for non-stroking operations.class
scn: Sets the colour to use for non-stroking operations.class
cs: Sets the non-stroking color space.class
k: Set the non-stroking colour space to DeviceCMYK and set the colour to use for non-stroking operations.class
g: Set the non-stroking colour space to DeviceGray and set the gray level to use for non-stroking operations.class
rg: Set the non-stroking colour space to DeviceRGB and set the colour to use for non-stroking operations.class
SC: Sets the colour to use for stroking stroking operations.class
SCN: Sets the colour to use for stroking stroking operations.class
CS: Set color space for stroking operations.class
K: Set the stroking colour space to DeviceCMYK and set the colour to use for stroking operations.class
G: Set the stroking colour space to DeviceGray and set the gray level to use for stroking operations.class
RG: Set the stroking colour space to DeviceRGB and set the colour to use for stroking operations. -
Uses of OperatorProcessor in org.apache.pdfbox.contentstream.operator.graphics
Subclasses of OperatorProcessor in org.apache.pdfbox.contentstream.operator.graphicsModifier 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.class
Base class for graphics operators.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. -
Uses of OperatorProcessor in org.apache.pdfbox.contentstream.operator.markedcontent
Subclasses of OperatorProcessor in org.apache.pdfbox.contentstream.operator.markedcontentModifier and TypeClassDescriptionclass
BMC : Begins a marked-content sequence.class
BDC : Begins a marked-content sequence with property list.class
Do: Draws an XObject.class
EMC : Ends a marked-content sequence begun by BMC or BDC. -
Uses of OperatorProcessor in org.apache.pdfbox.contentstream.operator.state
Subclasses of OperatorProcessor in org.apache.pdfbox.contentstream.operator.stateModifier and TypeClassDescriptionclass
cm: Concatenate matrix to current transformation matrix.class
Q: Restore the graphics state.class
q: Save the graphics state.class
i: Set the flatness tolerance.class
gs: Set parameters from graphics state parameter dictionary.class
J: Set the line cap style.class
d: Set the line dash pattern.class
j: Set the line join style.class
M: Set miter limit.class
w: Set line width.class
Tm: Set text matrix and text line matrix.class
ri: Set the rendering intent. -
Uses of OperatorProcessor in org.apache.pdfbox.contentstream.operator.text
Subclasses of OperatorProcessor in org.apache.pdfbox.contentstream.operator.textModifier and TypeClassDescriptionclass
BT: Begin text.class
ET: End text.class
Td: Move text position.class
TD: Move text position and set leading.class
T*: Move to start of next text line.class
Tc: Set character spacing.class
Tf: Set text font and size.class
Tz: Set horizontal text scaling.class
TL: Set text leading.class
Tr: Set text rendering mode.class
Ts: Set text rise.class
Tw: Set word spacing.class
Tj: Show text.class
TJ: Show text, with position adjustments.class
': Move to the next line and show text.class
": Set word and character spacing, move to next line, and show text. -
Uses of OperatorProcessor in org.apache.pdfbox.preflight.content
Subclasses of OperatorProcessor in org.apache.pdfbox.preflight.contentModifier and TypeClassDescriptionclass
This implementation of OperatorProcessor allow the operator validation according PDF/A rules without compute the operator actions.
PDFStreamEngine.addOperator(OperatorProcessor)
instead