Uses of Class org.pdfbox.util.PDFOperator

Uses in package org.pdfbox.util.operator.pagedrawer

Methods with parameter type org.pdfbox.util.PDFOperator

void
AppendRectangleToPath.process(PDFOperator operator, List arguments)
process : re : append rectangle to path.
void
BeginInlineImage.process(PDFOperator operator, List arguments)
process : BI : begin inline image.
void
ClosePath.process(PDFOperator operator, List arguments)
process : h : Close path.
void
CurveTo.process(PDFOperator operator, List arguments)
process : c : Append curved segment to path.
void
CurveToReplicateFinalPoint.process(PDFOperator operator, List arguments)
process : y : Append curved segment to path (final point replicated).
void
process : v : Append curved segment to path (initial point replicated).
void
EndPath.process(PDFOperator operator, List arguments)
process : n : End path.
void
FillEvenOddRule.process(PDFOperator operator, List arguments)
process : f* : fill path using even odd rule.
void
FillNonZeroRule.process(PDFOperator operator, List arguments)
process : F/f : fill path using non zero winding rule.
void
Invoke.process(PDFOperator operator, List arguments)
process : re : append rectangle to path.
void
LineTo.process(PDFOperator operator, List arguments)
process : l : Append straight line segment to path.
void
MoveTo.process(PDFOperator operator, List arguments)
process : m : Begin new subpath.
void
SetLineWidth.process(PDFOperator operator, List arguments)
w Set line width.
void
SetNonStrokingCMYKColor.process(PDFOperator operator, List arguments)
k Set color space for non stroking operations.
void
SetNonStrokingColorSpace.process(PDFOperator operator, List arguments)
cs Set color space for non stroking operations.
void
SetNonStrokingRGBColor.process(PDFOperator operator, List arguments)
rg Set color space for non stroking operations.
void
SetStrokingCMYKColor.process(PDFOperator operator, List arguments)
CS Set color space for stroking operations.
void
SetStrokingColorSpace.process(PDFOperator operator, List arguments)
CS Set color space for stroking operations.
void
SetStrokingRGBColor.process(PDFOperator operator, List arguments)
RG Set color space for stroking operations.
void
StrokePath.process(PDFOperator operator, List arguments)
S stroke the path.

Uses in package org.pdfbox.util

Methods with parameter type org.pdfbox.util.PDFOperator

void
PDFStreamEngine.processOperator(PDFOperator operator, List arguments)
This is used to handle an operation.

Methods with return type org.pdfbox.util.PDFOperator

PDFOperator
PDFOperator.getOperator(String operator)
This is used to create/cache operators in the system.

Uses in package org.pdfbox.pdmodel.font

Methods with parameter type org.pdfbox.util.PDFOperator

void
Type3StreamParser.processOperator(PDFOperator operator, List arguments)
This is used to handle an operation.

Uses in package org.pdfbox.util.operator

Methods with parameter type org.pdfbox.util.PDFOperator

void
BeginText.process(PDFOperator operator, List arguments)
process : BT : Begin text object.
void
CloseAndStrokePath.process(PDFOperator operator, List arguments)
s close and stroke the path.
void
Concatenate.process(PDFOperator operator, List arguments)
process : cm : Concatenate matrix to current transformation matrix.
void
EndText.process(PDFOperator operator, List arguments)
process : ET : End text object.
void
GRestore.process(PDFOperator operator, List arguments)
process : Q : Restore graphics state.
void
GSave.process(PDFOperator operator, List arguments)
process : q : Save graphics state.
void
Invoke.process(PDFOperator operator, List arguments)
process : Do - Invoke a named xobject.
void
MoveAndShow.process(PDFOperator operator, List arguments)
' Move to next line and show text.
void
MoveText.process(PDFOperator operator, List arguments)
process : Td : Move text position.
void
MoveTextSetLeading.process(PDFOperator operator, List arguments)
process : TD Move text position and set leading.
void
NextLine.process(PDFOperator operator, List arguments)
process : T* Move to start of next text line.
void
OperatorProcessor.process(PDFOperator operator, List arguments)
process the operator.
void
SetCharSpacing.process(PDFOperator operator, List arguments)
process : Tc Set character spacing.
void
SetGraphicsStateParameters.process(PDFOperator operator, List arguments)
gs Set parameters from graphics state parameter dictionary.
void
SetHorizontalTextScaling.process(PDFOperator operator, List arguments)
Tz Set horizontal text scaling.
void
SetLineWidth.process(PDFOperator operator, List arguments)
w Set line width.
void
SetMatrix.process(PDFOperator operator, List arguments)
Tm Set text matrix and text line matrix.
void
SetMoveAndShow.process(PDFOperator operator, List arguments)
" Set word and character spacing, move to next line, and show text.
void
SetNonStrokingCMYKColor.process(PDFOperator operator, List arguments)
cs Set color space for non stroking operations.
void
SetNonStrokingColorSpace.process(PDFOperator operator, List arguments)
cs Set color space for non stroking operations.
void
SetNonStrokingRGBColor.process(PDFOperator operator, List arguments)
rg Set color space for non stroking operations.
void
SetStrokingCMYKColor.process(PDFOperator operator, List arguments)
CS Set color space for stroking operations.
void
SetStrokingColorSpace.process(PDFOperator operator, List arguments)
CS Set color space for stroking operations.
void
SetStrokingRGBColor.process(PDFOperator operator, List arguments)
RG Set color space for stroking operations.
void
SetTextFont.process(PDFOperator operator, List arguments)
Tf selectfont Set text font and size.
void
SetTextLeading.process(PDFOperator operator, List arguments)
TL Set text leading.
void
SetTextRenderingMode.process(PDFOperator operator, List arguments)
Tr Set text rendering mode.
void
SetTextRise.process(PDFOperator operator, List arguments)
Ts Set text rise.
void
SetWordSpacing.process(PDFOperator operator, List arguments)
Tw Set word spacing.
void
ShowText.process(PDFOperator operator, List arguments)
Tj show Show text.
void
ShowTextGlyph.process(PDFOperator operator, List arguments)
TJ Show text, allowing individual glyph positioning.

Uses in package org.pdfbox.examples.util

Methods with parameter type org.pdfbox.util.PDFOperator

void
PrintImageLocations.processOperator(PDFOperator operator, List arguments)
This is used to handle an operation.