Uses of Class
org.apache.pdfbox.util.PDFOperator

Packages that use PDFOperator
org.apache.pdfbox.examples.util The packages in this package will show how to use the PDFBox util API. 
org.apache.pdfbox.pdmodel.font Classes to deal with font functionality in a PDF Document. 
org.apache.pdfbox.util This package contains utility classes that are used by the PDFBox project. 
org.apache.pdfbox.util.operator This package contains implementations of all of the PDF operators. 
org.apache.pdfbox.util.operator.pagedrawer This package contains implementations of all of the PDF operators. 
 

Uses of PDFOperator in org.apache.pdfbox.examples.util
 

Methods in org.apache.pdfbox.examples.util with parameters of type PDFOperator
protected  void PrintImageLocations.processOperator(PDFOperator operator, java.util.List arguments)
          This is used to handle an operation.
 

Uses of PDFOperator in org.apache.pdfbox.pdmodel.font
 

Methods in org.apache.pdfbox.pdmodel.font with parameters of type PDFOperator
protected  void Type3StreamParser.processOperator(PDFOperator operator, java.util.List arguments)
          This is used to handle an operation.
 

Uses of PDFOperator in org.apache.pdfbox.util
 

Methods in org.apache.pdfbox.util that return PDFOperator
static PDFOperator PDFOperator.getOperator(java.lang.String operator)
          This is used to create/cache operators in the system.
 

Methods in org.apache.pdfbox.util with parameters of type PDFOperator
protected  void PDFStreamEngine.processOperator(PDFOperator operator, java.util.List<COSBase> arguments)
          This is used to handle an operation.
 

Uses of PDFOperator in org.apache.pdfbox.util.operator
 

Methods in org.apache.pdfbox.util.operator with parameters of type PDFOperator
 void SetNonStrokingColor.process(PDFOperator operator, java.util.List<COSBase> arguments)
          sc,scn Set color space for non stroking operations.
 void SetStrokingRGBColor.process(PDFOperator operator, java.util.List<COSBase> arguments)
          RG Set color space for stroking operations.
 void SetNonStrokingRGBColor.process(PDFOperator operator, java.util.List<COSBase> arguments)
          rg Set color space for non stroking operations.
 void SetNonStrokingICCBasedColor.process(PDFOperator operator, java.util.List<COSBase> arguments)
          scn Set color space for non stroking operations.
 void ShowTextGlyph.process(PDFOperator operator, java.util.List<COSBase> arguments)
          TJ Show text, allowing individual glyph positioning.
 void SetNonStrokingCalRGBColor.process(PDFOperator operator, java.util.List<COSBase> arguments)
          rg Set color space for non stroking operations.
 void SetLineDashPattern.process(PDFOperator operator, java.util.List<COSBase> arguments)
          Set the line dash pattern.
 void SetStrokingCMYKColor.process(PDFOperator operator, java.util.List<COSBase> arguments)
          K Set color space for stroking operations.
 void SetMoveAndShow.process(PDFOperator operator, java.util.List<COSBase> arguments)
          " Set word and character spacing, move to next line, and show text.
 void EndMarkedContentSequence.process(PDFOperator operator, java.util.List<COSBase> arguments)
          process the operator.
 void SetNonStrokingColorSpace.process(PDFOperator operator, java.util.List<COSBase> arguments)
          cs Set color space for non stroking operations.
 void SetStrokingColorSpace.process(PDFOperator operator, java.util.List<COSBase> arguments)
          CS Set color space for stroking operations.
 void SetGraphicsStateParameters.process(PDFOperator operator, java.util.List<COSBase> arguments)
          gs Set parameters from graphics state parameter dictionary.
 void SetTextRise.process(PDFOperator operator, java.util.List<COSBase> arguments)
          Ts Set text rise.
 void SetLineCapStyle.process(PDFOperator operator, java.util.List<COSBase> arguments)
          Set the line cap style.
 void SetMatrix.process(PDFOperator operator, java.util.List<COSBase> arguments)
          Tm Set text matrix and text line matrix.
 void SetLineWidth.process(PDFOperator operator, java.util.List<COSBase> arguments)
          w Set line width.
 void SetNonStrokingCMYKColor.process(PDFOperator operator, java.util.List<COSBase> arguments)
          k Set color space for non stroking operations.
 void BeginMarkedContentSequenceWithProperties.process(PDFOperator operator, java.util.List<COSBase> arguments)
          process the operator.
 void SetStrokingSeparation.process(PDFOperator operator, java.util.List<COSBase> arguments)
          scn Set color space for non stroking operations.
 void GSave.process(PDFOperator operator, java.util.List<COSBase> arguments)
          process : q : Save graphics state.
 void SetStrokingICCBasedColor.process(PDFOperator operator, java.util.List<COSBase> arguments)
          scn Set color space for stroking operations.
 void Invoke.process(PDFOperator operator, java.util.List<COSBase> arguments)
          process : Do - Invoke a named xobject.
 void SetNonStrokingSeparation.process(PDFOperator operator, java.util.List<COSBase> arguments)
          scn Set color space for non stroking operations.
 void SetTextLeading.process(PDFOperator operator, java.util.List<COSBase> arguments)
          TL Set text leading.
 void MoveAndShow.process(PDFOperator operator, java.util.List<COSBase> arguments)
          ' Move to next line and show text.
 void SetStrokingGrayColor.process(PDFOperator operator, java.util.List<COSBase> arguments)
          RG Set color space for stroking operations.
 void MoveText.process(PDFOperator operator, java.util.List<COSBase> arguments)
          process : Td : Move text position.
 void BeginMarkedContentSequence.process(PDFOperator operator, java.util.List<COSBase> arguments)
          process the operator.
abstract  void OperatorProcessor.process(PDFOperator operator, java.util.List<COSBase> arguments)
          process the operator.
 void SetWordSpacing.process(PDFOperator operator, java.util.List<COSBase> arguments)
          Tw Set word spacing.
 void BeginText.process(PDFOperator operator, java.util.List<COSBase> arguments)
          process : BT : Begin text object.
 void NextLine.process(PDFOperator operator, java.util.List<COSBase> arguments)
          process : T* Move to start of next text line.
 void SetStrokingColor.process(PDFOperator operator, java.util.List<COSBase> arguments)
          SC,SCN Set color space for stroking operations.
 void SetHorizontalTextScaling.process(PDFOperator operator, java.util.List<COSBase> arguments)
          Tz Set horizontal text scaling.
 void MoveTextSetLeading.process(PDFOperator operator, java.util.List<COSBase> arguments)
          process : TD Move text position and set leading.
 void Concatenate.process(PDFOperator operator, java.util.List<COSBase> arguments)
          process : cm : Concatenate matrix to current transformation matrix.
 void CloseAndStrokePath.process(PDFOperator operator, java.util.List<COSBase> arguments)
          s close and stroke the path.
 void SetLineMiterLimit.process(PDFOperator operator, java.util.List<COSBase> arguments)
          w Set miter limit.
 void EndText.process(PDFOperator operator, java.util.List<COSBase> arguments)
          process : ET : End text object.
 void ShowText.process(PDFOperator operator, java.util.List<COSBase> arguments)
          Tj show Show text.
 void SetNonStrokingGrayColor.process(PDFOperator operator, java.util.List<COSBase> arguments)
          rg Set color space for non stroking operations.
 void GRestore.process(PDFOperator operator, java.util.List<COSBase> arguments)
          process : Q : Restore graphics state.
 void SetLineJoinStyle.process(PDFOperator operator, java.util.List<COSBase> arguments)
          Set the line cap style.
 void SetStrokingCalRGBColor.process(PDFOperator operator, java.util.List<COSBase> arguments)
          RG Set color space for stroking operations.
 void SetNonStrokingDeviceN.process(PDFOperator operator, java.util.List<COSBase> arguments)
          scn Set color space for non stroking operations.
 void SetTextFont.process(PDFOperator operator, java.util.List<COSBase> arguments)
          Tf selectfont Set text font and size.
 void SetCharSpacing.process(PDFOperator operator, java.util.List<COSBase> arguments)
          process : Tc Set character spacing.
 void SetStrokingDeviceN.process(PDFOperator operator, java.util.List<COSBase> arguments)
          scn Set color space for non stroking operations.
 void SetTextRenderingMode.process(PDFOperator operator, java.util.List<COSBase> arguments)
          Tr Set text rendering mode.
 

Uses of PDFOperator in org.apache.pdfbox.util.operator.pagedrawer
 

Methods in org.apache.pdfbox.util.operator.pagedrawer with parameters of type PDFOperator
 void SetLineDashPattern.process(PDFOperator operator, java.util.List<COSBase> arguments)
          Set the line dash pattern.
 void CloseFillEvenOddAndStrokePath.process(PDFOperator operator, java.util.List<COSBase> arguments)
          fill and stroke the path.
 void ClipNonZeroRule.process(PDFOperator operator, java.util.List<COSBase> arguments)
          process : W : Set the clipping path using non zero winding rule.
 void CurveTo.process(PDFOperator operator, java.util.List<COSBase> arguments)
          process : c : Append curved segment to path.
 void CurveToReplicateFinalPoint.process(PDFOperator operator, java.util.List<COSBase> arguments)
          process : y : Append curved segment to path (final point replicated).
 void SetLineCapStyle.process(PDFOperator operator, java.util.List<COSBase> arguments)
          Set the line cap style.
 void SetLineWidth.process(PDFOperator operator, java.util.List<COSBase> arguments)
          w Set line width.
 void CloseFillNonZeroAndStrokePath.process(PDFOperator operator, java.util.List<COSBase> arguments)
          fill and stroke the path.
 void FillEvenOddRule.process(PDFOperator operator, java.util.List<COSBase> arguments)
          process : f* : fill path using even odd rule.
 void Invoke.process(PDFOperator operator, java.util.List<COSBase> arguments)
          process : Do : Paint the specified XObject (section 4.7).
 void MoveTo.process(PDFOperator operator, java.util.List<COSBase> arguments)
          process : m : Begin new subpath.
 void CurveToReplicateInitialPoint.process(PDFOperator operator, java.util.List<COSBase> arguments)
          process : v : Append curved segment to path (initial point replicated).
 void StrokePath.process(PDFOperator operator, java.util.List<COSBase> arguments)
          S stroke the path.
 void ClipEvenOddRule.process(PDFOperator operator, java.util.List<COSBase> arguments)
          process : W* : set clipping path using even odd rule.
 void ClosePath.process(PDFOperator operator, java.util.List<COSBase> arguments)
          process : h : Close path.
 void BeginInlineImage.process(PDFOperator operator, java.util.List<COSBase> arguments)
          process : BI : begin inline image.
 void FillNonZeroAndStrokePath.process(PDFOperator operator, java.util.List<COSBase> arguments)
          fill and stroke the path.
 void LineTo.process(PDFOperator operator, java.util.List<COSBase> arguments)
          process : l : Append straight line segment to path.
 void AppendRectangleToPath.process(PDFOperator operator, java.util.List<COSBase> arguments)
          process : re : append rectangle to path.
 void SetLineMiterLimit.process(PDFOperator operator, java.util.List<COSBase> arguments)
          Set the line dash pattern.
 void SetLineJoinStyle.process(PDFOperator operator, java.util.List<COSBase> arguments)
          Set the line cap style.
 void EndPath.process(PDFOperator operator, java.util.List<COSBase> arguments)
          process : n : End path.
 void SHFill.process(PDFOperator operator, java.util.List<COSBase> arguments)
          process : sh : shade fill the path or clipping area.
 void FillEvenOddAndStrokePath.process(PDFOperator operator, java.util.List<COSBase> arguments)
          fill and stroke the path.
 void FillNonZeroRule.process(PDFOperator operator, java.util.List<COSBase> arguments)
          process : F/f : fill path using non zero winding rule.